Lines Matching refs:voice
902 u16 voice = snd_soc_read(codec, WM8753_PCM) & 0x01ec; in wm8753_vdac_adc_set_dai_fmt() local
907 voice |= 0x0002; in wm8753_vdac_adc_set_dai_fmt()
912 voice |= 0x0001; in wm8753_vdac_adc_set_dai_fmt()
915 voice |= 0x0003; in wm8753_vdac_adc_set_dai_fmt()
918 voice |= 0x0013; in wm8753_vdac_adc_set_dai_fmt()
924 snd_soc_write(codec, WM8753_PCM, voice); in wm8753_vdac_adc_set_dai_fmt()
937 u16 voice = snd_soc_read(codec, WM8753_PCM) & 0x01f3; in wm8753_pcm_hw_params() local
945 voice |= 0x0004; in wm8753_pcm_hw_params()
948 voice |= 0x0008; in wm8753_pcm_hw_params()
951 voice |= 0x000c; in wm8753_pcm_hw_params()
960 snd_soc_write(codec, WM8753_PCM, voice); in wm8753_pcm_hw_params()
970 u16 voice, ioctl; in wm8753_pcm_set_dai_fmt() local
972 voice = snd_soc_read(codec, WM8753_PCM) & 0x011f; in wm8753_pcm_set_dai_fmt()
982 voice |= 0x0040; in wm8753_pcm_set_dai_fmt()
997 voice |= 0x0080; in wm8753_pcm_set_dai_fmt()
1006 voice &= ~0x0010; in wm8753_pcm_set_dai_fmt()
1011 voice |= 0x0090; in wm8753_pcm_set_dai_fmt()
1014 voice |= 0x0080; in wm8753_pcm_set_dai_fmt()
1017 voice |= 0x0010; in wm8753_pcm_set_dai_fmt()
1027 snd_soc_write(codec, WM8753_PCM, voice); in wm8753_pcm_set_dai_fmt()