Lines Matching refs:iface
161 u16 iface = snd_soc_component_read(component, WM8711_IFACE) & 0xfff3; in wm8711_hw_params() local
173 iface |= 0x0004; in wm8711_hw_params()
176 iface |= 0x0008; 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() local
247 iface |= 0x0040; in wm8711_set_dai_fmt()
258 iface |= 0x0002; in wm8711_set_dai_fmt()
263 iface |= 0x0001; in wm8711_set_dai_fmt()
266 iface |= 0x0003; in wm8711_set_dai_fmt()
269 iface |= 0x0013; in wm8711_set_dai_fmt()
280 iface |= 0x0090; in wm8711_set_dai_fmt()
283 iface |= 0x0080; in wm8711_set_dai_fmt()
286 iface |= 0x0010; in wm8711_set_dai_fmt()
293 snd_soc_component_write(component, WM8711_IFACE, iface); in wm8711_set_dai_fmt()