Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3308_codec.c353 RK3308_ADC_CH1_MIC_GAIN_MAX,
369 RK3308_ADC_CH1_MIC_GAIN_MAX,
385 RK3308_ADC_CH1_MIC_GAIN_MAX,
401 RK3308_ADC_CH1_MIC_GAIN_MAX,
421 RK3308_ADC_CH1_MIC_GAIN_MAX,
437 RK3308_ADC_CH1_MIC_GAIN_MAX,
453 RK3308_ADC_CH1_MIC_GAIN_MAX,
469 RK3308_ADC_CH1_MIC_GAIN_MAX,
765 if (gain > RK3308_ADC_CH1_MIC_GAIN_MAX) { in rk3308_codec_mic_gain_put()
776 if (!(gain == 0 || gain == RK3308_ADC_CH1_MIC_GAIN_MAX)) { in rk3308_codec_mic_gain_put()
[all …]
H A Drk3308_codec.h754 #define RK3308_ADC_CH1_MIC_GAIN_MAX 0x3 macro