aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/es7241.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-06-23 13:52:05 +0100
committerMark Brown <broonie@kernel.org>2022-06-27 13:17:01 +0100
commitf0b163b4d5a215f610bd64eb8ab8a8906e53bec6 (patch)
tree5b902c4cdca3acdb4f4f027bdd1edbc4f21e2899 /sound/soc/codecs/es7241.c
parentASoC: da*: Remove now redundant non_legacy_dai_naming flag (diff)
downloadlinux-dev-f0b163b4d5a215f610bd64eb8ab8a8906e53bec6.tar.xz
linux-dev-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/es7241.c')
-rw-r--r--sound/soc/codecs/es7241.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/es7241.c b/sound/soc/codecs/es7241.c
index 0baa86241cf9..339553cfbb48 100644
--- a/sound/soc/codecs/es7241.c
+++ b/sound/soc/codecs/es7241.c
@@ -232,7 +232,6 @@ static const struct snd_soc_component_driver es7241_component_driver = {
.num_dapm_routes = ARRAY_SIZE(es7241_dapm_routes),
.idle_bias_on = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static void es7241_parse_fmt(struct device *dev, struct es7241_data *priv)