Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8961.c134 case WM8961_ADC_DAC_CONTROL_1: in wm8961_readable()
328 WM8961_ADC_DAC_CONTROL_1, 1, dac_deemph_text);
363 SOC_SINGLE("ADC High Pass Filter Switch", WM8961_ADC_DAC_CONTROL_1, 0, 1, 0),
707 u16 reg = snd_soc_component_read32(component, WM8961_ADC_DAC_CONTROL_1); in wm8961_digital_mute()
716 return snd_soc_component_write(component, WM8961_ADC_DAC_CONTROL_1, reg); in wm8961_digital_mute()
Dwm8961.h40 #define WM8961_ADC_DAC_CONTROL_1 0x05 macro