Searched refs:AUDIO_MAX_CHANNELS (Results 1 – 4 of 4) sorted by relevance
38 #define AUDIO_MAX_CHANNELS 16 macro103 struct grc3state *s_src_state[AUDIO_MAX_CHANNELS];267 int32_t *e_chbufs[AUDIO_MAX_CHANNELS];268 uint_t e_choffs[AUDIO_MAX_CHANNELS];269 uint_t e_chincr[AUDIO_MAX_CHANNELS];
74 ASSERT(nch <= AUDIO_MAX_CHANNELS); in setup_src()920 for (i = 0; i < AUDIO_MAX_CHANNELS; i++) { in auimpl_format_alloc()937 for (i = 0; i < AUDIO_MAX_CHANNELS; i++) { in auimpl_format_free()
226 for (i = 0; i < AUDIO_MAX_CHANNELS; i++) { in audio_engine_alloc()249 for (i = 0; i < AUDIO_MAX_CHANNELS; i++) { in audio_engine_free()740 if ((e->e_nchan < 0) || (e->e_nchan > AUDIO_MAX_CHANNELS) || in auimpl_engine_setup()
645 if ((nchan > AUDIO_MAX_CHANNELS) || (nchan < 1)) { in auclnt_set_channels()