Searched refs:WM8978_DAC_CONTROL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm8978.h | 27 #define WM8978_DAC_CONTROL 0x0A macro
|
D | wm8978.c | 151 SOC_DOUBLE("DAC Inversion Switch", WM8978_DAC_CONTROL, 0, 1, 1, 0), 260 SOC_SINGLE("DAC 128x Oversampling Switch", WM8978_DAC_CONTROL, 849 snd_soc_component_update_bits(component, WM8978_DAC_CONTROL, 0x40, 0x40); in wm8978_mute() 851 snd_soc_component_update_bits(component, WM8978_DAC_CONTROL, 0x40, 0); in wm8978_mute()
|