Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8711.c161 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()
H A Dwm8711.h22 #define WM8711_IFACE 0x07 macro