Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760939AbXEUT3y (ORCPT ); Mon, 21 May 2007 15:29:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757133AbXEUTVh (ORCPT ); Mon, 21 May 2007 15:21:37 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:46359 "EHLO sous-sol.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765353AbXEUTV3 (ORCPT ); Mon, 21 May 2007 15:21:29 -0400 Message-Id: <20070521191742.304404000@sous-sol.org> References: <20070521191612.800400000@sous-sol.org> User-Agent: quilt/0.46-1 Date: Mon, 21 May 2007 12:16:56 -0700 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Daniel Drake , Takashi Iwai , Jaroslav Kysela Subject: [patch 44/69] ALSA: hda-codec - Fix resume of STAC92xx codecs Content-Disposition: inline; filename=alsa-hda-codec-fix-resume-of-stac92xx-codecs.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1068 Lines: 33 -stable review patch. If anyone has any objections, please let us know. --------------------- From: Takashi Iwai Added a missing call to resume mixer controls for STAC92xx codecs. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela Signed-off-by: Chris Wright --- --- sound/pci/hda/patch_sigmatel.c | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.21.1.orig/sound/pci/hda/patch_sigmatel.c +++ linux-2.6.21.1/sound/pci/hda/patch_sigmatel.c @@ -1751,6 +1751,7 @@ static int stac92xx_resume(struct hda_co stac92xx_init(codec); stac92xx_set_config_regs(codec); + snd_hda_resume_ctls(codec, spec->mixer); for (i = 0; i < spec->num_mixers; i++) snd_hda_resume_ctls(codec, spec->mixers[i]); if (spec->multiout.dig_out_nid) -- - 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/