Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dwm8978.c725 u16 add_ctl = snd_soc_component_read(component, WM8978_ADDITIONAL_CONTROL) & ~0xe; in wm8978_hw_params() local
753 add_ctl |= 0x5 << 1; in wm8978_hw_params()
756 add_ctl |= 0x4 << 1; in wm8978_hw_params()
759 add_ctl |= 0x3 << 1; in wm8978_hw_params()
762 add_ctl |= 0x2 << 1; in wm8978_hw_params()
765 add_ctl |= 0x1 << 1; in wm8978_hw_params()
824 snd_soc_component_write(component, WM8978_ADDITIONAL_CONTROL, add_ctl); in wm8978_hw_params()