Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Drk3308_codec.h388 #define RK3308_ADC_CH1_MIC_GAIN_SFT 0 macro
389 #define RK3308_ADC_CH1_MIC_GAIN_MSK (0x3 << RK3308_ADC_CH1_MIC_GAIN_SFT)
390 #define RK3308_ADC_CH1_MIC_GAIN_20DB (0x3 << RK3308_ADC_CH1_MIC_GAIN_SFT)
391 #define RK3308_ADC_CH1_MIC_GAIN_13DB (0x2 << RK3308_ADC_CH1_MIC_GAIN_SFT)
392 #define RK3308_ADC_CH1_MIC_GAIN_6_6DB (0x1 << RK3308_ADC_CH1_MIC_GAIN_SFT)
393 #define RK3308_ADC_CH1_MIC_GAIN_0DB (0x0 << RK3308_ADC_CH1_MIC_GAIN_SFT)