summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-06-23 13:52:39 +0100
committerMark Brown <broonie@kernel.org>2022-06-27 13:17:32 +0100
commit34b89b309441f7f45f68d7ec3633ee3d50921bc8 (patch)
tree8a72007b0d7ad75791a0d79ffffbb75232e36961
parent191889406df931cc2e40abf0a0de141b098f0481 (diff)
downloadlwn-34b89b309441f7f45f68d7ec3633ee3d50921bc8.tar.gz
lwn-34b89b309441f7f45f68d7ec3633ee3d50921bc8.zip
ASoC: lochnagar: 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-86-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/lochnagar-sc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/lochnagar-sc.c b/sound/soc/codecs/lochnagar-sc.c
index 54a8ba7ed3c2..13fbd8830b09 100644
--- a/sound/soc/codecs/lochnagar-sc.c
+++ b/sound/soc/codecs/lochnagar-sc.c
@@ -217,7 +217,6 @@ static const struct snd_soc_component_driver lochnagar_sc_driver = {
.dapm_routes = lochnagar_sc_routes,
.num_dapm_routes = ARRAY_SIZE(lochnagar_sc_routes),
- .non_legacy_dai_naming = 1,
.endianness = 1,
};