Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8961.c131 case WM8961_ADC_DAC_CONTROL_1: in wm8961_readable()
325 WM8961_ADC_DAC_CONTROL_1, 1, dac_deemph_text);
360 SOC_SINGLE("ADC High Pass Filter Switch", WM8961_ADC_DAC_CONTROL_1, 0, 1, 0),
704 u16 reg = snd_soc_component_read(component, WM8961_ADC_DAC_CONTROL_1); in wm8961_mute()
713 return snd_soc_component_write(component, WM8961_ADC_DAC_CONTROL_1, reg); in wm8961_mute()
H A Dwm8961.h37 #define WM8961_ADC_DAC_CONTROL_1 0x05 macro