Searched refs:MAX_SUBSTREAMS (Results 1 – 4 of 4) sorted by relevance
61 #define MAX_SUBSTREAMS (8) macro104 struct bcm2835_alsa_stream *alsa_stream[MAX_SUBSTREAMS];
423 if (numchans == 0 || numchans > MAX_SUBSTREAMS) { in snd_bcm2835_alsa_probe_dt()424 numchans = MAX_SUBSTREAMS; in snd_bcm2835_alsa_probe_dt()
116 if (idx >= MAX_SUBSTREAMS) { in snd_bcm2835_playback_open_generic()119 idx, MAX_SUBSTREAMS); in snd_bcm2835_playback_open_generic()
537 for (i = 0; i < MAX_SUBSTREAMS; i++) { in bcm2835_audio_set_ctls()