* Maximum number of sound devices
@ 2005-08-14 20:24 Robert Dunn
2005-08-14 20:33 ` James Courtier-Dutton
0 siblings, 1 reply; 3+ messages in thread
From: Robert Dunn @ 2005-08-14 20:24 UTC (permalink / raw)
To: alsa-devel
What is the maximum number of capture devices ALSA supports?
I have spent the last hour or so, googing for an answer with no success.
The problem I have is a USB audio capture device. The first eight work
perfrect. The 9th device on do not create /dev/dspX entries, and it appears
that ALSA is limited to 8 devices.
Thanks for any help in advance.
Robert J. Dunn
robert.j.dunn@gmail.com
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Maximum number of sound devices
2005-08-14 20:24 Maximum number of sound devices Robert Dunn
@ 2005-08-14 20:33 ` James Courtier-Dutton
2005-08-15 7:50 ` Clemens Ladisch
0 siblings, 1 reply; 3+ messages in thread
From: James Courtier-Dutton @ 2005-08-14 20:33 UTC (permalink / raw)
To: Robert Dunn; +Cc: alsa-devel
Robert Dunn wrote:
> What is the maximum number of capture devices ALSA supports?
>
> I have spent the last hour or so, googing for an answer with no success.
>
> The problem I have is a USB audio capture device. The first eight work
> perfrect. The 9th device on do not create /dev/dspX entries, and it appears
> that ALSA is limited to 8 devices.
>
> Thanks for any help in advance.
>
> Robert J. Dunn
> robert.j.dunn@gmail.com
>
The default is 8, but it can be changed with a module option for module
"snd"
See "modinfo snd"
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Maximum number of sound devices
2005-08-14 20:33 ` James Courtier-Dutton
@ 2005-08-15 7:50 ` Clemens Ladisch
0 siblings, 0 replies; 3+ messages in thread
From: Clemens Ladisch @ 2005-08-15 7:50 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: Robert Dunn, alsa-devel
> Robert Dunn wrote:
> > What is the maximum number of capture devices ALSA supports?
ALSA supports up to 8 sound cards, and up to 8 devices on one sound
card. (It's possible to increase the latter number by using
subdevices.)
It may be possible to hack the snd-usb-audio driver so that it
pretends that multiple USB devices are one sound card.
James Courtier-Dutton wrote:
> The default is 8, but it can be changed with a module option for module
> "snd"
But it cannot be increased beyond 8 (as long as ALSA uses static
device number allocation for its 8-bit minor numbers).
Regards,
Clemens
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-08-15 7:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-14 20:24 Maximum number of sound devices Robert Dunn
2005-08-14 20:33 ` James Courtier-Dutton
2005-08-15 7:50 ` Clemens Ladisch
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.