Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: spdif: 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-58-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Charles Keepax and committed by
Mark Brown
792a8a94 a524837d

-2
-1
sound/soc/codecs/spdif_receiver.c
··· 43 43 .idle_bias_on = 1, 44 44 .use_pmdown_time = 1, 45 45 .endianness = 1, 46 - .non_legacy_dai_naming = 1, 47 46 }; 48 47 49 48 static struct snd_soc_dai_driver dir_stub_dai = {
-1
sound/soc/codecs/spdif_transmitter.c
··· 43 43 .idle_bias_on = 1, 44 44 .use_pmdown_time = 1, 45 45 .endianness = 1, 46 - .non_legacy_dai_naming = 1, 47 46 }; 48 47 49 48 static struct snd_soc_dai_driver dit_stub_dai = {