Merge "ASoC: msm: Add support for MultiMedia23"
This commit is contained in:

کامیت شده توسط
Gerrit - the friendly Code Review server

کامیت
1749b63d9c
@@ -5879,6 +5879,23 @@ static struct snd_soc_dai_link msm_auto_fe_dai_links[] = {
|
||||
.ignore_pmdown_time = 1,
|
||||
.id = MSM_FRONTEND_DAI_MULTIMEDIA22
|
||||
},
|
||||
{
|
||||
.name = MSM_DAILINK_NAME(Media23),
|
||||
.stream_name = "MultiMedia23",
|
||||
.cpu_dai_name = "MultiMedia23",
|
||||
.platform_name = "msm-pcm-dsp.1",
|
||||
.dynamic = 1,
|
||||
.async_ops = ASYNC_DPCM_SND_SOC_PREPARE,
|
||||
.dpcm_playback = 1,
|
||||
.dpcm_capture = 1,
|
||||
.trigger = {SND_SOC_DPCM_TRIGGER_POST,
|
||||
SND_SOC_DPCM_TRIGGER_POST},
|
||||
.codec_dai_name = "snd-soc-dummy-dai",
|
||||
.codec_name = "snd-soc-dummy",
|
||||
.ignore_suspend = 1,
|
||||
.ignore_pmdown_time = 1,
|
||||
.id = MSM_FRONTEND_DAI_MULTIMEDIA23
|
||||
},
|
||||
};
|
||||
|
||||
static struct snd_soc_dai_link msm_custom_fe_dai_links[] = {
|
||||
|
مرجع در شماره جدید
Block a user