Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8978.h24 #define WM8978_DAC_CONTROL 0x0A macro
H A Dwm8978.c148 SOC_DOUBLE("DAC Inversion Switch", WM8978_DAC_CONTROL, 0, 1, 1, 0),
257 SOC_SINGLE("DAC 128x Oversampling Switch", WM8978_DAC_CONTROL,
846 snd_soc_component_update_bits(component, WM8978_DAC_CONTROL, 0x40, 0x40); in wm8978_mute()
848 snd_soc_component_update_bits(component, WM8978_DAC_CONTROL, 0x40, 0); in wm8978_mute()