From: Takashi Iwai <tiwai@suse.de>
To: Meelis Roos <mroos@linux.ee>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.3-rc1: snd_intel8x0 still too fast
Date: Wed, 11 Feb 2004 12:58:39 +0100 [thread overview]
Message-ID: <s5hptclbzf4.wl@alsa2.suse.de> (raw)
In-Reply-To: <Pine.GSO.4.44.0402101356380.13962-100000@math.ut.ee>
[-- Attachment #1: Type: text/plain, Size: 921 bytes --]
At Tue, 10 Feb 2004 14:03:40 +0200 (EET),
Meelis Roos wrote:
>
> > > mplayer /usr/share/sounds/KDE_Startup.wav
> > > gives the same very fast sound since it's a 22 KHz mono sample.
> > >
> > > mplayer -srate 48000 /usr/share/sounds/KDE_Startup.wav
> > > works fine. Same applies to all files.
> >
> > then VRA of ac97 seems not working correctly.
> > check /proc/asound/card0/codec97#0/* files for each case whether the
> > DAC rate is set correctly. (it must be tuned with the detected ac97
> > clock, i.e. rate * clock / 48000).
>
> PCM front DAC : 41133Hz
> PCM ADC : 48000Hz
>
> This is with "intel8x0: clocking to 41133" and playing with mplayer
> -srate 48000 ...
>
> PCM front DAC : 18895Hz
> PCM ADC : 48000Hz
does the attached patch improve?
if it still doesn't help, try the following:
- stop ALSA once
- remove /etc/asound.state
- restart ALSA and tune up mixer again
Takashi
[-- Attachment #2: Type: text/plain, Size: 400 bytes --]
--- linux/sound/pci/ac97/ac97_patch.c 9 Feb 2004 11:38:03 -0000 1.35
+++ linux/sound/pci/ac97/ac97_patch.c 11 Feb 2004 11:56:19 -0000
@@ -682,6 +682,9 @@
jack = snd_ac97_read(ac97, AC97_AD_JACK_SPDIF);
snd_ac97_write_cache(ac97, AC97_AD_JACK_SPDIF, jack | 0x0300);
+ /* set default */
+ snd_ac97_write_cache(ac97, AC97_AD_MISC, 0);
+
ac97->build_ops = &patch_ad1885_build_ops;
return 0;
}
next prev parent reply other threads:[~2004-02-11 11:59 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-07 15:10 2.6.3-rc1: snd_intel8x0 still too fast Meelis Roos
2004-02-08 23:11 ` Bill Davidsen
2004-02-09 18:23 ` Takashi Iwai
2004-02-09 18:35 ` Meelis Roos
2004-02-09 18:46 ` Takashi Iwai
2004-02-10 11:22 ` Meelis Roos
2004-02-10 11:43 ` Takashi Iwai
2004-02-10 12:03 ` Meelis Roos
2004-02-11 11:58 ` Takashi Iwai [this message]
2004-02-11 16:40 ` Meelis Roos
2004-02-11 16:43 ` Takashi Iwai
2004-02-11 16:49 ` Meelis Roos
2004-02-11 19:26 ` Takashi Iwai
2004-02-12 13:40 ` Meelis Roos
2004-02-10 22:34 ` Peter Chubb
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=s5hptclbzf4.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mroos@linux.ee \
/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.