Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/codecs/
Dwm8753.c218 SOC_ENUM_SINGLE(WM8753_IOCTL, 2, 4, wm8753_dai_mode),
247 ioctl = snd_soc_component_read(component, WM8753_IOCTL); in wm8753_set_dai()
255 snd_soc_component_write(component, WM8753_IOCTL, ioctl); in wm8753_set_dai()
962 ioctl = snd_soc_component_read(component, WM8753_IOCTL) & 0x015d; in wm8753_pcm_set_dai_fmt()
1018 snd_soc_component_write(component, WM8753_IOCTL, ioctl); in wm8753_pcm_set_dai_fmt()
1088 ioctl = snd_soc_component_read(component, WM8753_IOCTL) & 0x00ae; in wm8753_i2s_set_dai_fmt()
1144 snd_soc_component_write(component, WM8753_IOCTL, ioctl); in wm8753_i2s_set_dai_fmt()
Dwm8753.h18 #define WM8753_IOCTL 0x05 macro