From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756507Ab2BCNkz (ORCPT ); Fri, 3 Feb 2012 08:40:55 -0500 Received: from cantor2.suse.de ([195.135.220.15]:52298 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756284Ab2BCNkx (ORCPT ); Fri, 3 Feb 2012 08:40:53 -0500 Date: Fri, 03 Feb 2012 14:40:51 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes 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.3 (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, please pull sound fixes for v3.3-rc3 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git sound-fixes Most of commits are either regression fixes for varioud HD-audio codecs or small ASoC fixes. Also a trivial build fix is included. Thanks! Takashi === Axel Lin (1): ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functions David Henningsson (4): ALSA: HDA: Remove quirk for Asus N53Jq ALSA: HDA: Fix jack creation for codecs with front and rear Line In ALSA: HDA: Remove quirk for Toshiba Qosmio G50 ALSA: HDA: Fix duplicated output to more than one codec Denis 'GNUtoo' Carikli (1): ASoC: neo1973_wm8753: remove references to the neo1973-gta01 machine Dylan Reid (1): ALSA: hda - Fix calling cs_automic twice for Cirrus codecs. Mark Brown (6): ASoC: wm5100: Make sure we switch to button reporting mode ASoC: wm5100: Fix microphone configuration ASoC: wm8996: Mark register cache as dirty when regulators are disabled ASoC: wm8962: Mark register cache as dirty when regulators are disabled ASoC: wm5100: Mark register cache as dirty when regulators are disabled ASoC: wm_hubs: Enable line out VMID buffer for single ended line outputs Takashi Iwai (5): ALSA: hda - Apply 0x0f-VREF fix to all ASUS laptops with ALC861/660 ALSA: hda - Check power-state before changing in patch_via.c ALSA: hda - Fix the logic to detect VIA analog low-current mode ALSA: hda - Allow analog low-current mode when dynamic power-control is on ALSA: hda - Disable dynamic-power control for VIA as default UK KIM (1): ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixer --- include/sound/core.h | 2 + sound/pci/hda/hda_codec.c | 2 +- sound/pci/hda/hda_jack.c | 24 ++- sound/pci/hda/patch_cirrus.c | 6 +- sound/pci/hda/patch_realtek.c | 57 +++++--- sound/pci/hda/patch_via.c | 284 ++++++++++++++++-------------------- sound/soc/codecs/wm5100.c | 12 ++- sound/soc/codecs/wm8962.c | 2 +- sound/soc/codecs/wm8996.c | 2 +- sound/soc/codecs/wm_hubs.c | 10 +- sound/soc/samsung/neo1973_wm8753.c | 65 +-------- 11 files changed, 208 insertions(+), 258 deletions(-)