summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-18 04:59:21 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-18 04:59:21 -0700
commit6d2d0bbeba4ab2400ae2e321ad14c7d2bf0be342 (patch)
tree6d95164a68912251950e78d329f0e3d76e0979bb
parenta6adf04605079d601f5246f21bc3e34fb16647f2 (diff)
parent4ca358c86171a280ead88a693177576b871f72cf (diff)
Merge "ASoC: msm: Enable use of noirq playback and capture"
-rw-r--r--sound/soc/msm/msmcobalt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/msm/msmcobalt.c b/sound/soc/msm/msmcobalt.c
index 4d2347aabb25..f5fc3ffb7017 100644
--- a/sound/soc/msm/msmcobalt.c
+++ b/sound/soc/msm/msmcobalt.c
@@ -2325,10 +2325,10 @@ static struct snd_soc_dai_link msm_common_dai_links[] = {
.be_id = MSM_FRONTEND_DAI_MULTIMEDIA10,
},
{
- .name = MSM_DAILINK_NAME(Compr8),
- .stream_name = "COMPR8",
+ .name = MSM_DAILINK_NAME(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,