|
@@ -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>
|
|
@@ -406,7 +406,7 @@ static struct snd_soc_dai_ops lpass_cdc_wsa2_macro_dai_ops = {
|
|
|
|
|
|
static struct snd_soc_dai_driver lpass_cdc_wsa2_macro_dai[] = {
|
|
|
{
|
|
|
- .name = "lpass_cdc_wsa2_macro_rx1",
|
|
|
+ .name = "wsa2_macro_rx1",
|
|
|
.id = LPASS_CDC_WSA2_MACRO_AIF1_PB,
|
|
|
.playback = {
|
|
|
.stream_name = "WSA2_AIF1 Playback",
|
|
@@ -420,7 +420,7 @@ static struct snd_soc_dai_driver lpass_cdc_wsa2_macro_dai[] = {
|
|
|
.ops = &lpass_cdc_wsa2_macro_dai_ops,
|
|
|
},
|
|
|
{
|
|
|
- .name = "lpass_cdc_wsa2_macro_rx_mix",
|
|
|
+ .name = "wsa2_macro_rx_mix",
|
|
|
.id = LPASS_CDC_WSA2_MACRO_AIF_MIX1_PB,
|
|
|
.playback = {
|
|
|
.stream_name = "WSA2_AIF_MIX1 Playback",
|
|
@@ -434,7 +434,7 @@ static struct snd_soc_dai_driver lpass_cdc_wsa2_macro_dai[] = {
|
|
|
.ops = &lpass_cdc_wsa2_macro_dai_ops,
|
|
|
},
|
|
|
{
|
|
|
- .name = "lpass_cdc_wsa2_macro_vifeedback",
|
|
|
+ .name = "wsa2_macro_vifeedback",
|
|
|
.id = LPASS_CDC_WSA2_MACRO_AIF_VI,
|
|
|
.capture = {
|
|
|
.stream_name = "WSA2_AIF_VI Capture",
|
|
@@ -448,7 +448,7 @@ static struct snd_soc_dai_driver lpass_cdc_wsa2_macro_dai[] = {
|
|
|
.ops = &lpass_cdc_wsa2_macro_dai_ops,
|
|
|
},
|
|
|
{
|
|
|
- .name = "lpass_cdc_wsa2_macro_echo",
|
|
|
+ .name = "wsa2_macro_echo",
|
|
|
.id = LPASS_CDC_WSA2_MACRO_AIF_ECHO,
|
|
|
.capture = {
|
|
|
.stream_name = "WSA2_AIF_ECHO Capture",
|