Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8510.c136 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 Dwm8510.h22 #define WM8510_ADC 0xe macro