Searched refs:MAX_SUBSTREAMS (Results 1 – 4 of 4) sorted by relevance
15 #define MAX_SUBSTREAMS (8) macro57 struct bcm2835_alsa_stream *alsa_stream[MAX_SUBSTREAMS];
14 static int num_channels = MAX_SUBSTREAMS;276 if (num_channels <= 0 || num_channels > MAX_SUBSTREAMS) { in snd_bcm2835_alsa_probe()277 num_channels = MAX_SUBSTREAMS; in snd_bcm2835_alsa_probe()
103 if (idx >= MAX_SUBSTREAMS) { in snd_bcm2835_playback_open_generic()106 idx, MAX_SUBSTREAMS); in snd_bcm2835_playback_open_generic()
20 for (i = 0; i < MAX_SUBSTREAMS; i++) { in bcm2835_audio_set_chip_ctls()