ASoC: soc-component: Remove non_legacy_dai_naming flag

Now all the users are moved over to the new legacy_dai_naming flag,
remove the now unused old flag.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220623125250.2355471-97-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Charles Keepax 2022-06-23 13:52:50 +01:00 committed by Mark Brown
parent 4a7a283a41
commit 0193622127
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -180,7 +180,6 @@ struct snd_soc_component_driver {
*/
unsigned int endianness:1;
unsigned int legacy_dai_naming:1;
unsigned int non_legacy_dai_naming:1;
/* this component uses topology and ignore machine driver FEs */
const char *ignore_machine;