forked from Minki/linux
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:
parent
4a7a283a41
commit
0193622127
@ -180,7 +180,6 @@ struct snd_soc_component_driver {
|
|||||||
*/
|
*/
|
||||||
unsigned int endianness:1;
|
unsigned int endianness:1;
|
||||||
unsigned int legacy_dai_naming:1;
|
unsigned int legacy_dai_naming:1;
|
||||||
unsigned int non_legacy_dai_naming:1;
|
|
||||||
|
|
||||||
/* this component uses topology and ignore machine driver FEs */
|
/* this component uses topology and ignore machine driver FEs */
|
||||||
const char *ignore_machine;
|
const char *ignore_machine;
|
||||||
|
Loading…
Reference in New Issue
Block a user