From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757107Ab2EYKut (ORCPT ); Fri, 25 May 2012 06:50:49 -0400 Received: from cantor2.suse.de ([195.135.220.15]:40290 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752362Ab2EYKus (ORCPT ); Fri, 25 May 2012 06:50:48 -0400 Date: Fri, 25 May 2012 12:50:47 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] HD-audio vga_switcheroo support for 3.5-rc1 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 updates of sound tree for v3.5-rc1 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/hda-switcheroo The topmost commit is adcc70b249ca77c1197eb62b1645146721ba6e5b This contains only the commits for supporting HD-audio vga-switcheroo client depending on the DRM update you've already applied. Thanks! Takashi === Dan Carpenter (1): ALSA: hda - unlock on error in azx_interrupt() Takashi Iwai (3): ALSA: hda - Check the dead HDMI audio controller by vga-switcheroo ALSA: hda - Export snd_hda_lock_devices() ALSA: hda - Support VGA-switcheroo --- sound/pci/hda/hda_codec.c | 66 ++++++---- sound/pci/hda/hda_codec.h | 3 + sound/pci/hda/hda_intel.c | 314 +++++++++++++++++++++++++++++++++++++++------ 3 files changed, 316 insertions(+), 67 deletions(-)