diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2022-06-23 13:52:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-27 13:17:27 +0100 |
commit | e8f88be5c1548791397dadf2250fb5dcc9461f10 (patch) | |
tree | 7d09be7385e8079f1292fbe602dfdb3be0eafeab | |
parent | f5f8019371b42c742d9777052c189e89a0745319 (diff) | |
download | linux-stable-e8f88be5c1548791397dadf2250fb5dcc9461f10.tar.gz linux-stable-e8f88be5c1548791397dadf2250fb5dcc9461f10.tar.bz2 linux-stable-e8f88be5c1548791397dadf2250fb5dcc9461f10.zip |
ASoC: ics43432: 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-80-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/ics43432.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/ics43432.c b/sound/soc/codecs/ics43432.c index de4c8460ab3d..58a382254718 100644 --- a/sound/soc/codecs/ics43432.c +++ b/sound/soc/codecs/ics43432.c @@ -41,7 +41,6 @@ static const struct snd_soc_component_driver ics43432_component_driver = { .idle_bias_on = 1, .use_pmdown_time = 1, .endianness = 1, - .non_legacy_dai_naming = 1, }; static int ics43432_probe(struct platform_device *pdev) |