From f87e68d7c4518515965a21856549ede2662e64fe Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Wed, 28 Jun 2023 17:14:29 +0800 Subject: [PATCH] ASoC: codecs: rk730: 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: I4395bb04b0a959d1372c0a10359b83c75d96efb2 --- sound/soc/codecs/rk730.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/rk730.c b/sound/soc/codecs/rk730.c index db25d092d2b3..3c24ec136716 100644 --- a/sound/soc/codecs/rk730.c +++ b/sound/soc/codecs/rk730.c @@ -830,7 +830,6 @@ static const struct snd_soc_component_driver rk730_component_driver = { .idle_bias_on = 1, .use_pmdown_time = 1, .endianness = 1, - .non_legacy_dai_naming = 1, }; static const struct reg_default rk730_reg_defaults[] = {