Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8974.c69 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),
573 u16 mute_reg = snd_soc_component_read(component, WM8974_DAC) & 0xffbf; in wm8974_mute()
576 snd_soc_component_write(component, WM8974_DAC, mute_reg | 0x40); in wm8974_mute()
578 snd_soc_component_write(component, WM8974_DAC, mute_reg); in wm8974_mute()
H A Dwm8974.h20 #define WM8974_DAC 0xa macro