From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751914Ab3LLQiI (ORCPT ); Thu, 12 Dec 2013 11:38:08 -0500 Received: from cantor2.suse.de ([195.135.220.15]:49229 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751561Ab3LLQiC (ORCPT ); Thu, 12 Dec 2013 11:38:02 -0500 Date: Thu, 12 Dec 2013 17:38:01 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 3.13-rc4 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.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.13-rc4 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.13-rc4 The topmost commit is 3690739b013504d33fe9348dd45f6b126aa370fb ---------------------------------------------------------------- sound fixes for 3.13-rc4 Still a slightly high amount of changes than wished, but they are all good regression and/or device-specific fixes. Majority of commits are for HD-audio, an HDMI ctl index fix that hits old graphics boards, regression fixes for AD codecs and a few quirks. Other than that, two major fixes are included: a 64bit ABI fix for compress offload, and 64bit dma_addr_t truncation fix, which had hit on PAE kernels. ---------------------------------------------------------------- Anssi Hannula (1): ALSA: hda - hdmi: Fix IEC958 ctl indexes for some simple HDMI devices David Henningsson (1): ALSA: hda - Remove quirk for Dell Vostro 131 Hui Wang (3): ALSA: hda - A Dell headset detection quirk ALSA: hda - Another Dell headset detection quirk ALSA: hda - One more Dell headset detection quirk Mikulas Patocka (1): ALSA: usb-audio: fix uninitialized variable compile warning Oleksij Rempel (1): ALSA: hda - fix mic issues on Acer Aspire E-572 Stefano Panella (1): ALSA: memalloc.h - fix wrong truncation of dma_addr_t Takashi Iwai (3): ALSA: compress: Fix 64bit ABI incompatibility ALSA: hda - Mute all aamix inputs as default ALSA: hda - Add static DAC/pin mapping for AD1986A codec --- include/sound/memalloc.h | 2 +- include/uapi/sound/compress_offload.h | 6 ++--- sound/pci/hda/hda_generic.c | 47 ++++++++++++++++++++++++++++++++++- sound/pci/hda/hda_generic.h | 3 +++ sound/pci/hda/patch_analog.c | 10 ++++++++ sound/pci/hda/patch_conexant.c | 1 - sound/pci/hda/patch_hdmi.c | 5 ++-- sound/pci/hda/patch_realtek.c | 11 ++++++++ sound/usb/mixer_quirks.c | 2 +- 9 files changed, 78 insertions(+), 9 deletions(-)