Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758645AbZDWHnQ (ORCPT ); Thu, 23 Apr 2009 03:43:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756498AbZDWHar (ORCPT ); Thu, 23 Apr 2009 03:30:47 -0400 Received: from sous-sol.org ([216.99.217.87]:50496 "EHLO x200.localdomain" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755474AbZDWHaq (ORCPT ); Thu, 23 Apr 2009 03:30:46 -0400 Message-Id: <20090423072616.748065721@sous-sol.org> User-Agent: quilt/0.47-1 Date: Thu, 23 Apr 2009 00:21:11 -0700 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org, jejb@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , Rodrigo Rubira Branco , Jake Edge , Eugene Teo , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Akinobu Mita , Takashi Iwai Subject: [patch 051/100] ALSA: hda - add missing comma in ad1884_slave_vols References: <20090423072020.428683652@sous-sol.org> Content-Disposition: inline; filename=alsa-hda-add-missing-comma-in-ad1884_slave_vols.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1051 Lines: 32 -stable review patch. If anyone has any objections, please let us know. --------------------- From: Akinobu Mita upstream commit: bca68467b59a24396554d8dd5979ee363c174854 Signed-off-by: Akinobu Mita Cc: Signed-off-by: Takashi Iwai Signed-off-by: Chris Wright --- sound/pci/hda/patch_analog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -3239,7 +3239,7 @@ static const char *ad1884_slave_vols[] = "Mic Playback Volume", "CD Playback Volume", "Internal Mic Playback Volume", - "Docking Mic Playback Volume" + "Docking Mic Playback Volume", "Beep Playback Volume", "IEC958 Playback Volume", NULL -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/