From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752686Ab0HKHRL (ORCPT ); Wed, 11 Aug 2010 03:17:11 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48011 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751966Ab0HKHRJ (ORCPT ); Wed, 11 Aug 2010 03:17:09 -0400 Date: Wed, 11 Aug 2010 09:17:08 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: [GIT PULL] sound update (#2) for 2.6.36 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.1 (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=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound updates for v2.6.36 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus Most of patches are trivial fixes. A few of them are just to add the missing device ids. One behavior change is the sticky stream setup for HD-audio, which is good especially for digital receivers. Thanks! Takashi === Andrea Gelmini (1): sound: oss: au1550_ac97.c removed duplicated #include Charles Chin (1): ALSA: hda - Adding support for new IDT 92HD87XX codecs Clemens Ladisch (1): ALSA: hda: document VIA models Cliff Cai (1): ASoC: register cache should be 1 byte aligned for 1 byte long register David Henningsson (1): ALSA: HDA: Use model=auto for LG R510 Eric Bénard (1): ASoC: Fix for changed Eureka Kconfig symbol names Jonathan Woithe (1): ALSA: hda - Fix missing stream for second ADC on Realtek ALC260 HDA codec Julia Lawall (1): sound/oss: Adjust confusing if indentation Kailang Yang (1): ALSA: hda - Add support for Acer ZGA ALC271 (1025:047c) Mark Brown (1): ASoC: Fix inverted mute controls for WM8580 Sonic Zhang (1): ASoC: add AD1980 obsolete information Stephen Warren (1): ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names Steven Eastland (1): ALSA: hda - New snd-hda-intel model/pin config for hp dv7-4000 Takashi Iwai (3): ALSA: hda - Make converter setups sticky ALSA: hda - add support for Conexant CX20584 ALSA: hda - Update model entries in HD-Audio-Models.txt Documentation/sound/alsa/HD-Audio-Models.txt | 13 ++- sound/oss/ad1848.c | 2 +- sound/oss/au1550_ac97.c | 1 - sound/pci/hda/hda_codec.c | 150 ++++++++++++++++++++++++-- sound/pci/hda/hda_codec.h | 12 ++ sound/pci/hda/hda_intel.c | 6 +- sound/pci/hda/patch_conexant.c | 3 + sound/pci/hda/patch_nvhdmi.c | 61 +++++++---- sound/pci/hda/patch_realtek.c | 41 +++++++- sound/pci/hda/patch_sigmatel.c | 13 +++ sound/soc/blackfin/Kconfig | 7 +- sound/soc/blackfin/bf5xx-ad1980.c | 10 ++- sound/soc/codecs/ad1980.c | 10 ++- sound/soc/codecs/ad1980.h | 6 + sound/soc/codecs/wm8580.c | 6 +- sound/soc/imx/Kconfig | 4 +- sound/soc/soc-cache.c | 4 +- 17 files changed, 304 insertions(+), 45 deletions(-)