Searched refs:WM8770_DACMUTE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | wm8770.h | 34 #define WM8770_DACMUTE 0x14 macro
|
D | wm8770.c | 136 SOC_SINGLE("DAC Playback Switch", WM8770_DACMUTE, 4, 1, 1), 480 return snd_soc_component_update_bits(component, WM8770_DACMUTE, 0x10, in wm8770_mute() 602 snd_soc_component_update_bits(component, WM8770_DACMUTE, 0x10, 0x10); in wm8770_probe()
|