From: Anton Worshevsky <gbdj@linux.spb.org>
To: alsa-devel@lists.sourceforge.net
Cc: gbdj@mail.ru
Subject: Re: VIA8233/8235 testers wanted
Date: Wed, 15 Jan 2003 00:48:46 +0300 [thread overview]
Message-ID: <1333.030115@linux.spb.org> (raw)
Hello ,
> if someone has VIA8233, VIA8233A, VIA8233C or VIA8235 chipset, could
> you help the testing of the new driver?
> the new driver code is found at
>
> http://www.alsa-project.org/~iwai/via82xx.c
i has VIA8235 and ALC650 codec. After installing new driver from cvs from
20030113, there is following problem:
In 5.1-channel dvd playback with xine using surround51 device,
i has swapped Rear and Center/lfe channels.
RL <-> Center, RR <-> LFE
i fixed this with following patch for via82xx.c
812,813c812,815
< case 5: slots = (1<<0) | (2<<4) | (5<<8) | (3<<12) | (4<<16); break;
< case 6: slots = (1<<0) | (2<<4) | (5<<8) | (6<<12) | (3<<16) | (4<<20); break;
---
> // case 5: slots = (1<<0) | (2<<4) | (5<<8) | (3<<12) | (4<<16); break;
> // case 6: slots = (1<<0) | (2<<4) | (5<<8) | (6<<12) | (3<<16) | (4<<20); break;
> case 5: slots = (1<<0) | (2<<4) | (3<<8) | (4<<12) | (5<<16); break;
> case 6: slots = (1<<0) | (2<<4) | (3<<8) | (4<<12) | (5<<16) | (6<<20); break;
please note that 5ch mode is untested.
I'm not sure that it is alsa problem, xine' may be.
It will be nice to have a small prog for channel position testing in different
playback modes, because now i know no 5.1ch source other then video player.
In general multichannel playback has good quality now (with rc6 sound was
cracking).
> the new driver can (hopefully) play multiple streams simultaneously on
> VIA8233, VIA8233C and VIA8235, but NOT on VIA8233A.
It's worked, but second stream plays only left channel.
Almost all OSS application such as games (UT, tux-racer and other) now producing
cracking and skipping sound. Only XMMS OSS-plugin plays good. OSS-sound was good
with rc6.
Best regards,
Anton Worshevsky
-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving
your online business a competitive advantage. Test-drive a Thawte SSL
certificate - our easy online guide will show you how. Click here to get
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
next reply other threads:[~2003-01-14 21:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-14 21:48 Anton Worshevsky [this message]
2003-01-16 9:21 ` Re: VIA8233/8235 testers wanted Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2003-01-09 17:01 Takashi Iwai
2003-01-10 8:17 ` Joachim Blaabjerg
2003-01-10 8:37 ` Takashi Iwai
2003-01-10 9:13 ` Joachim Blaabjerg
2003-01-10 9:27 ` Takashi Iwai
2003-01-10 10:09 ` Joachim Blaabjerg
2003-01-10 18:57 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1333.030115@linux.spb.org \
--to=gbdj@linux.spb.org \
--cc=alsa-devel@lists.sourceforge.net \
--cc=gbdj@mail.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox