diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2022-06-23 14:52:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-27 14:17:32 +0200 |
commit | 34b89b309441f7f45f68d7ec3633ee3d50921bc8 (patch) | |
tree | 8a72007b0d7ad75791a0d79ffffbb75232e36961 /sound/soc/codecs/lochnagar-sc.c | |
parent | ASoC: lm49453: Remove now redundant non_legacy_dai_naming flag (diff) | |
download | linux-34b89b309441f7f45f68d7ec3633ee3d50921bc8.tar.xz linux-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>
Diffstat (limited to 'sound/soc/codecs/lochnagar-sc.c')
-rw-r--r-- | sound/soc/codecs/lochnagar-sc.c | 1 |
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, }; |