[GIT PULL] Sound fixes for 3.9-rc3

From: Takashi Iwai
Date: Fri Mar 15 2013 - 11:03:40 EST


Linus,

The following changes since commit 69a4cfdd444d1fe5c24d29b3a063964ac165d2cd:

ALSA: ice1712: Initialize card->private_data properly (2013-03-07 15:38:58 +0100)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.9

for you to fetch changes up to 6d3073e124e1a6138b929479301d3a7ecde00f27:

ALSA: hda - Fix missing EAPD/GPIO setup for Cirrus codecs (2013-03-15 14:24:45 +0100)

----------------------------------------------------------------
Sound fixes for 3.9-rc3

A collection of small fixes, as expected for the middle rc:
- A couple of fixes for potential NULL dereferences and out-of-range
array accesses revealed by static code parsers
- A fix for the wrong error handling detected by trinity
- A regression fix for missing audio on some MacBooks
- CA0132 DSP loader fixes
- Fix for EAPD control of IDT codecs on machines w/o speaker
- Fix a regression in the HD-audio widget list parser code
- Workaround for the NuForce UDH-100 USB audio

----------------------------------------------------------------
Clemens Ladisch (1):
ALSA: usb-audio: add a workaround for the NuForce UDH-100

Dan Carpenter (1):
sound: sequencer: cap array index in seq_chn_common_event()

David Henningsson (1):
ALSA: hda - Disable IDT eapd_switch if there are no internal speakers

Dylan Reid (3):
ALSA: hda/ca0132 - Check if dspload_image succeeded.
ALSA: hda/ca0132 - Check download state of DSP.
ALSA: hda/ca0132 - Remove extra setting of dsp_state.

Takashi Iwai (3):
ALSA: seq: Fix missing error handling in snd_seq_timer_open()
ALSA: hda - Fix snd_hda_get_num_raw_conns() to return a correct value
ALSA: hda - Fix missing EAPD/GPIO setup for Cirrus codecs

Wei Yongjun (1):
ALSA: asihpi - fix potential NULL pointer dereference

sound/core/seq/seq_timer.c | 8 ++++----
sound/oss/sequencer.c | 6 ++++++
sound/pci/asihpi/asihpi.c | 3 ++-
sound/pci/hda/hda_codec.c | 24 ++++++++++++++----------
sound/pci/hda/patch_ca0132.c | 28 +++++++++++++++-------------
sound/pci/hda/patch_cirrus.c | 4 ++++
sound/pci/hda/patch_sigmatel.c | 29 +++++++++++++++++++++++++++++
sound/usb/card.c | 15 +++++++++++++++
8 files changed, 89 insertions(+), 28 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/