summaryrefslogtreecommitdiff
path: root/sound/soc/msm
diff options
context:
space:
mode:
authorSudheer Papothi <spapothi@codeaurora.org>2016-03-15 07:49:00 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:23:58 -0700
commitce4d8114ffc6dda39b5478cbd58c603a531d8e1b (patch)
tree8c166c774e787a268393c96a1acb6518e27443c0 /sound/soc/msm
parent6a8471bd1c52d397c9500fafa312433010ad75d1 (diff)
ASoC: msm8996: Remove capture support for MultiMedia 4 front end
Compress devices in ALSA framework on kernel 4.4 does not support both playback and capture at the same time. So, remove capture support from compress 1 front end dai link as this is not being used by any audio usecase. Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
Diffstat (limited to 'sound/soc/msm')
-rw-r--r--sound/soc/msm/msm8996.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/msm/msm8996.c b/sound/soc/msm/msm8996.c
index bf91b2eab1a2..d6ec06aff621 100644
--- a/sound/soc/msm/msm8996.c
+++ b/sound/soc/msm/msm8996.c
@@ -2333,7 +2333,6 @@ static struct snd_soc_dai_link msm8996_common_dai_links[] = {
.dynamic = 1,
.async_ops = ASYNC_DPCM_SND_SOC_HW_PARAMS,
.dpcm_playback = 1,
- .dpcm_capture = 1,
.trigger = {SND_SOC_DPCM_TRIGGER_POST,
SND_SOC_DPCM_TRIGGER_POST},
.codec_dai_name = "snd-soc-dummy-dai",