linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] sound fixes for 3.16-rc1
Date: Fri, 13 Jun 2014 14:14:11 +0200	[thread overview]
Message-ID: <s5htx7pf1m4.wl%tiwai@suse.de> (raw)

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(-)


                 reply	other threads:[~2014-06-13 12:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5htx7pf1m4.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).