Lines Matching defs:voice
16 * voice.
18 * Please note that the voice PCM can be connected directly to a Bluetooth
891 u16 voice = snd_soc_component_read(component, WM8753_PCM) & 0x01ec;
896 voice |= 0x0002;
901 voice |= 0x0001;
904 voice |= 0x0003;
907 voice |= 0x0013;
913 snd_soc_component_write(component, WM8753_PCM, voice);
926 u16 voice = snd_soc_component_read(component, WM8753_PCM) & 0x01f3;
934 voice |= 0x0004;
937 voice |= 0x0008;
940 voice |= 0x000c;
949 snd_soc_component_write(component, WM8753_PCM, voice);
959 u16 voice, ioctl;
961 voice = snd_soc_component_read(component, WM8753_PCM) & 0x011f;
972 voice |= 0x0040;
987 voice |= 0x0080;
996 voice &= ~0x0010;
1001 voice |= 0x0090;
1004 voice |= 0x0080;
1007 voice |= 0x0010;
1017 snd_soc_component_write(component, WM8753_PCM, voice);
1374 * configurations. This gives 2 PCM's available for use, hifi and voice.
1381 * 4. Voice disabled - HIFI over HIFI, uses voice DAI LRC for capture
1423 { .name = "wm8753-voice",