Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Drk3308_codec.h379 #define RK3308_ADC_CH2_MIC_GAIN_SFT 4 macro
380 #define RK3308_ADC_CH2_MIC_GAIN_MSK (0x3 << RK3308_ADC_CH2_MIC_GAIN_SFT)
381 #define RK3308_ADC_CH2_MIC_GAIN_20DB (0x3 << RK3308_ADC_CH2_MIC_GAIN_SFT)
382 #define RK3308_ADC_CH2_MIC_GAIN_13DB (0x2 << RK3308_ADC_CH2_MIC_GAIN_SFT)
383 #define RK3308_ADC_CH2_MIC_GAIN_6_6DB (0x1 << RK3308_ADC_CH2_MIC_GAIN_SFT)
384 #define RK3308_ADC_CH2_MIC_GAIN_0DB (0x0 << RK3308_ADC_CH2_MIC_GAIN_SFT)