Home | History | Annotate | Download | only in hal

Lines Matching refs:STRING_TO_ENUM

165 #define STRING_TO_ENUM(string) { #string, string }
167 struct string_to_enum {
172 static const struct string_to_enum out_channels_name_to_enum_table[] = {
173 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_STEREO),
174 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_5POINT1),
175 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_7POINT1),