From: Charles Keepax Date: Thu, 23 Jun 2022 12:52:50 +0000 (+0100) Subject: ASoC: soc-component: Remove non_legacy_dai_naming flag X-Git-Tag: v6.0-rc1~20^2~17^2~125^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=01936221278c5af60d82b8e78ca74caa491c0d31;p=linux-block.git 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 Link: https://lore.kernel.org/r/20220623125250.2355471-97-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown --- diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h index 96c2f5fffc51..c26ffb033777 100644 --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h @@ -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;