Lines Matching full:voice

312 	SOC_SINGLE_TLV("Voice Playback Volume",
331 "Off", "Voice", "HiFi", "Ext"
665 SND_SOC_DAPM_AIF_IN("Voice RX", NULL, 0, SND_SOC_NOPM, 0, 0),
666 SND_SOC_DAPM_AIF_OUT("Voice TX", NULL, 0, SND_SOC_NOPM, 0, 0),
680 SND_SOC_DAPM_SUPPLY("Voice DAI Clock",
722 SND_SOC_DAPM_DAC_E("DAC Voice", NULL,
730 SND_SOC_DAPM_PGA("Voice PGA",
750 SND_SOC_DAPM_SWITCH("Voice Loopback", SND_SOC_NOPM, 0, 0,
822 {"Voice PGA", NULL, "VAUDIO"},
830 {"Voice RX", NULL, "Voice Playback"},
831 {"Voice Capture", NULL, "Voice TX"},
835 {"Voice RX", NULL, "Voice DAI Clock"},
836 {"Voice TX", NULL, "Voice DAI Clock"},
839 {"Voice Loopback", "Switch", "Voice TX"},
840 {"Voice RX", NULL, "Voice Loopback"},
843 {"Highpass Filter RX", NULL, "Voice RX"},
844 {"Voice TX", NULL, "Highpass Filter TX"},
848 {"DAC Voice", NULL, "Highpass Filter RX"},
852 {"Voice PGA", NULL, "DAC Voice"},
885 /* Voice PGA -> Output Route */
886 {"Earpiece Playback Route", "Voice", "Voice PGA"},
887 {"Speaker Right Playback Route", "Voice", "Voice PGA"},
888 {"Speaker Left Playback Route", "Voice", "Voice PGA"},
889 {"Lineout Right Playback Route", "Voice", "Voice PGA"},
890 {"Lineout Left Playback Route", "Voice", "Voice PGA"},
891 {"Headset Right Playback Route", "Voice", "Voice PGA"},
892 {"Headset Left Playback Route", "Voice", "Voice PGA"},
893 {"EMU Right Playback Route", "Voice", "Voice PGA"},
894 {"EMU Left Playback Route", "Voice", "Voice PGA"},
995 /* enable PLL for Voice DAI */ in cpcap_set_sysclk()
1267 dev_dbg(dev, "Voice setup HW params: rate=%d, direction=%d, chan=%d", in cpcap_voice_hw_params()
1299 dev_dbg(component->dev, "Voice setup sysclk: clk_id=%u, freq=%u", in cpcap_voice_set_dai_sysclk()
1317 dev_dbg(component->dev, "Voice setup dai format (%08x)", fmt); in cpcap_voice_set_dai_fmt()
1320 * "Voice Playback" and "Voice Capture" should always be in cpcap_voice_set_dai_fmt()
1329 dev_err(component->dev, "Voice dai fmt failed: CPCAP should be the provider"); in cpcap_voice_set_dai_fmt()
1352 dev_err(component->dev, "Voice dai fmt failed: unsupported clock invert mode"); in cpcap_voice_set_dai_fmt()
1374 dev_dbg(component->dev, "Voice dai format: val=%04x", val); in cpcap_voice_set_dai_fmt()
1385 * Configure codec for voice call if requested.
1389 * cpcap related hardware as CPU is not involved in the voice call.
1432 /* Unmute voice for call */ in cpcap_voice_call()
1467 * Primitive test for voice call, probably needs more checks in cpcap_voice_set_tdm_slot()
1510 dev_dbg(component->dev, "Voice mute: %d", mute); in cpcap_voice_set_mute()
1538 .name = "cpcap-voice",
1540 .stream_name = "Voice Playback",
1547 .stream_name = "Voice Capture",