Merge "ASoC: msm: Enable use of noirq playback and capture"
This commit is contained in:
commit
6d2d0bbeba
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue