ASoC: lpass-cdc: Update codec driver dai link names

Update codec driver dai link names for proper enumeration of
dai links during sound card enumeration.

Change-Id: I91630f60647c83095bc979b09aad1b273b44f71c
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
This commit is contained in:
Sudheer Papothi
2021-01-12 23:50:02 +05:30
szülő 4d0f39aa7f
commit f4b4385c98
5 fájl változott, egészen pontosan 31 új sor hozzáadva és 31 régi sor törölve

Fájl megtekintése

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
*/
#include <linux/module.h>
@@ -724,7 +724,7 @@ static struct snd_soc_dai_driver lpass_cdc_rx_macro_dai[] = {
.ops = &lpass_cdc_rx_macro_dai_ops,
},
{
.name = "lpass_cdc_rx_macro_echo",
.name = "rx_macro_echo",
.id = RX_MACRO_AIF_ECHO,
.capture = {
.stream_name = "RX_AIF_ECHO Capture",