From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753584Ab1FMHp6 (ORCPT ); Mon, 13 Jun 2011 03:45:58 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48711 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753145Ab1FMHp6 (ORCPT ); Mon, 13 Jun 2011 03:45:58 -0400 Date: Mon, 13 Jun 2011 09:45:52 +0200 Message-ID: From: Takashi Iwai To: Borislav Petkov Cc: Linus Torvalds , Mark Brown , Liam Girdwood , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] sound fixes for 3.0-rc3 In-Reply-To: <20110612194037.GA26274@liondog.tnic> References: <20110612155021.GA30023@liondog.tnic> <20110612194037.GA26274@liondog.tnic> 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.2 (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 At Sun, 12 Jun 2011 21:40:37 +0200, Borislav Petkov wrote: > > [1 ] > On Sun, Jun 12, 2011 at 06:18:52PM +0200, Takashi Iwai wrote: > > > Please give alsa-info.sh output with the working kernel, i.e. 2.6.39 > > > for comparison. > > attached. > > > > Also, try model=auto option for snd-hda-intel. I guess this would > > > work better nowadays. > > > > Also, try the patch below. This should fix your device (without > > model=auto). > > > > > > Takashi > > > > --- > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > > index 20f01f8..9b97af9 100644 > > --- a/sound/pci/hda/patch_realtek.c > > +++ b/sound/pci/hda/patch_realtek.c > > @@ -13317,9 +13317,8 @@ static void alc268_acer_lc_setup(struct hda_codec *codec) > > struct alc_spec *spec = codec->spec; > > spec->autocfg.hp_pins[0] = 0x15; > > spec->autocfg.speaker_pins[0] = 0x14; > > - spec->automute_mixer_nid[0] = 0x0f; > > spec->automute = 1; > > - spec->automute_mode = ALC_AUTOMUTE_MIXER; > > + spec->automute_mode = ALC_AUTOMUTE_AMP; > > spec->ext_mic.pin = 0x18; > > spec->ext_mic.mux_idx = 0; > > spec->int_mic.pin = 0x12; > > Yep, it does. > > Tested-by: Borislav Petkov Thanks for testing. I applied the patch now. Takashi