From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755216Ab0FHQLQ (ORCPT ); Tue, 8 Jun 2010 12:11:16 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:65187 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754320Ab0FHQLO (ORCPT ); Tue, 8 Jun 2010 12:11:14 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=KJisdbhsxgdoREfJuoBiVG1MSN0HaheAy6T08PcjNDkpQdvpVAeoe00Ik8c7WPJJ1X IRr8PFKTAFpLzPiKNirICRCqhGrUesfx2QcSPBhDAKcP9yQnI5sdtC90sD+OxbMVkUod aLua4WuoofBt7kJV44yd6QJzLyrII5hVI0l+U= Message-ID: <4C0E6BA1.3080200@gmail.com> Date: Tue, 08 Jun 2010 09:11:13 -0700 From: "Justin P. Mattock" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091114 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: Takashi Iwai CC: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5]alsa:patch_realtek.c Add SSID table for MacBookAir2,1 References: <1275865793-7357-1-git-send-email-justinmattock@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/08/2010 08:01 AM, Takashi Iwai wrote: > At Sun, 6 Jun 2010 16:09:49 -0700, > Justin P. Mattock wrote: >> >> This adds the SSID number to snd_pci_quirk for the >> MacBookAir2,1 taken from codec#0 at: >> http://launchpadlibrarian.net/49455483/Card0.Codecs.codec.0.txt >> keep in mind I do not have one of these machines on hand >> so please if you do have this machine please test for me.. >> >> Signed-off-by: Justin P. Mattock > > I applied this one (after rearranging the quirk list order). > > Also the patch 3 and 5, both one-liner additions of a quirk, are > applied, too, since they got tested somehow in bug reports. > > Could you rebase your changes for the proper MBA 1,1 and imac 7,1 > against the latest sound tree so that anyone can test them? If they > work better, then we can apply later your changes in addition. > > > Thanks! > > Takashi > o.k. cool.. I'll rebase those two patches and send them out (hopefully people test).. >> --- >> sound/pci/hda/patch_realtek.c | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c >> index 17d4548..9b82d28 100644 >> --- a/sound/pci/hda/patch_realtek.c >> +++ b/sound/pci/hda/patch_realtek.c >> @@ -9487,6 +9487,7 @@ static struct snd_pci_quirk alc882_ssid_cfg_tbl[] = { >> SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC885_MB5), >> SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC885_MB5), >> SND_PCI_QUIRK(0x106b, 0x4100, "Macmini 3,1", ALC885_MACMINI3), >> + SND_PCI_QUIRK(0x106b, 0x3500, "MacBookAir 2,1", ALC885_MBA21), >> {} /* terminator */ >> }; >> >> -- >> 1.6.5.2.180.gc5b3e >> > cheers, Justin P. Mattock