[Alsa-devel] plughw or hw?

2001-12-16 Thread Jozef Kosoru
Hi! I'm porting my application from ALSA-0.5 to ALSA-0.9 and I don't understand ASCII identifier of the PCM handle which is a parameter of the snd_pcm_open function. I'd like to implement an user friendly sound card configuration dialog. This is a screenshot of the previous one:

Re: [Alsa-devel] plughw or hw?

2001-12-16 Thread Paul Davis
What is a difference between an ASCII identifier plughw:0,0 and hw:0,0? And what the output of 'aplay -L' means? a hw device is totally constrained by the hardware characteristics of the underlying audio interface. if the device has 26 channels, then it must be used with 26 channels; if it only

[Alsa-devel] Four channel support

2001-12-16 Thread Steven Walter
I've noticed that a lot of the cards ALSA supports are capable of four or more channel audio. However, in at least two cases that I've investigated in depth, the driver supports only two channels (maestro3 and cs46xx). Why is the four-channel sound capability of these cards not implemented? Is

Re: [Alsa-devel] plughw or hw?

2001-12-16 Thread Vladimir Dergachev
On Sun, 16 Dec 2001, Paul Davis wrote: What is a difference between an ASCII identifier plughw:0,0 and hw:0,0? And what the output of 'aplay -L' means? a hw device is totally constrained by the hardware characteristics of the underlying audio interface. if the device has 26 channels,