Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932161Ab0HCPYP (ORCPT ); Tue, 3 Aug 2010 11:24:15 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56049 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756475Ab0HCPYO (ORCPT ); Tue, 3 Aug 2010 11:24:14 -0400 Date: Tue, 03 Aug 2010 17:24:11 +0200 Message-ID: From: Takashi Iwai To: Leandro Lucarella Cc: linux-kernel@vger.kernel.org, Jaroslav Kysela , Kailang Yang , Daniel T Chen , alsa-devel@alsa-project.org Subject: Re: Regression 2.6.35: Intel N10/ICH 7 Family HDA (Realtek ALC662 rev1) beep broken In-Reply-To: <20100803144810.GD3508@llucax.com.ar> References: <20100803040054.GX3508@llucax.com.ar> <20100803134409.GA3508@llucax.com.ar> <20100803144810.GD3508@llucax.com.ar> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) 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: 2559 Lines: 67 At Tue, 3 Aug 2010 11:48:10 -0300, Leandro Lucarella wrote: > > Takashi Iwai, el 3 de agosto a las 15:48 me escribiste: > > At Tue, 3 Aug 2010 10:44:09 -0300, > > Leandro Lucarella wrote: > > > > > > > Please give alsa-info.sh output. > > > > > > I didn't know where to find the script, > > > > It's listed in Documentation/sound/alsa/HD-Audio.txt :) > > Woops! > > > > Google gave me this: > > > http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh > > > So this is what I've use. I've shared the results at: > > > http://www.alsa-project.org/db/?f=6a051da2475c7246f40c493a310fecb0a1a289f5 > > > > > > > > I've tried to naively (I'm not a kernel hacker, so I was just guessing) add a > > > > > new entry with the quirks beep_white_list by copying the entry for ASUS like > > > > > this: > > > > > > > > > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > > > > > index 596ea2f..ca3ed12 100644 > > > > > --- a/sound/pci/hda/patch_realtek.c > > > > > +++ b/sound/pci/hda/patch_realtek.c > > > > > @@ -5183,6 +5183,7 @@ static void fillup_priv_adc_nids(struct hda_codec *codec, hda_nid_t *nid > > > > > > > > > > static struct snd_pci_quirk beep_white_list[] = { > > > > > SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), > > > > > + SND_PCI_QUIRK(0x8086, 0xd613, "INTEL", 1), > > > > > {} > > > > > }; > > > > > > > > > > But it didn't work either. > > > > > > > > Hm, this should work. At least, you should have beep mixer & co with > > > > this. > > > > > > Well, my bad, I booted the wrong kernel when trying the patch. The patch > > > works correctly, so I'll be very glad if it hits Linus kernel soon :) > > > > > > I could send you the patch but I don't know exactly what to put in the > > > commit message. The problem is the same as the one with the ASUS P5-V? > > > > I can add such a trivial patch manually, of course. But I'd need > > to know which machine you have (vendor/model name, etc). > > Is a desktop box. > CPU Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz > Motherboard Intel Corporation DG41RQ OK, it's fine, I just wanted to be sure that it's no other brand. The fix is now applied to sound tree, and will be included in the next pull request, then will reach to stable tree. 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/