Gorka Olaizola wrote:
> I downloaded de nvaudio driver from Nvidia's site and read the source a bit.
>
>         /* Reset the Global Cnt back to Stereo 16ch and set the format
>            This is needed to keep the 6 channel data in alignment ,
>            to start from Front Left always */
>         i_glob_cnt = inl(card->iobase + GLOB_CNT);
>         outl((i_glob_cnt & 0xcfffff),card->iobase + GLOB_CNT);
>         mdelay(50);
>         outl(i_glob_cnt,card->iobase + GLOB_CNT);
>
> I translated the part that I thought interesting to the function
> "snd_intel8x0_setup_multi_channels" in the file intel8x0.c of Alsa (Line
> 923)
> ...
> Now speaker_test works well for me and the sound is coming from the right
> speaker all the time. But there are some problems.
> With mplayer in oss emulation the sound is very choppy and with
> alsa9:surround51 there are constant cracks and pops.
> If I play a DVD with xine with alsa:surround51 the sound seems correct and I
> don't hear cracks. Maybe mplayer has some problems with alsa 1.0.x

I think these problems are not related to your patch.

Please add an explanatory comment to your change, and submit a patch
for intel8x0.c.


Regards,
Clemens




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to