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
父節點 4d0f39aa7f
當前提交 f4b4385c98
共有 5 個文件被更改,包括 31 次插入31 次删除

查看文件

@@ -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>
@@ -1190,7 +1190,7 @@ static struct snd_soc_dai_ops lpass_cdc_tx_macro_dai_ops = {
static struct snd_soc_dai_driver lpass_cdc_tx_macro_dai[] = {
{
.name = "lpass_cdc_tx_macro_tx1",
.name = "tx_macro_tx1",
.id = LPASS_CDC_TX_MACRO_AIF1_CAP,
.capture = {
.stream_name = "TX_AIF1 Capture",
@@ -1204,7 +1204,7 @@ static struct snd_soc_dai_driver lpass_cdc_tx_macro_dai[] = {
.ops = &lpass_cdc_tx_macro_dai_ops,
},
{
.name = "lpass_cdc_tx_macro_tx2",
.name = "tx_macro_tx2",
.id = LPASS_CDC_TX_MACRO_AIF2_CAP,
.capture = {
.stream_name = "TX_AIF2 Capture",
@@ -1218,7 +1218,7 @@ static struct snd_soc_dai_driver lpass_cdc_tx_macro_dai[] = {
.ops = &lpass_cdc_tx_macro_dai_ops,
},
{
.name = "lpass_cdc_tx_macro_tx3",
.name = "tx_macro_tx3",
.id = LPASS_CDC_TX_MACRO_AIF3_CAP,
.capture = {
.stream_name = "TX_AIF3 Capture",