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

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

authored by

Charles Keepax and committed by
Mark Brown
2e938b8e 7e6fcd7f

-1
-1
sound/soc/codecs/rk817_codec.c
··· 444 444 .idle_bias_on = 1, 445 445 .use_pmdown_time = 1, 446 446 .endianness = 1, 447 - .non_legacy_dai_naming = 1, 448 447 .controls = rk817_volume_controls, 449 448 .num_controls = ARRAY_SIZE(rk817_volume_controls), 450 449 .dapm_routes = rk817_dapm_routes,