From: Lee Revell <rlrevell@joe-job.com>
To: The Orqwith Vagrant <theorqwithvagrant@bredband.net>
Cc: alsa-user@lists.sourceforge.net,
alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: Re: Audigy SPDIF Output Sample Rate
Date: Fri, 25 Feb 2005 18:11:56 -0500 [thread overview]
Message-ID: <1109373116.14434.3.camel@krustophenia.net> (raw)
In-Reply-To: <1109372144.6245.32.camel@cthulhu.rlyeth.net>
[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]
On Fri, 2005-02-25 at 23:55 +0100, The Orqwith Vagrant wrote:
> On Fri, 2005-02-25 at 17:39 -0500, Lee Revell wrote:
> > On Fri, 2005-02-25 at 16:58 -0500, Lee Revell wrote:
> > > On Fri, 2005-02-25 at 22:44 +0100, The Orqwith Vagrant wrote:
> > > > As someone who does have a 96 Khz capable reciever, I thought I might
> > > > add my own comments tho this. The 96khz setting works perfect, sounds
> > > > perfect with this patch; however, 48 & 44.1 are reversed now. Trying to
> > > > play 48khz samples when the setting is 44.1 causes ugly scratchy
> > > > distortion, but oddly, only on the right channel. Using the spdif raw
> > > > PCM device, which reverses left and right channels of a stereo file,
> > > > still has the distortion on the right channel.
> > >
> > > OK I'll post a new patch.
> > >
> >
> > Please try the attached patch (revert the last patch first).
> >
> > Lee
> >
>
> Done. Sample rates are correct with this patch. The distortion when
> playing 48khz samples with 44.1khz spdif rate is also gone.
>
OK, great! That means that both the OSS and the ALSA driver had it
wrong.
ALSA maintainers, please apply this patch to CVS. Here it is again for
convenience.
Summary: Fix the Audigy SPDIF sample rate register definitions
Signed-Off-By: Lee Revell <rlrevell@joe-job.com>
[-- Attachment #2: emu10k1-96-fix2.patch --]
[-- Type: text/x-patch, Size: 822 bytes --]
Index: alsa-postv12/alsa-kernel/include/emu10k1.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/emu10k1.h,v
retrieving revision 1.57
diff -u -r1.57 emu10k1.h
--- alsa-postv12/alsa-kernel/include/emu10k1.h 17 Feb 2005 14:48:07 -0000 1.57
+++ alsa-postv12/alsa-kernel/include/emu10k1.h 25 Feb 2005 22:38:24 -0000
@@ -765,8 +765,8 @@
#define A_SPDIF_SAMPLERATE 0x76 /* Set the sample rate of SPDIF output */
#define A_SPDIF_RATE_MASK 0x000000c0
#define A_SPDIF_48000 0x00000000
-#define A_SPDIF_44100 0x00000040
-#define A_SPDIF_96000 0x00000080
+#define A_SPDIF_44100 0x00000080
+#define A_SPDIF_96000 0x00000040
/* 0x77,0x78,0x79 "something i2s-related" - default to 0x01080000 on my audigy 2 ZS --rlrevell */
/* 0x7a, 0x7b - lookup tables */
next prev parent reply other threads:[~2005-02-25 23:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1108880895.6773.50.camel@radium.gaugetheory.org>
2005-02-25 17:17 ` Audigy SPDIF Output Sample Rate Lee Revell
[not found] ` <1109367868.6245.9.camel@cthulhu.rlyeth.net>
2005-02-25 21:58 ` Lee Revell
2005-02-25 22:22 ` Re: [Alsa-user] " James Courtier-Dutton
2005-02-25 22:31 ` Lee Revell
2005-02-25 22:44 ` [Alsa-devel] " James Courtier-Dutton
2005-02-25 22:39 ` Re: [Alsa-user] " Lee Revell
[not found] ` <1109372144.6245.32.camel@cthulhu.rlyeth.net>
2005-02-25 23:11 ` Lee Revell [this message]
2005-02-27 10:17 ` [Alsa-devel] " Brian L Scipioni
2005-03-01 7:45 ` Re: [Alsa-user] " The Orqwith Vagrant
2005-02-26 14:32 ` Brian L Scipioni
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=1109373116.14434.3.camel@krustophenia.net \
--to=rlrevell@joe-job.com \
--cc=alsa-devel@lists.sourceforge.net \
--cc=alsa-user@lists.sourceforge.net \
--cc=theorqwithvagrant@bredband.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.