At 21 Oct 2003 13:18:39 +0930,
Richard Lemon wrote:
> 
> 
> Hi Guys,
> 
> I have been using the alsa api for a while working on some multimedia
> stuff.
> 
> I believe I have found a bug with the intel8x0 driver when running the
> nforce chip-set.
> 
> The problem appears to be an uninitialized variable type problem. The
> first time you call snd_pcm_mmap_begin() the channels are returned in
> their pairs in a random order. That is the rear channels may end up in
> the front or Center/LFE slots, etc, the channel order does not change
> from then on.
> 
> I compiled up the pcm.c test code and tried that out. This shows the
> problem, only worse. If you change the generate_sine function to the
> following to pick out one pair of channels only.
> 
> if ((chn == 2) || (chn == 3))
>       *samples[chn] = ires;
> else
>       *samples[chn] = 0;
> 
> then call pcm with the following...
> ./pcm -r 48000 -c 6 -m direct_noninterleaved
> 
> I would expect silence from all but the rear pair. What we get is a
> sequencing of the audio through the 6 channels. It makes no difference
> which of the modes or rates I use.
> 
> Am I just misusing the api or is this a bug?

it might be a hardware duplication / downmixing.
check whether all "Duplicate Front", "Surround Down Mix"
and "Center/LFE Down Mix" switches are off on alsamixer.


Takashi


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to