From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751825AbaFMMOU (ORCPT ); Fri, 13 Jun 2014 08:14:20 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46171 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751256AbaFMMOT (ORCPT ); Fri, 13 Jun 2014 08:14:19 -0400 Date: Fri, 13 Jun 2014 14:14:11 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 3.16-rc1 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.16-rc1 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-3.16-rc1 The topmost commit is 8a02b164d4bfac108bfe37e98108bff1e062bd3d ---------------------------------------------------------------- sound fixes for 3.16-rc1 Most of changes are small and easy cleanup or fixes. - a few HD-audio Realtek codec fixes and quirks - Intel HDMI audio fixes for Broadwell and Haswell / ValleyView - FireWire sound stack cleanups - a couple of sequencer core fixes - compress ABI fix for 64bit - Conversion to modern ktime*() API ---------------------------------------------------------------- Adam Goode (2): ALSA: seq: correctly detect input buffer overflow ALSA: seq: Continue broadcasting events to ports if one of them fails David Henningsson (2): ALSA: hda - Add quirk for ABit AA8XE ALSA: hda - Add quirk for external mic on Lifebook U904 Hui Wang (2): ALSA: hda - add two new pin tables ALSA: hda - fix a fixup value for codec alc293 in the pin_quirk table Kailang Yang (5): ALSA: hda/realtek - Add support of ALC891 codec ALSA: hda/realtek - New vendor ID for ALC233 ALSA: hda/realtek - Add more codec rename ALSA: hda/realtek - Add support of ALC667 codec ALSA: hda/realtek - Add more entry for enable HP mute led Libin Yang (2): ALSA: hda - using POS_FIX_LPIB on Broadwell HDMI Audio Revert "ALSA: hda - mask buggy stream DMA0 for Broadwell display controller" Mengdong Lin (1): ALSA: hda - verify pin:converter connection on unsol event for HSW and VLV Takashi Sakamoto (6): ALSA: fireworks/bebob: Shorten critical section for stream_stop_duplex() ALSA: fireworks: Use safer way to arrange ring buffer pointer ALSA: fireworks: Improve comments about Fireworks transaction ALSA: fireworks: Remove a constant over width to which it's applied ALSA: fireworks: Remove meaningless mutex_destroy() ALSA: bebob: Remove unused function prototype Thomas Gleixner (2): ALSA: core: Use ktime_get_ts() ALSA: intel8x0: Use ktime and ktime_get() Wang, Xiaoming (1): ALSA: compress: Cancel the optimization of compiler and fix the size of struct for all platform. --- include/sound/pcm.h | 2 +- include/uapi/sound/compress_offload.h | 2 +- sound/core/seq/seq_clientmgr.c | 36 ++++++---- sound/core/seq/seq_fifo.c | 2 +- sound/core/timer.c | 4 +- sound/firewire/bebob/bebob.h | 2 - sound/firewire/bebob/bebob_stream.c | 4 +- sound/firewire/fireworks/fireworks.c | 1 - sound/firewire/fireworks/fireworks.h | 1 - sound/firewire/fireworks/fireworks_hwdep.c | 2 +- sound/firewire/fireworks/fireworks_stream.c | 4 +- sound/firewire/fireworks/fireworks_transaction.c | 18 ++--- sound/pci/hda/hda_intel.c | 14 ++-- sound/pci/hda/patch_hdmi.c | 10 ++- sound/pci/hda/patch_realtek.c | 91 ++++++++++++++++++++++-- sound/pci/intel8x0.c | 10 ++- 16 files changed, 147 insertions(+), 56 deletions(-)