Home
last modified time | relevance | path

Searched refs:WM8776_DACMUTE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8776.h23 #define WM8776_DACMUTE 0x08 macro
H A Dwm8776.c316 return snd_soc_component_write(component, WM8776_DACMUTE, !!mute); in wm8776_mute()
/openbmc/linux/sound/pci/oxygen/
H A Dwm8776.h22 #define WM8776_DACMUTE 0x08 macro
H A Dxonar_wm87x6.c174 wm8776_write(chip, WM8776_DACMUTE, chip->dac_mute ? WM8776_DMUTE : 0); in wm8776_registers_init()
465 wm8776_write_cached(chip, WM8776_DACMUTE, in update_wm8776_mute()
/openbmc/linux/sound/pci/ice1712/
H A Dwm8776.h39 #define WM8776_DACMUTE (1 << 0) macro