|
@@ -267,6 +267,19 @@ static struct snd_soc_dai_link byt_rt5640_dais[] = {
|
|
|
.dpcm_capture = 1,
|
|
|
.ops = &byt_rt5640_aif1_ops,
|
|
|
},
|
|
|
+ [MERR_DPCM_DEEP_BUFFER] = {
|
|
|
+ .name = "Deep-Buffer Audio Port",
|
|
|
+ .stream_name = "Deep-Buffer Audio",
|
|
|
+ .cpu_dai_name = "deepbuffer-cpu-dai",
|
|
|
+ .codec_dai_name = "snd-soc-dummy-dai",
|
|
|
+ .codec_name = "snd-soc-dummy",
|
|
|
+ .platform_name = "sst-mfld-platform",
|
|
|
+ .ignore_suspend = 1,
|
|
|
+ .nonatomic = true,
|
|
|
+ .dynamic = 1,
|
|
|
+ .dpcm_playback = 1,
|
|
|
+ .ops = &byt_rt5640_aif1_ops,
|
|
|
+ },
|
|
|
[MERR_DPCM_COMPR] = {
|
|
|
.name = "Baytrail Compressed Port",
|
|
|
.stream_name = "Baytrail Compress",
|