From 133327585f0f5a68fa69749f6151c0e331ecf24d Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Fri, 16 Jun 2023 10:50:39 +0800 Subject: [PATCH] ASoC: es8311: 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: Tao Huang Change-Id: Icc09bb794dcc2efd0da7ad59c99f2901b2a5a773 --- sound/soc/codecs/es8311.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/es8311.c b/sound/soc/codecs/es8311.c index 0053266065ab..fcb4e1ff5fc0 100644 --- a/sound/soc/codecs/es8311.c +++ b/sound/soc/codecs/es8311.c @@ -604,7 +604,6 @@ static const struct snd_soc_component_driver soc_component_dev_es8311 = { .num_dapm_routes = ARRAY_SIZE(es8311_dapm_routes), .use_pmdown_time = 1, .endianness = 1, - .non_legacy_dai_naming = 1, }; static struct regmap_config es8311_regmap = {