Home
last modified time | relevance | path

Searched refs:MAX_SUBSTREAMS (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.h14 #define MAX_SUBSTREAMS (8) macro
56 struct bcm2835_alsa_stream *alsa_stream[MAX_SUBSTREAMS];
Dbcm2835.c14 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()
Dbcm2835-pcm.c103 if (idx >= MAX_SUBSTREAMS) { in snd_bcm2835_playback_open_generic()
106 idx, MAX_SUBSTREAMS); in snd_bcm2835_playback_open_generic()
Dbcm2835-ctl.c20 for (i = 0; i < MAX_SUBSTREAMS; i++) { in bcm2835_audio_set_chip_ctls()