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:
@@ -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>
|
||||
@@ -1545,7 +1545,7 @@ static struct snd_soc_dai_ops lpass_cdc_va_macro_dai_ops = {
|
||||
|
||||
static struct snd_soc_dai_driver lpass_cdc_va_macro_dai[] = {
|
||||
{
|
||||
.name = "lpass_cdc_va_macro_tx1",
|
||||
.name = "va_macro_tx1",
|
||||
.id = LPASS_CDC_VA_MACRO_AIF1_CAP,
|
||||
.capture = {
|
||||
.stream_name = "VA_AIF1 Capture",
|
||||
@@ -1559,7 +1559,7 @@ static struct snd_soc_dai_driver lpass_cdc_va_macro_dai[] = {
|
||||
.ops = &lpass_cdc_va_macro_dai_ops,
|
||||
},
|
||||
{
|
||||
.name = "lpass_cdc_va_macro_tx2",
|
||||
.name = "va_macro_tx2",
|
||||
.id = LPASS_CDC_VA_MACRO_AIF2_CAP,
|
||||
.capture = {
|
||||
.stream_name = "VA_AIF2 Capture",
|
||||
@@ -1573,7 +1573,7 @@ static struct snd_soc_dai_driver lpass_cdc_va_macro_dai[] = {
|
||||
.ops = &lpass_cdc_va_macro_dai_ops,
|
||||
},
|
||||
{
|
||||
.name = "lpass_cdc_va_macro_tx3",
|
||||
.name = "va_macro_tx3",
|
||||
.id = LPASS_CDC_VA_MACRO_AIF3_CAP,
|
||||
.capture = {
|
||||
.stream_name = "VA_AIF3 Capture",
|
||||
|
Reference in New Issue
Block a user