summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-06-01 01:53:16 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-01 01:53:16 -0700
commit6d91eba63e3558d5be08b1ec3611e9c4e92deed4 (patch)
tree6d2e50dbb3d0c0c13975e273d6a4e9f63f0fae61 /sound
parent8cbd99868803ef8782eaaff370d8c67f55ad1897 (diff)
parenta73c05b99756628b7ce98853dd73e220f22d1ce6 (diff)
Merge "ASoC: msm: Enable use of noirq playback and capture"
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/msm/apq8096-auto.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/msm/apq8096-auto.c b/sound/soc/msm/apq8096-auto.c
index be6a6a710dc1..b6121d75c148 100644
--- a/sound/soc/msm/apq8096-auto.c
+++ b/sound/soc/msm/apq8096-auto.c
@@ -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,