Home
last modified time | relevance | path

Searched refs:numchans (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835.c139 u32 numchans) in snd_add_child_device()
169 numchans); in snd_add_child_device()
195 dev_info(dev, "card created with %d channels\n", numchans); in snd_add_child_device()
203 static int snd_add_child_devices(struct device *device, u32 numchans) in snd_add_child_devices() argument
224 if (minchannels < numchans) { in snd_add_child_devices()
225 extrachannels = numchans - minchannels; in snd_add_child_devices()
247 if (audio_driver->minchannels > numchans) { in snd_add_child_devices()
251 numchans); in snd_add_child_devices()
260 numchans -= numchannels_this_device; in snd_add_child_devices()
137 snd_add_child_device(struct device *dev, struct bcm2835_audio_driver *audio_driver, u32 numchans) snd_add_child_device() argument
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835.c164 u32 numchans) in snd_add_child_device()
194 numchans); in snd_add_child_device()
220 dev_info(dev, "card created with %d channels\n", numchans); in snd_add_child_device()
228 static int snd_add_child_devices(struct device *device, u32 numchans) in snd_add_child_devices() argument
249 if (minchannels < numchans) { in snd_add_child_devices()
250 extrachannels = numchans - minchannels; in snd_add_child_devices()
272 if (audio_driver->minchannels > numchans) { in snd_add_child_devices()
276 numchans); in snd_add_child_devices()
285 numchans -= numchannels_this_device; in snd_add_child_devices()
162 snd_add_child_device(struct device *dev, struct bcm2835_audio_driver *audio_driver, u32 numchans) snd_add_child_device() argument

Completed in 2 milliseconds