Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dwm8955.c85 case WM8955_DAC_CONTROL: in wm8955_writeable()
383 return snd_soc_component_update_bits(component, WM8955_DAC_CONTROL, in wm8955_set_deemph()
442 SOC_SINGLE_TLV("Playback Attenuation Volume", WM8955_DAC_CONTROL, 7, 1, 1,
758 snd_soc_component_update_bits(component, WM8955_DAC_CONTROL, WM8955_DACMU, val); in wm8955_mute()
Dwm8955.h20 #define WM8955_DAC_CONTROL 0x05 macro