Searched refs:MAX_STREAMS (Results 1 – 2 of 2) sorted by relevance
26 #define MAX_STREAMS 32 macro84 int audio_in_buf_pos[MAX_STREAMS];85 int audio_out_buf_pos[MAX_STREAMS];86 int period_in_count[MAX_STREAMS];87 int period_out_count[MAX_STREAMS];93 struct snd_pcm_substream *sub_playback[MAX_STREAMS];94 struct snd_pcm_substream *sub_capture[MAX_STREAMS];
96 for (i = 0; i < MAX_STREAMS; i++) in all_substreams_zero()814 if (cdev->n_streams > MAX_STREAMS) { in snd_usb_caiaq_audio_init()