Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c276 static const unsigned std_channel_counts[] = {8, 7, 6, 5, 4, 3, 2, 1}; in profile_enum_channel_counts() local
282 for (index = 0; index < ARRAY_SIZE(std_channel_counts) && in profile_enum_channel_counts()
286 if (std_channel_counts[index] >= min && std_channel_counts[index] <= max /* && in profile_enum_channel_counts()
288 profile->channel_counts[num_counts++] = std_channel_counts[index]; in profile_enum_channel_counts()