Home
last modified time | relevance | path

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

/system/media/alsa_utils/include/
Dalsa_device_profile.h36 #define DEFAULT_CHANNEL_COUNT 2 macro
/system/media/alsa_utils/
Dalsa_device_profile.c71 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT; in profile_reset()
190 return profile_is_valid(profile) ? profile->channel_counts[0] : DEFAULT_CHANNEL_COUNT; in profile_get_default_channel_count()
198 return count == DEFAULT_CHANNEL_COUNT; in profile_is_channel_count_valid()