@@ -153,6 +153,7 @@ static struct snd_soc_dai_driver acp_rmb_dai[] = {
.name = "acp-pdm-dmic",
.id = DMIC_INSTANCE,
.capture = {
+ .stream_name = "DMIC capture",
.rates = SNDRV_PCM_RATE_8000_48000,
.formats = SNDRV_PCM_FMTBIT_S32_LE,
.channels_min = 2,
@@ -131,6 +131,7 @@ static struct snd_soc_dai_driver acp_renoir_dai[] = {
.name = "acp-pdm-dmic",
.id = DMIC_INSTANCE,
.capture = {
+ .stream_name = "DMIC capture",
.rates = SNDRV_PCM_RATE_8000_48000,
.formats = SNDRV_PCM_FMTBIT_S32_LE,
.channels_min = 2,
@@ -147,6 +147,7 @@ static struct snd_soc_dai_driver acp63_dai[] = {
.name = "acp-pdm-dmic",
.id = DMIC_INSTANCE,
.capture = {
+ .stream_name = "DMIC capture",
.rates = SNDRV_PCM_RATE_8000_48000,
.formats = SNDRV_PCM_FMTBIT_S32_LE,
.channels_min = 2,
@@ -126,6 +126,7 @@ static struct snd_soc_dai_driver acp70_dai[] = {
.name = "acp-pdm-dmic",
.id = DMIC_INSTANCE,
.capture = {
+ .stream_name = "DMIC capture",
.rates = SNDRV_PCM_RATE_8000_48000,
.formats = SNDRV_PCM_FMTBIT_S32_LE,
.channels_min = 2,