Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8990.c1006 val = snd_soc_component_read(component, WM8990_DAC_CTRL) & ~WM8990_DAC_MUTE; in wm8990_mute()
1009 snd_soc_component_write(component, WM8990_DAC_CTRL, val | WM8990_DAC_MUTE); in wm8990_mute()
1011 snd_soc_component_write(component, WM8990_DAC_CTRL, val); in wm8990_mute()
1109 snd_soc_component_update_bits(component, WM8990_DAC_CTRL, in wm8990_set_bias_level()
H A Dwm8990.h26 #define WM8990_DAC_CTRL 0x0A macro