Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: linux-sound@vger.kernel.org
Subject: [PATCH] VIA sound driver now works on AOpen AK-33
Date: Tue, 25 Sep 2001 17:34:16 +0000	[thread overview]
Message-ID: <marc-linux-sound-100143922028062@msgid-missing> (raw)

Hello!

The driver for VIA 82Cxxx sound from the AC kernels is almost useless on
AOpen AK-33 motherboard - it reports that the dsp rate is locked at 48k.
Most programs cannot deal with it.

The driver from CVS maintained by Jeff Garzik
(http://sourceforge.net/projects/gkernel/) works much better - it doesn't
report that the frequency is locked.  Most applications work, although
xanim and realplayer sometimes produce an unpleasant noise.

The problem with Jeff's driver is that it resets the dsp format (stereo,
16-bit) on SNDCTL_DSP_RESET, unlike other drivers.

Another problem is that the pci resources are freed twice, which causes
alarming, although harmless, warnings when the driver is unloaded.

After fixing those problems the driver works just fine.  No problems
whatsoever.

Patch from Jeff's version to my fixed version (small):
http://www.red-bean.com/~proski/viasound/jg-pr.diff

Patch from 2.4.9-ac15 to my fixed version:
http://www.red-bean.com/~proski/viasound/ac-pr.diff

Whole driver:
http://www.red-bean.com/~proski/viasound/via82cxxx_audio.c

I'm not ready to comment on the Jeff's part of the patch.  I think it will
be better if Jeff submits the new driver.  I'm posting my results for
those who just want a working driver now.

-- 
Regards,
Pavel Roskin


                 reply	other threads:[~2001-09-25 17:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=marc-linux-sound-100143922028062@msgid-missing \
    --to=proski@gnu.org \
    --cc=linux-sound@vger.kernel.org \
    /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