summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asoc/kona.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/asoc/kona.c b/asoc/kona.c
index 6971033c..ca5b8aaa 100644
--- a/asoc/kona.c
+++ b/asoc/kona.c
@@ -7131,6 +7131,19 @@ static struct snd_soc_dai_link msm_spi_dai_links[] = {
SND_SOC_DPCM_TRIGGER_POST},
},
{
+ .name = "ZLatency Capture",
+ .stream_name = "ZLatency Capture",
+ .cpu_dai_name = "rt5514-dsp-fe-dai4",
+ .platform_name = "spi0.0",
+ .codec_name = "msm-stub-codec.1",
+ .codec_dai_name = "msm-stub-tx",
+ .ignore_suspend = 1,
+ .dynamic = 1,
+ .dpcm_capture = 1,
+ .trigger = {SND_SOC_DPCM_TRIGGER_POST,
+ SND_SOC_DPCM_TRIGGER_POST},
+ },
+ {
.name = "SPI PCM 1",
.stream_name = "SPI Capture",
.cpu_dai_name = "rt5514-dsp-be-dai1",
@@ -7163,6 +7176,17 @@ static struct snd_soc_dai_link msm_spi_dai_links[] = {
.dpcm_capture = 1,
.no_pcm = 1,
},
+ {
+ .name = "SPI PCM 4",
+ .stream_name = "SPI Capture 4",
+ .cpu_dai_name = "rt5514-dsp-be-dai4",
+ .platform_name = "spi0.0",
+ .codec_name = "msm-stub-codec.1",
+ .codec_dai_name = "msm-stub-tx",
+ .ignore_suspend = 1,
+ .dpcm_capture = 1,
+ .no_pcm = 1,
+ },
};
static struct snd_soc_dai_link msm_tdm_fe_dai_link[] = {