Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-12 | ASoC: rt5651: move definitions of dt-binding constants to include/dt-bindings | Hans de Goede | 1 | -0/+15 | |
Move the definitions of constants used in the dt-bindings from include/sound/rt5651.h to include/dt-bindings/sound/rt5651.h. As dt-bindings headers may also be parsed by the dt-compiler, they cannot use enums, only defines, so this commit also changes the code declaring the constants to use defines. Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mark Brown <[email protected]> |