diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2022-06-23 13:52:05 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-27 13:17:01 +0100 |
commit | f0b163b4d5a215f610bd64eb8ab8a8906e53bec6 (patch) | |
tree | 5b902c4cdca3acdb4f4f027bdd1edbc4f21e2899 /sound/soc/codecs/es8316.c | |
parent | c03a5b4c419799676013cb0c58c03e00ebe21a61 (diff) | |
download | lwn-f0b163b4d5a215f610bd64eb8ab8a8906e53bec6.tar.gz lwn-f0b163b4d5a215f610bd64eb8ab8a8906e53bec6.zip |
ASoC: es*: 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: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220623125250.2355471-52-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/es8316.c')
-rw-r--r-- | sound/soc/codecs/es8316.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/es8316.c b/sound/soc/codecs/es8316.c index 4407166bb338..eb15be9095e7 100644 --- a/sound/soc/codecs/es8316.c +++ b/sound/soc/codecs/es8316.c @@ -769,7 +769,6 @@ static const struct snd_soc_component_driver soc_component_dev_es8316 = { .num_dapm_routes = ARRAY_SIZE(es8316_dapm_routes), .use_pmdown_time = 1, .endianness = 1, - .non_legacy_dai_naming = 1, }; static const struct regmap_range es8316_volatile_ranges[] = { |