Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8753.c223 SOC_ENUM_SINGLE(WM8753_IOCTL, 2, 4, wm8753_dai_mode),
252 ioctl = snd_soc_component_read32(component, WM8753_IOCTL); in wm8753_set_dai()
260 snd_soc_component_write(component, WM8753_IOCTL, ioctl); in wm8753_set_dai()
967 ioctl = snd_soc_component_read32(component, WM8753_IOCTL) & 0x015d; in wm8753_pcm_set_dai_fmt()
1022 snd_soc_component_write(component, WM8753_IOCTL, ioctl); in wm8753_pcm_set_dai_fmt()
1092 ioctl = snd_soc_component_read32(component, WM8753_IOCTL) & 0x00ae; in wm8753_i2s_set_dai_fmt()
1147 snd_soc_component_write(component, WM8753_IOCTL, ioctl); in wm8753_i2s_set_dai_fmt()
Dwm8753.h23 #define WM8753_IOCTL 0x05 macro