From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756558Ab3AWQVh (ORCPT ); Wed, 23 Jan 2013 11:21:37 -0500 Received: from cantor2.suse.de ([195.135.220.15]:54864 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756428Ab3AWQVf (ORCPT ); Wed, 23 Jan 2013 11:21:35 -0500 Date: Wed, 23 Jan 2013 17:21:34 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 3.8-rc5 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.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 Linus, The following changes since commit 6f54c361329dbb67dac9de174e938992651d12d7: ALSA: hda/hdmi - Work around "alsactl restore" errors (2013-01-15 14:55:16 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.8 for you to fetch changes up to 31614bb89b102570367fc7428dc029b8d7fc615a: ALSA: hda - Fix inconsistent pin states after resume (2013-01-23 16:05:37 +0100) ---------------------------------------------------------------- Sound fixes for 3.8-rc5 Only a few small HD-audio fixes: - Addition of new Conexant codec IDs - Two one-liners to add fixups for Realtek codecs - A last-minute regression fix for auto-mute with power-saving mode (regressed since 3.8-rc1) ---------------------------------------------------------------- David Henningsson (1): ALSA: hda - Fix mute led for another HP machine Takashi Iwai (3): ALSA: hda - Add fixup for Acer AO725 laptop ALSA: hda - Add Conexant CX20755/20756/20757 codec IDs ALSA: hda - Fix inconsistent pin states after resume sound/pci/hda/hda_codec.c | 5 ++--- sound/pci/hda/patch_conexant.c | 9 +++++++++ sound/pci/hda/patch_realtek.c | 2 ++ 3 files changed, 13 insertions(+), 3 deletions(-)