Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31199e4f authored by Meng Wang's avatar Meng Wang
Browse files

Soc: msm: remove capture property for SLIMBUS_6 Hostless playback



Backend SLIMBUS_6 Hostless Playback only supports playback, not capture.
Remove capture property to avoid invalid access.

CRs-Fixed: 2014489
Change-Id: I7cc426a4badb50fbd7e83454fa89e3a0f2a89c23
Signed-off-by: default avatarMeng Wang <mwang@codeaurora.org>
parent 16496105
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5247,7 +5247,6 @@ static struct snd_soc_dai_link msm_tasha_fe_dai_links[] = {
		.platform_name = "msm-pcm-hostless",
		.dynamic = 1,
		.dpcm_playback = 1,
		.dpcm_capture = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			    SND_SOC_DPCM_TRIGGER_POST},
		.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
+0 −1
Original line number Diff line number Diff line
@@ -335,7 +335,6 @@ static struct snd_soc_dai_link msm_ext_tasha_fe_dai[] = {
		.platform_name = "msm-pcm-hostless",
		.dynamic = 1,
		.dpcm_playback = 1,
		.dpcm_capture = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			    SND_SOC_DPCM_TRIGGER_POST},
		.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,