Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm8978.c726 u16 iface_ctl = snd_soc_read(codec, WM8978_AUDIO_INTERFACE) & ~0x60; in wm8978_hw_params() local
743 iface_ctl |= 0x20; in wm8978_hw_params()
746 iface_ctl |= 0x40; in wm8978_hw_params()
749 iface_ctl |= 0x60; in wm8978_hw_params()
826 snd_soc_write(codec, WM8978_AUDIO_INTERFACE, iface_ctl); in wm8978_hw_params()