Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm8978.c728 u16 add_ctl = snd_soc_read(codec, WM8978_ADDITIONAL_CONTROL) & ~0xe; in wm8978_hw_params() local
756 add_ctl |= 0x5 << 1; in wm8978_hw_params()
759 add_ctl |= 0x4 << 1; in wm8978_hw_params()
762 add_ctl |= 0x3 << 1; in wm8978_hw_params()
765 add_ctl |= 0x2 << 1; in wm8978_hw_params()
768 add_ctl |= 0x1 << 1; in wm8978_hw_params()
827 snd_soc_write(codec, WM8978_ADDITIONAL_CONTROL, add_ctl); in wm8978_hw_params()