From 4ca358c86171a280ead88a693177576b871f72cf Mon Sep 17 00:00:00 2001 From: Haynes Mathew George Date: Tue, 12 Jul 2016 17:06:03 -0700 Subject: [PATCH] ASoC: msm: Enable use of noirq playback and capture Enable use of noirq (i.e pull mode and push mode) playback and capture. Change-Id: I8edf1eb04ddb4e17c10cc722f30562d24ff1e718 CRs-Fixed: 1054967, 1035545 Signed-off-by: Haynes Mathew George --- sound/soc/msm/msmcobalt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/soc/msm/msmcobalt.c b/sound/soc/msm/msmcobalt.c index 763854061966..bef37f292ec5 100644 --- a/sound/soc/msm/msmcobalt.c +++ b/sound/soc/msm/msmcobalt.c @@ -2352,10 +2352,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,