Searched refs:WM8753_IOCTL (Results 1 – 2 of 2) sorted by relevance
/sound/soc/codecs/ |
D | wm8753.c | 224 SOC_ENUM_SINGLE(WM8753_IOCTL, 2, 4, wm8753_dai_mode), 253 ioctl = snd_soc_read(codec, WM8753_IOCTL); in wm8753_set_dai() 261 snd_soc_write(codec, WM8753_IOCTL, ioctl); in wm8753_set_dai() 967 ioctl = snd_soc_read(codec, WM8753_IOCTL) & 0x015d; in wm8753_pcm_set_dai_fmt() 1022 snd_soc_write(codec, WM8753_IOCTL, ioctl); in wm8753_pcm_set_dai_fmt() 1092 ioctl = snd_soc_read(codec, WM8753_IOCTL) & 0x00ae; in wm8753_i2s_set_dai_fmt() 1147 snd_soc_write(codec, WM8753_IOCTL, ioctl); in wm8753_i2s_set_dai_fmt()
|
D | wm8753.h | 23 #define WM8753_IOCTL 0x05 macro
|