OSDN Git Service

ASoC: soc-component: Remove non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:50 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:17:43 +0000 (13:17 +0100)
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>
include/sound/soc-component.h

index 96c2f5f..c26ffb0 100644 (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;