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: I139406a20ea4c52d585e941f64a5ffda9c830310 CRs-fixed: 2049744 Signed-off-by: Derek Chen <chenche@codeaurora.org>
This commit is contained in:
parent
a2ab165607
commit
a73c05b997
1 changed files with 3 additions and 3 deletions
|
@ -3108,10 +3108,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,
|
||||
|
|
Loading…
Add table
Reference in a new issue