From e452172d8c551be281d7719dbcc1fc68e84b583d Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Sun, 30 Oct 2022 22:29:10 +0000 Subject: [PATCH] v6.0: ASoC: wm*: Remove now redundant non_legacy_dai_naming flag commit 01936221278c5af60d82b8e78ca74caa491c0d31 Author: Charles Keepax Date: Thu Jun 23 13:52:50 2022 +0100 ASoC: soc-component: Remove non_legacy_dai_naming flag Now all the users are moved over to the new legacy_dai_naming flag, remove the now unused old flag. Signed-off-by: Charles Keepax Link: https://lore.kernel.org/r/20220623125250.2355471-97-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown commit 02004449dbe6ec05b5b64a88824939b8fe474b82 Author: Charles Keepax Date: Thu Jun 23 13:52:19 2022 +0100 ASoC: wm*: Remove now redundant non_legacy_dai_naming flag The ASoC core has now been changed to default to the non-legacy DAI naming, as such drivers using the new scheme no longer need to specify the non_legacy_dai_naming flag. Signed-off-by: Charles Keepax Link: https://lore.kernel.org/r/20220623125250.2355471-66-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown --- ac108.c | 1 - wm8960.c | 1 - 2 files changed, 2 deletions(-) diff --git a/ac108.c b/ac108.c index d5dd12d..a2f8e52 100644 --- a/ac108.c +++ b/ac108.c @@ -1329,7 +1329,6 @@ static struct snd_soc_codec_driver ac10x_soc_codec_driver = { .idle_bias_on = 1, .use_pmdown_time = 1, .endianness = 1, - .non_legacy_dai_naming = 1, #endif }; diff --git a/wm8960.c b/wm8960.c index 375d1a7..418245a 100644 --- a/wm8960.c +++ b/wm8960.c @@ -1291,7 +1291,6 @@ static const struct snd_soc_codec_driver soc_codec_dev_wm8960 = { .idle_bias_on = 1, .use_pmdown_time = 1, .endianness = 1, - .non_legacy_dai_naming = 1, #endif };