* What if 4 PCM-instances are not enough?
@ 2006-05-21 19:52 Henrik Kretzschmar
2006-05-21 23:00 ` Eliot Blennerhassett
0 siblings, 1 reply; 2+ messages in thread
From: Henrik Kretzschmar @ 2006-05-21 19:52 UTC (permalink / raw)
To: alsa-devel
Hi,
we are developing a ALSA-device driver for the SEK'D/Marian ARC88,
which has 4 analog stereo IO's and a digital IO.
So there's is that little problem, that there only could be two combinations:
4 analog IO/0 digital
3 analog IO/1 digital,
which should IMHO be taken under attack in the future.
I am reading LDD3 at the moment and wondered how the best use of the 2.6 dev_t,
which doesn't limit the minors to 255, the starting point for my problem.
Is there a solution insight, which doesn't break compatibility with older apps?
Greets,
Henne
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: What if 4 PCM-instances are not enough?
2006-05-21 19:52 What if 4 PCM-instances are not enough? Henrik Kretzschmar
@ 2006-05-21 23:00 ` Eliot Blennerhassett
0 siblings, 0 replies; 2+ messages in thread
From: Eliot Blennerhassett @ 2006-05-21 23:00 UTC (permalink / raw)
To: alsa-devel
On Mon, 22 May 2006 07:52, Henrik Kretzschmar wrote:
> Hi,
>
> we are developing a ALSA-device driver for the SEK'D/Marian ARC88,
> which has 4 analog stereo IO's and a digital IO.
> So there's is that little problem, that there only could be two
> combinations: 4 analog IO/0 digital
> 3 analog IO/1 digital,
> which should IMHO be taken under attack in the future.
>
> I am reading LDD3 at the moment and wondered how the best use of the 2.6
> dev_t, which doesn't limit the minors to 255, the starting point for my
> problem.
>
> Is there a solution insight, which doesn't break compatibility with older
> apps?
One possibility is to use subdevices for each stereo I/O.
PCM0 with 4 analog subdevices
PCM1 with 1 digital subdevice.
--
Eliot
AudioScience Inc.
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-05-21 23:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-21 19:52 What if 4 PCM-instances are not enough? Henrik Kretzschmar
2006-05-21 23:00 ` Eliot Blennerhassett
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.