Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbaudio/
Dalsa_device_profile.c281 static const unsigned std_in_channel_counts[] = {8, 4, 2, 1}; in profile_enum_channel_counts() local
284 profile->direction == PCM_OUT ? std_out_channel_counts : std_in_channel_counts; in profile_enum_channel_counts()
287 ? ARRAY_SIZE(std_out_channel_counts) : ARRAY_SIZE(std_in_channel_counts); in profile_enum_channel_counts()