Loading asoc/sdm660-ext-dai-links.c +27 −0 Original line number Diff line number Diff line Loading @@ -1282,6 +1282,33 @@ static struct snd_soc_dai_link msm_ext_common_be_dai[] = { .ignore_suspend = 1, .ignore_pmdown_time = 1, }, /* Proxy Tx BACK END DAI Link */ { .name = LPASS_BE_PROXY_TX, .stream_name = "Proxy Capture", .cpu_dai_name = "msm-dai-q6-dev.8195", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-tx", .no_pcm = 1, .dpcm_capture = 1, .id = MSM_BACKEND_DAI_PROXY_TX, .ignore_suspend = 1, }, /* Proxy Rx BACK END DAI Link */ { .name = LPASS_BE_PROXY_RX, .stream_name = "Proxy Playback", .cpu_dai_name = "msm-dai-q6-dev.8194", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-rx", .no_pcm = 1, .dpcm_playback = 1, .id = MSM_BACKEND_DAI_PROXY_RX, .ignore_pmdown_time = 1, .ignore_suspend = 1, }, { .name = LPASS_BE_USB_AUDIO_RX, .stream_name = "USB Audio Playback", Loading asoc/sdm660-internal.c +27 −0 Original line number Diff line number Diff line Loading @@ -2422,6 +2422,33 @@ static struct snd_soc_dai_link msm_int_be_dai[] = { .ignore_suspend = 1, .ignore_pmdown_time = 1, }, /* Proxy Tx BACK END DAI Link */ { .name = LPASS_BE_PROXY_TX, .stream_name = "Proxy Capture", .cpu_dai_name = "msm-dai-q6-dev.8195", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-tx", .no_pcm = 1, .dpcm_capture = 1, .id = MSM_BACKEND_DAI_PROXY_TX, .ignore_suspend = 1, }, /* Proxy Rx BACK END DAI Link */ { .name = LPASS_BE_PROXY_RX, .stream_name = "Proxy Playback", .cpu_dai_name = "msm-dai-q6-dev.8194", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-rx", .no_pcm = 1, .dpcm_playback = 1, .id = MSM_BACKEND_DAI_PROXY_RX, .ignore_pmdown_time = 1, .ignore_suspend = 1, }, { .name = LPASS_BE_USB_AUDIO_RX, .stream_name = "USB Audio Playback", Loading Loading
asoc/sdm660-ext-dai-links.c +27 −0 Original line number Diff line number Diff line Loading @@ -1282,6 +1282,33 @@ static struct snd_soc_dai_link msm_ext_common_be_dai[] = { .ignore_suspend = 1, .ignore_pmdown_time = 1, }, /* Proxy Tx BACK END DAI Link */ { .name = LPASS_BE_PROXY_TX, .stream_name = "Proxy Capture", .cpu_dai_name = "msm-dai-q6-dev.8195", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-tx", .no_pcm = 1, .dpcm_capture = 1, .id = MSM_BACKEND_DAI_PROXY_TX, .ignore_suspend = 1, }, /* Proxy Rx BACK END DAI Link */ { .name = LPASS_BE_PROXY_RX, .stream_name = "Proxy Playback", .cpu_dai_name = "msm-dai-q6-dev.8194", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-rx", .no_pcm = 1, .dpcm_playback = 1, .id = MSM_BACKEND_DAI_PROXY_RX, .ignore_pmdown_time = 1, .ignore_suspend = 1, }, { .name = LPASS_BE_USB_AUDIO_RX, .stream_name = "USB Audio Playback", Loading
asoc/sdm660-internal.c +27 −0 Original line number Diff line number Diff line Loading @@ -2422,6 +2422,33 @@ static struct snd_soc_dai_link msm_int_be_dai[] = { .ignore_suspend = 1, .ignore_pmdown_time = 1, }, /* Proxy Tx BACK END DAI Link */ { .name = LPASS_BE_PROXY_TX, .stream_name = "Proxy Capture", .cpu_dai_name = "msm-dai-q6-dev.8195", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-tx", .no_pcm = 1, .dpcm_capture = 1, .id = MSM_BACKEND_DAI_PROXY_TX, .ignore_suspend = 1, }, /* Proxy Rx BACK END DAI Link */ { .name = LPASS_BE_PROXY_RX, .stream_name = "Proxy Playback", .cpu_dai_name = "msm-dai-q6-dev.8194", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-rx", .no_pcm = 1, .dpcm_playback = 1, .id = MSM_BACKEND_DAI_PROXY_RX, .ignore_pmdown_time = 1, .ignore_suspend = 1, }, { .name = LPASS_BE_USB_AUDIO_RX, .stream_name = "USB Audio Playback", Loading