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 <huangtao@rock-chips.com>
Change-Id: I0de38f48b436741cad09558d373c6ed5a99a248b
This commit is contained in:
Tao Huang
2023-06-16 10:50:15 +08:00
parent 94b48c5a4b
commit b5438adbb0

View File

@@ -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,