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. "
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
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
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
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
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