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>
This commit is contained in:
Sudheer Papothi 2016-03-15 07:49:00 +05:30 committed by David Keitel
parent 6a8471bd1c
commit ce4d8114ff

View file

@ -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",