From b5438adbb0d367f50b702d5cef0a2a665e53bc5d Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Fri, 16 Jun 2023 10:50:15 +0800 Subject: [PATCH] ASoC: es7243e: 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: I0de38f48b436741cad09558d373c6ed5a99a248b --- sound/soc/codecs/es7243e.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/es7243e.c b/sound/soc/codecs/es7243e.c index a0fb3eff694b..39ba8fb28a2b 100644 --- a/sound/soc/codecs/es7243e.c +++ b/sound/soc/codecs/es7243e.c @@ -2263,7 +2263,6 @@ static struct snd_soc_component_driver soc_codec_dev_es7243e = { .idle_bias_on = 1, .use_pmdown_time = 1, .endianness = 1, - .non_legacy_dai_naming = 1, #if ES7243E_CODEC_RW_TEST_EN .read = es7243e_codec_read, .write = es7243e_codec_write,