Merge "ASoC: msm: Enable use of noirq playback and capture"

This commit is contained in:
Linux Build Service Account 2017-06-01 01:53:16 -07:00 committed by Gerrit - the friendly Code Review server
commit 6d91eba63e

View file

@ -3149,10 +3149,10 @@ static struct snd_soc_dai_link apq8096_common_dai_links[] = {
.be_id = MSM_FRONTEND_DAI_MULTIMEDIA10,
},
{
.name = "MSM8996 Compr8",
.stream_name = "COMPR8",
.name = "MSM8996 ULL NOIRQ",
.stream_name = "MM_NOIRQ",
.cpu_dai_name = "MultiMedia8",
.platform_name = "msm-compr-dsp",
.platform_name = "msm-pcm-dsp-noirq",
.dynamic = 1,
.dpcm_playback = 1,
.dpcm_capture = 1,