diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2022-06-23 13:52:50 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-27 13:17:43 +0100 |
commit | 01936221278c5af60d82b8e78ca74caa491c0d31 (patch) | |
tree | 07d0f6f9ce4f0a559db0281bf022b27badbe6470 /include/sound/soc-component.h | |
parent | 4a7a283a41dad608ce32c4ed623cc2caf68150c4 (diff) | |
download | linux-01936221278c5af60d82b8e78ca74caa491c0d31.tar.gz linux-01936221278c5af60d82b8e78ca74caa491c0d31.tar.bz2 linux-01936221278c5af60d82b8e78ca74caa491c0d31.zip |
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>
Diffstat (limited to 'include/sound/soc-component.h')
-rw-r--r-- | include/sound/soc-component.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |