summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-23 09:44:28 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-23 09:44:27 -0700
commit0776e27963383f39de8a586db52a8d01a868081f (patch)
tree494b62451b277a7f6e87acdebeef864361cbe817
parent733e88715361722486333662d326cfc4049cae7b (diff)
parent0ba15ea7a7b67377dd8e8a4c0554f0303438c9e2 (diff)
Merge "ASoc: msm: remove capture property for SLIMBUS_6 Hostless playback"
-rw-r--r--sound/soc/msm/msm8998.c1
-rw-r--r--sound/soc/msm/sdm660-ext-dai-links.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/msm/msm8998.c b/sound/soc/msm/msm8998.c
index d2c99bcc4626..ec02cdf3ca3c 100644
--- a/sound/soc/msm/msm8998.c
+++ b/sound/soc/msm/msm8998.c
@@ -5394,7 +5394,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,
diff --git a/sound/soc/msm/sdm660-ext-dai-links.c b/sound/soc/msm/sdm660-ext-dai-links.c
index f64074d442dc..1c03d8c9e797 100644
--- a/sound/soc/msm/sdm660-ext-dai-links.c
+++ b/sound/soc/msm/sdm660-ext-dai-links.c
@@ -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,