From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756058Ab1BYHxV (ORCPT ); Fri, 25 Feb 2011 02:53:21 -0500 Received: from cantor2.suse.de ([195.135.220.15]:38313 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755404Ab1BYHxU (ORCPT ); Fri, 25 Feb 2011 02:53:20 -0500 Date: Fri, 25 Feb 2011 08:53:17 +0100 Message-ID: From: Takashi Iwai To: "Justin P. Mattock" Cc: trivial@kernel.org, perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 20/21]sound:pci:hda:patch_realtek.c remove one to many l's in the word. In-Reply-To: <1298614562-4230-1-git-send-email-justinmattock@gmail.com> References: <1298614562-4230-1-git-send-email-justinmattock@gmail.com> 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 Thu, 24 Feb 2011 22:16:02 -0800, Justin P. Mattock wrote: > > The patch below removes an extra "l" in the word. > > Signed-off-by: Justin P. Mattock Thanks, applied both patches 19 and 20 to sound git tree. Takashi > > --- > sound/pci/hda/patch_realtek.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > index 3328a25..c5208c9 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -4705,7 +4705,7 @@ static struct snd_pci_quirk alc880_cfg_tbl[] = { > SND_PCI_QUIRK(0x1558, 0x5401, "ASUS", ALC880_ASUS_DIG2), > SND_PCI_QUIRK(0x1565, 0x8202, "Biostar", ALC880_5ST_DIG), > SND_PCI_QUIRK(0x1584, 0x9050, "Uniwill", ALC880_UNIWILL_DIG), > - SND_PCI_QUIRK(0x1584, 0x9054, "Uniwlll", ALC880_F1734), > + SND_PCI_QUIRK(0x1584, 0x9054, "Uniwill", ALC880_F1734), > SND_PCI_QUIRK(0x1584, 0x9070, "Uniwill", ALC880_UNIWILL), > SND_PCI_QUIRK(0x1584, 0x9077, "Uniwill P53", ALC880_UNIWILL_P53), > SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_W810), > -- > 1.7.4.1 >