Home
last modified time | relevance | path

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

/third_party/alsa-lib/modules/mixer/simple/
Dsbase.h26 #define MAX_CHANNEL 6 macro
74 long vol[MAX_CHANNEL];
Dsbase.c47 for (i = 0, res = 0; i < MAX_CHANNEL; i++) in chanmap_to_channels()
133 if (val > MAX_CHANNEL) in is_ops()