Home
last modified time | relevance | path

Searched refs:mic_vol (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk1000_codec.c314 unsigned int mic_vol; in rk1000_codec_reg_init() local
317 mic_vol = VOLUME_INPUT; in rk1000_codec_reg_init()
328 if (mic_vol > 0x07) { in rk1000_codec_reg_init()
332 mic_vol -= 0x07; in rk1000_codec_reg_init()
339 snd_soc_component_write(component, ACCELCODEC_R0E, 0x10 | mic_vol); in rk1000_codec_reg_init()