Searched refs:MIX_MAX_CHAN (Results 1 – 1 of 1) sorted by relevance
175 #define MIX_MAX_CHAN 16 macro176 int32_t wValue[MIX_MAX_CHAN]; /* using nchan */180 int wData[MIX_MAX_CHAN]; /* using nchan */183 uint8_t update[(MIX_MAX_CHAN + 7) / 8];3367 if ((mc == chs) && (chs <= MIX_MAX_CHAN)) { in uaudio_mixer_add_mixer()3445 if ((mc == chs) && (chs <= MIX_MAX_CHAN)) { in uaudio20_mixer_add_mixer()3676 if (nchan > MIX_MAX_CHAN) in uaudio_mixer_add_feature()3677 nchan = MIX_MAX_CHAN; in uaudio_mixer_add_feature()3811 if (nchan > MIX_MAX_CHAN) in uaudio20_mixer_add_feature()3812 nchan = MIX_MAX_CHAN; in uaudio20_mixer_add_feature()