|
@@ -6060,6 +6060,27 @@ static struct snd_soc_dai_link msm_common_be_dai_links[] = {
|
|
|
.ignore_pmdown_time = 1,
|
|
|
SND_SOC_DAILINK_REG(voice2_playback_tx),
|
|
|
},
|
|
|
+ /* Proxy Tx BACK END DAI Link */
|
|
|
+ {
|
|
|
+ .name = LPASS_BE_PROXY_TX,
|
|
|
+ .stream_name = "Proxy Capture",
|
|
|
+ .no_pcm = 1,
|
|
|
+ .dpcm_capture = 1,
|
|
|
+ .id = MSM_BACKEND_DAI_PROXY_TX,
|
|
|
+ .ignore_suspend = 1,
|
|
|
+ SND_SOC_DAILINK_REG(proxy_tx),
|
|
|
+ },
|
|
|
+ /* Proxy Rx BACK END DAI Link */
|
|
|
+ {
|
|
|
+ .name = LPASS_BE_PROXY_RX,
|
|
|
+ .stream_name = "Proxy Playback",
|
|
|
+ .no_pcm = 1,
|
|
|
+ .dpcm_playback = 1,
|
|
|
+ .id = MSM_BACKEND_DAI_PROXY_RX,
|
|
|
+ .ignore_pmdown_time = 1,
|
|
|
+ .ignore_suspend = 1,
|
|
|
+ SND_SOC_DAILINK_REG(proxy_rx),
|
|
|
+ },
|
|
|
{
|
|
|
.name = LPASS_BE_USB_AUDIO_RX,
|
|
|
.stream_name = "USB Audio Playback",
|