From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH resend] ALSA: hda - add quirk for Ordissimo EVE using a realtek ALC662 Date: Fri, 11 Feb 2011 08:53:40 +0100 Message-ID: References: <20110121154544.4e5ed4e6@destiny.ordissimo> <1295624188.12720.68.camel@mattotaupa> <20110124174300.079c8cb7@destiny.ordissimo> <20110210131444.5c2c9448@destiny.ordissimo> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 13CB72443E for ; Fri, 11 Feb 2011 08:53:43 +0100 (CET) In-Reply-To: <20110210131444.5c2c9448@destiny.ordissimo> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Anisse Astier Cc: alsa-devel@alsa-project.org, Paul Menzel List-Id: alsa-devel@alsa-project.org At Thu, 10 Feb 2011 13:14:44 +0100, Anisse Astier wrote: > > > This netbook has a only one jack output and an internal mic. > > By default, mic and jack sense aren't working. Using lenovo-101e > parameters makes both work. > > The device seems based on a Sharetronic Q70, so this should fix audio for > this model too. > > Signed-off-by: Anisse Astier > --- > Hi, > > Sorry for the delay. As usual, this is based on sound-2.6/for-next. Applied now. Thanks! Takashi > > Regards, > > Anisse > --- > 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 1e092b3..6a43c1c 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -18934,6 +18934,7 @@ static struct snd_pci_quirk alc662_cfg_tbl[] = { > ALC662_3ST_6ch_DIG), > SND_PCI_QUIRK_MASK(0x1854, 0xf000, 0x2000, "ASUS H13-200x", > ALC663_ASUS_H13), > + SND_PCI_QUIRK(0x1991, 0x5628, "Ordissimo EVE", ALC662_LENOVO_101E), > {} > }; > > -- > 1.7.3.2 >