Searched refs:WM8510_ADC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8510.c | 136 SOC_SINGLE("High Pass Filter Switch", WM8510_ADC, 8, 1, 0), 137 SOC_SINGLE("High Pass Cut Off", WM8510_ADC, 4, 7, 0), 365 reg = snd_soc_component_read(component, WM8510_ADC) & 0x1f7; in wm8510_set_dai_clkdiv() 366 snd_soc_component_write(component, WM8510_ADC, reg | div); in wm8510_set_dai_clkdiv()
|
H A D | wm8510.h | 22 #define WM8510_ADC 0xe macro
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8510.c | 136 SOC_SINGLE("High Pass Filter Switch", WM8510_ADC, 8, 1, 0), 137 SOC_SINGLE("High Pass Cut Off", WM8510_ADC, 4, 7, 0), 365 reg = snd_soc_component_read(component, WM8510_ADC) & 0x1f7; in wm8510_set_dai_clkdiv() 366 snd_soc_component_write(component, WM8510_ADC, reg | div); in wm8510_set_dai_clkdiv()
|
H A D | wm8510.h | 22 #define WM8510_ADC 0xe macro
|
Completed in 4 milliseconds