summaryrefslogtreecommitdiff
path: root/sound/soc/msm/msm8996.c
diff options
context:
space:
mode:
authorHaynes Mathew George <hgeorge@codeaurora.org>2016-03-29 22:32:08 -0700
committerKyle Yan <kyan@codeaurora.org>2016-06-22 14:45:45 -0700
commitc8e67d5ba56e9ef6873e2c3793b98c5d27a090bf (patch)
tree2738461ada59ecdadb27548e948c42f5185c93c9 /sound/soc/msm/msm8996.c
parentc5461c1aa1e4f940209dba980a47690998d0b909 (diff)
ASoC: msm: qdsp6v2: Add capture support to a frontend
Add capture support to MultiMedia3 frontend. CRs-Fixed: 992798 Change-Id: Ie21a1c4a73c354a6dc1e733e6d2ac653f85f7647 Signed-off-by: Haynes Mathew George <hgeorge@codeaurora.org>
Diffstat (limited to 'sound/soc/msm/msm8996.c')
-rw-r--r--sound/soc/msm/msm8996.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/msm/msm8996.c b/sound/soc/msm/msm8996.c
index e0f7b1bfabef..6b7106abb007 100644
--- a/sound/soc/msm/msm8996.c
+++ b/sound/soc/msm/msm8996.c
@@ -2270,6 +2270,7 @@ static struct snd_soc_dai_link msm8996_common_dai_links[] = {
.dynamic = 1,
.async_ops = ASYNC_DPCM_SND_SOC_PREPARE,
.dpcm_playback = 1,
+ .dpcm_capture = 1,
.trigger = {SND_SOC_DPCM_TRIGGER_POST,
SND_SOC_DPCM_TRIGGER_POST},
.codec_dai_name = "snd-soc-dummy-dai",