Home
last modified time | relevance | path

Searched refs:WM8974_DAC (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/codecs/
Dwm8974.c73 SOC_ENUM_SINGLE(WM8974_DAC, 4, 4, wm8974_deemp),
108 SOC_SINGLE("DAC Inversion Switch", WM8974_DAC, 0, 1, 0),
173 SOC_SINGLE("DAC 128x Oversampling Switch", WM8974_DAC, 8, 1, 0),
577 u16 mute_reg = snd_soc_component_read32(component, WM8974_DAC) & 0xffbf; in wm8974_mute()
580 snd_soc_component_write(component, WM8974_DAC, mute_reg | 0x40); in wm8974_mute()
582 snd_soc_component_write(component, WM8974_DAC, mute_reg); in wm8974_mute()
Dwm8974.h23 #define WM8974_DAC 0xa macro
/Linux-v4.19/Documentation/sound/soc/
Dcodec.rst183 u16 mute_reg = snd_soc_component_read32(component, WM8974_DAC) & 0xffbf;
186 snd_soc_component_write(component, WM8974_DAC, mute_reg | 0x40);
188 snd_soc_component_write(component, WM8974_DAC, mute_reg);