Searched refs:WM8940_DAC (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8940.c | 69 case WM8940_DAC: in wm8940_readable_register() 241 SOC_SINGLE("DAC Inversion Switch", WM8940_DAC, 0, 1, 0), 242 SOC_SINGLE("DAC Auto Mute Switch", WM8940_DAC, 2, 1, 0), 467 u16 mute_reg = snd_soc_component_read(component, WM8940_DAC) & 0xffbf; in wm8940_mute() 472 return snd_soc_component_write(component, WM8940_DAC, mute_reg); in wm8940_mute()
|
H A D | wm8940.h | 27 #define WM8940_DAC 0x0A macro
|