Lines Matching refs:voice
896 u16 voice = snd_soc_read(codec, WM8753_PCM) & 0x01ec; in wm8753_vdac_adc_set_dai_fmt() local
901 voice |= 0x0002; in wm8753_vdac_adc_set_dai_fmt()
906 voice |= 0x0001; in wm8753_vdac_adc_set_dai_fmt()
909 voice |= 0x0003; in wm8753_vdac_adc_set_dai_fmt()
912 voice |= 0x0013; in wm8753_vdac_adc_set_dai_fmt()
918 snd_soc_write(codec, WM8753_PCM, voice); in wm8753_vdac_adc_set_dai_fmt()
931 u16 voice = snd_soc_read(codec, WM8753_PCM) & 0x01f3; in wm8753_pcm_hw_params() local
939 voice |= 0x0004; in wm8753_pcm_hw_params()
942 voice |= 0x0008; in wm8753_pcm_hw_params()
945 voice |= 0x000c; in wm8753_pcm_hw_params()
954 snd_soc_write(codec, WM8753_PCM, voice); in wm8753_pcm_hw_params()
964 u16 voice, ioctl; in wm8753_pcm_set_dai_fmt() local
966 voice = snd_soc_read(codec, WM8753_PCM) & 0x011f; in wm8753_pcm_set_dai_fmt()
976 voice |= 0x0040; in wm8753_pcm_set_dai_fmt()
991 voice |= 0x0080; in wm8753_pcm_set_dai_fmt()
1000 voice &= ~0x0010; in wm8753_pcm_set_dai_fmt()
1005 voice |= 0x0090; in wm8753_pcm_set_dai_fmt()
1008 voice |= 0x0080; in wm8753_pcm_set_dai_fmt()
1011 voice |= 0x0010; in wm8753_pcm_set_dai_fmt()
1021 snd_soc_write(codec, WM8753_PCM, voice); in wm8753_pcm_set_dai_fmt()