Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8510.c120 SOC_ENUM_SINGLE(WM8510_DAC, 4, 4, wm8510_deemp),
132 SOC_SINGLE("DAC Inversion Switch", WM8510_DAC, 0, 1, 0),
369 reg = snd_soc_component_read(component, WM8510_DAC) & 0x1f7; in wm8510_set_dai_clkdiv()
370 snd_soc_component_write(component, WM8510_DAC, reg | div); in wm8510_set_dai_clkdiv()
493 u16 mute_reg = snd_soc_component_read(component, WM8510_DAC) & 0xffbf; in wm8510_mute()
496 snd_soc_component_write(component, WM8510_DAC, mute_reg | 0x40); in wm8510_mute()
498 snd_soc_component_write(component, WM8510_DAC, mute_reg); in wm8510_mute()
H A Dwm8510.h20 #define WM8510_DAC 0xa macro