Searched refs:WM8974_DAC (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8974.c | 69 SOC_ENUM_SINGLE(WM8974_DAC, 4, 4, wm8974_deemp), 104 SOC_SINGLE("DAC Inversion Switch", WM8974_DAC, 0, 1, 0), 169 SOC_SINGLE("DAC 128x Oversampling Switch", WM8974_DAC, 8, 1, 0), 569 u16 mute_reg = snd_soc_component_read(component, WM8974_DAC) & 0xffbf; in wm8974_mute() 572 snd_soc_component_write(component, WM8974_DAC, mute_reg | 0x40); in wm8974_mute() 574 snd_soc_component_write(component, WM8974_DAC, mute_reg); in wm8974_mute()
|
H A D | wm8974.h | 20 #define WM8974_DAC 0xa macro
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | codec.rst | 183 u16 mute_reg = snd_soc_component_read(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);
|