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

View File

@@ -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 = {