Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756867AbYGCMCy (ORCPT ); Thu, 3 Jul 2008 08:02:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751082AbYGCMCm (ORCPT ); Thu, 3 Jul 2008 08:02:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:57259 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756729AbYGCMCk (ORCPT ); Thu, 3 Jul 2008 08:02:40 -0400 Date: Thu, 03 Jul 2008 11:01:07 +0200 Message-ID: From: Takashi Iwai To: Zoltan Boszormenyi Cc: linux-kernel Subject: Re: Mickey mouse voices on snd-intel8x0 In-Reply-To: <486677F7.6080004@dunaweb.hu> References: <486677F7.6080004@dunaweb.hu> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.2 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1394 Lines: 43 At Sat, 28 Jun 2008 19:42:15 +0200, Zoltan Boszormenyi wrote: > > Hi, > > I have a Compaq Deskpro EN with PIII/866 recycled as a thin client. > The problem was that sound on the thin client was played faster than it > should. > I have Fedora 9/x86-64 on the main machine, so the thin client is LTSP5 > that comes with F9. > I tried everything (acpi=off, etc) but the strange voice didn't get better. > I discovered this in the dmesg: Did this problem exist on the earlier kernel? > intel8x0_measure_ac97_clock: measured 50895 usecs > intel8x0: measured clock 78 rejected This value is way too small than normal. It means that either the clocking or the calculation of the position in intel8x0_measure_ac97_clock() is wrong. Could you check what is the value if ichdev->position in that function? > intel8x0: clocking to 48000 > > I looked at the current kernel sources and found the solution for that. > I had to provide this for the thin client in > /opt/ltsp/i386/etc/modprobe.conf : > > options snd-intel8x0 ac97_clock=44100 Usually it's a bit slower than that. See Documentation/sound/alsa/ALSA-Configuration.txt. thanks, Takashi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/