Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8741.c201 u16 iface = snd_soc_read(codec, WM8741_FORMAT_CONTROL) & 0x1FC; in wm8741_hw_params()
247 snd_soc_write(codec, WM8741_FORMAT_CONTROL, iface); in wm8741_hw_params()
300 u16 iface = snd_soc_read(codec, WM8741_FORMAT_CONTROL) & 0x1C3; in wm8741_set_dai_fmt()
352 snd_soc_write(codec, WM8741_FORMAT_CONTROL, iface); in wm8741_set_dai_fmt()
Dwm8741.h26 #define WM8741_FORMAT_CONTROL 0x05 macro