From: Charles Keepax Date: Thu, 23 Jun 2022 12:52:33 +0000 (+0100) Subject: ASoC: ics43432: Remove now redundant non_legacy_dai_naming flag X-Git-Tag: howlett/maple/20220816~162^2~8^2~37^2~54^2~17 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e8f88be5c1548791397dadf2250fb5dcc9461f10;p=users%2Fjedix%2Flinux-maple.git 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 Link: https://lore.kernel.org/r/20220623125250.2355471-80-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown --- 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)