Lines Matching refs:voice
891 u16 voice = snd_soc_component_read(component, WM8753_PCM) & 0x01ec; in wm8753_vdac_adc_set_dai_fmt() local
896 voice |= 0x0002; in wm8753_vdac_adc_set_dai_fmt()
901 voice |= 0x0001; in wm8753_vdac_adc_set_dai_fmt()
904 voice |= 0x0003; in wm8753_vdac_adc_set_dai_fmt()
907 voice |= 0x0013; in wm8753_vdac_adc_set_dai_fmt()
913 snd_soc_component_write(component, WM8753_PCM, voice); in wm8753_vdac_adc_set_dai_fmt()
926 u16 voice = snd_soc_component_read(component, WM8753_PCM) & 0x01f3; in wm8753_pcm_hw_params() local
934 voice |= 0x0004; in wm8753_pcm_hw_params()
937 voice |= 0x0008; in wm8753_pcm_hw_params()
940 voice |= 0x000c; in wm8753_pcm_hw_params()
949 snd_soc_component_write(component, WM8753_PCM, voice); in wm8753_pcm_hw_params()
959 u16 voice, ioctl; in wm8753_pcm_set_dai_fmt() local
961 voice = snd_soc_component_read(component, WM8753_PCM) & 0x011f; in wm8753_pcm_set_dai_fmt()
972 voice |= 0x0040; in wm8753_pcm_set_dai_fmt()
987 voice |= 0x0080; in wm8753_pcm_set_dai_fmt()
996 voice &= ~0x0010; in wm8753_pcm_set_dai_fmt()
1001 voice |= 0x0090; in wm8753_pcm_set_dai_fmt()
1004 voice |= 0x0080; in wm8753_pcm_set_dai_fmt()
1007 voice |= 0x0010; in wm8753_pcm_set_dai_fmt()
1017 snd_soc_component_write(component, WM8753_PCM, voice); in wm8753_pcm_set_dai_fmt()