Searched refs:channels_name_to_enum_table (Results 1 – 1 of 1) sorted by relevance
332 static const struct string_to_enum channels_name_to_enum_table[] = { variable3156 char value[ARRAY_SIZE(channels_name_to_enum_table) * 32 /* max channel name size */]; in stream_get_parameter_channels()3165 for (j = 0; j < ARRAY_SIZE(channels_name_to_enum_table); j++) { in stream_get_parameter_channels()3166 if (channels_name_to_enum_table[j].value == supported_channel_masks[i]) { in stream_get_parameter_channels()3170 strcat(value, channels_name_to_enum_table[j].name); in stream_get_parameter_channels()