Home
last modified time | relevance | path

Searched refs:channels_name_to_enum_table (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/hal/
Daudio_hw.c332 static const struct string_to_enum channels_name_to_enum_table[] = { variable
3156 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()