Lines Matching full:voice

303 	SOC_SINGLE_TLV("Voice Playback Volume",
322 "Off", "Voice", "HiFi", "Ext"
656 SND_SOC_DAPM_AIF_IN("Voice RX", NULL, 0, SND_SOC_NOPM, 0, 0),
657 SND_SOC_DAPM_AIF_OUT("Voice TX", NULL, 0, SND_SOC_NOPM, 0, 0),
671 SND_SOC_DAPM_SUPPLY("Voice DAI Clock",
713 SND_SOC_DAPM_DAC_E("DAC Voice", NULL,
721 SND_SOC_DAPM_PGA("Voice PGA",
741 SND_SOC_DAPM_SWITCH("Voice Loopback", SND_SOC_NOPM, 0, 0,
813 {"Voice PGA", NULL, "VAUDIO"},
821 {"Voice RX", NULL, "Voice Playback"},
822 {"Voice Capture", NULL, "Voice TX"},
826 {"Voice RX", NULL, "Voice DAI Clock"},
827 {"Voice TX", NULL, "Voice DAI Clock"},
830 {"Voice Loopback", "Switch", "Voice TX"},
831 {"Voice RX", NULL, "Voice Loopback"},
834 {"Highpass Filter RX", NULL, "Voice RX"},
835 {"Voice TX", NULL, "Highpass Filter TX"},
839 {"DAC Voice", NULL, "Highpass Filter RX"},
843 {"Voice PGA", NULL, "DAC Voice"},
876 /* Voice PGA -> Output Route */
877 {"Earpiece Playback Route", "Voice", "Voice PGA"},
878 {"Speaker Right Playback Route", "Voice", "Voice PGA"},
879 {"Speaker Left Playback Route", "Voice", "Voice PGA"},
880 {"Lineout Right Playback Route", "Voice", "Voice PGA"},
881 {"Lineout Left Playback Route", "Voice", "Voice PGA"},
882 {"Headset Right Playback Route", "Voice", "Voice PGA"},
883 {"Headset Left Playback Route", "Voice", "Voice PGA"},
884 {"EMU Right Playback Route", "Voice", "Voice PGA"},
885 {"EMU Left Playback Route", "Voice", "Voice PGA"},
986 /* enable PLL for Voice DAI */ in cpcap_set_sysclk()
1258 dev_dbg(dev, "Voice setup HW params: rate=%d, direction=%d, chan=%d", in cpcap_voice_hw_params()
1290 dev_dbg(component->dev, "Voice setup sysclk: clk_id=%u, freq=%u", in cpcap_voice_set_dai_sysclk()
1308 dev_dbg(component->dev, "Voice setup dai format (%08x)", fmt); in cpcap_voice_set_dai_fmt()
1311 * "Voice Playback" and "Voice Capture" should always be in cpcap_voice_set_dai_fmt()
1320 dev_err(component->dev, "Voice dai fmt failed: CPCAP should be the master"); in cpcap_voice_set_dai_fmt()
1343 dev_err(component->dev, "Voice dai fmt failed: unsupported clock invert mode"); in cpcap_voice_set_dai_fmt()
1365 dev_dbg(component->dev, "Voice dai format: val=%04x", val); in cpcap_voice_set_dai_fmt()
1388 dev_dbg(component->dev, "Voice mute: %d", mute); in cpcap_voice_set_mute()
1415 .name = "cpcap-voice",
1417 .stream_name = "Voice Playback",
1424 .stream_name = "Voice Capture",