Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-10 Thread Paul Davis
In message <[EMAIL PROTECTED]>you write: >Andy Wingo wrote: >> >> "hw:N,M": the Nth card, with the Mth pcm device. N and M start with 0. >> this device does not use the software plugin layer. > >"hwplug:2,0" was the setting was the one I was looking for. Dunno what it >means, but seems to work. "

Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-09 Thread Jussi Laako
Andy Wingo wrote: > > "hw:N,M": the Nth card, with the Mth pcm device. N and M start with 0. > this device does not use the software plugin layer. "hwplug:2,0" was the setting was the one I was looking for. Dunno what it means, but seems to work. "hw:2,0" didn't let me change any settings. Than

Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-08 Thread Jussi Laako
Andy Wingo wrote: > > "hw:N,M": the Nth card, with the Mth pcm device. N and M start with 0. > this device does not use the software plugin layer. OK, thanks, I'll try that! > "default": uses the software plugin layer to resample and fold/multiply > channels, if necessary. plays on the first ca

Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-08 Thread Andy Wingo
Hi Jussi, On Mon, 08 Oct 2001, Jussi Laako wrote: > Jaroslav Kysela wrote: > > > > > put into device id of snd_pcm_open()? Can't find it documented > > > > You can put there any unique string / abbreviation of the given PCM > > device. > > Here's my 'aplay -l' output, what should I put into

Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-08 Thread Jussi Laako
Jaroslav Kysela wrote: > > > put into device id of snd_pcm_open()? Can't find it documented > > You can put there any unique string / abbreviation of the given PCM > device. Here's my 'aplay -l' output, what should I put into snd_pcm_open() to open card2/device0 or card1/device1? It just compl

Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-08 Thread Jaroslav Kysela
On Sun, 7 Oct 2001, Jussi Laako wrote: > Hello, > > Now I think I have converted my ALSA HAL from 0.5 to 0.9 API. What should I > put into device id of snd_pcm_open()? Can't find it documented anywhere. You can put there any unique string / abbreviation of the given PCM device. > I think attach