Searched refs:WM8711_IFACE (Results 1 – 2 of 2) sorted by relevance
161 u16 iface = snd_soc_component_read(component, WM8711_IFACE) & 0xfff3; in wm8711_hw_params()180 snd_soc_component_write(component, WM8711_IFACE, iface); in wm8711_hw_params()242 u16 iface = snd_soc_component_read(component, WM8711_IFACE) & 0x000c; in wm8711_set_dai_fmt()293 snd_soc_component_write(component, WM8711_IFACE, iface); in wm8711_set_dai_fmt()
22 #define WM8711_IFACE 0x07 macro