aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings/sound/rt5651.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-12ASoC: rt5651: move definitions of dt-binding constants to include/dt-bindingsHans de Goede1-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]>