Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm8711.c164 u16 iface = snd_soc_read(codec, WM8711_IFACE) & 0xfff3; in wm8711_hw_params()
183 snd_soc_write(codec, WM8711_IFACE, iface); in wm8711_hw_params()
245 u16 iface = snd_soc_read(codec, WM8711_IFACE) & 0x000c; in wm8711_set_dai_fmt()
296 snd_soc_write(codec, WM8711_IFACE, iface); in wm8711_set_dai_fmt()
Dwm8711.h25 #define WM8711_IFACE 0x07 macro