Searched refs:WM8711_IFACE (Results 1 – 2 of 2) sorted by relevance
164 u16 iface = snd_soc_component_read32(component, WM8711_IFACE) & 0xfff3; in wm8711_hw_params()183 snd_soc_component_write(component, WM8711_IFACE, iface); in wm8711_hw_params()245 u16 iface = snd_soc_component_read32(component, WM8711_IFACE) & 0x000c; in wm8711_set_dai_fmt()296 snd_soc_component_write(component, WM8711_IFACE, iface); in wm8711_set_dai_fmt()
25 #define WM8711_IFACE 0x07 macro