ASoC: SDP4430: Fix DMICs stream name
Fix DMICs stream name to match corresponding DMICs widgets and
allow DSP layer to find a valid backend.
Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c
index 168087f..fd1377c 100644
--- a/sound/soc/omap/sdp4430.c
+++ b/sound/soc/omap/sdp4430.c
@@ -773,7 +773,7 @@
},
{
.name = OMAP_ABE_BE_DMIC0,
- .stream_name = "DMIC0",
+ .stream_name = "DMIC0 Capture",
/* ABE components - DMIC UL 1 */
.cpu_dai_name = "omap-dmic-abe-dai-0",
@@ -790,7 +790,7 @@
},
{
.name = OMAP_ABE_BE_DMIC1,
- .stream_name = "DMIC1",
+ .stream_name = "DMIC1 Capture",
/* ABE components - DMIC UL 1 */
.cpu_dai_name = "omap-dmic-abe-dai-1",
@@ -807,7 +807,7 @@
},
{
.name = OMAP_ABE_BE_DMIC2,
- .stream_name = "DMIC2",
+ .stream_name = "DMIC2 Capture",
/* ABE components - DMIC UL 2 */
.cpu_dai_name = "omap-dmic-abe-dai-2",