From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: hda - Added inverted digital-mic handling for Acer TravelMate 8371 Date: Mon, 03 Mar 2014 09:57:08 +0100 Message-ID: References: <5313D17A.1070607@gmail.com> 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 mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id D3051261AC9 for ; Mon, 3 Mar 2014 09:57:08 +0100 (CET) In-Reply-To: <5313D17A.1070607@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Marius Knaust Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Mon, 03 Mar 2014 01:48:58 +0100, Marius Knaust wrote: > > Signed-off-by: Marius Knaust Thanks, applied with Cc to stable. Takashi > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > index 534796e..9fc7bb6 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -4255,6 +4255,7 @@ static const struct hda_fixup alc269_fixups[] = { > }; > > static const struct snd_pci_quirk alc269_fixup_tbl[] = { > + SND_PCI_QUIRK(0x1025, 0x0283, "Acer TravelMate 8371", > ALC269_FIXUP_INV_DMIC), > SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC), > SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC), > SND_PCI_QUIRK(0x1025, 0x047c, "Acer AC700", ALC269_FIXUP_ACER_AC700), >