Linus, please pull sound fixes for v3.13-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-3.13-rc1 The topmost commit is abfe69dd2e313d0c8226ca4a12329e3d829cfd7c ---------------------------------------------------------------- sound fixes for 3.13-rc1 Two peaks in diffstat are for the audio EQ init of IDT codecs and the EMU2004 usb mixer addition, both of which are pretty device-specific, so safe to apply. The rest are a bunch of small fixes, most of them are regression fixes. ---------------------------------------------------------------- Anssi Hannula (5): ALSA: hda - hdmi: Use TFx channel positions instead of FxH ALSA: usb: Fix wrong mapping of RLC and RRC channels ALSA: hda - hdmi: Add error-checking to some codec reads ALSA: hda - hdmi: Skip out-of-range latency values in AMD ELD generator ALSA: hda - hdmi: Fix wrong baseline length in ATI/AMD generated ELD Brian Austin (1): ASoC: cs42l52: Correct MIC CTL mask Charles Keepax (1): ASoC: wm8997: Correct typo in ISRC mux routes Dan Carpenter (2): ALSA: snd-aoa: two copy and paste bugs ALSA: isa: not allocating enough space David Henningsson (1): ALSA: hda - Fix Line Out automute on Realtek multifunction jacks Nicolin Chen (1): ASoC: wm8962: Turn on regcache_cache_only before disabling regulator Oskar Schirmer (1): ASoC: fsl: imx-pcm-fiq: omit fiq counter to avoid harm in unbalanced situations Richard Fitzgerald (2): ALSA: compress_core: don't return -EBADFD from poll if paused ASoC: arizona: Fix typo in name of EQ coefficient controls Takashi Iwai (9): ALSA: hda - Control SPDIF out pin on MacBookPro 11,2 ALSA: msnd: Avoid duplicated driver name ALSA: hda - Check keep_eapd_on before inv_eapd ALSA: hda - Don't turn off EAPD for headphone on Lenovo N100 ALSA: hda - Control EAPD for Master volume on Lenovo N100 ALSA: hda - Don't clear the power state at snd_hda_codec_reset() ASoC: blackfin: Fix missing break ALSA: pcsp: Fix the order of input device unregistration ALSA: jack: Unregister input device at disconnection Vasily Khoruzhick (1): ALSA: usb-audio: add front jack channel selector for EMU0204 Vitaliy Kulikov (1): ALSA: hda - load EQ params into IDT codec on HP bNB13 systems Wei Yongjun (1): ALSA: sparc: fix missing unlock on error in snd_cs4231_playback_prepare() --- sound/aoa/fabrics/layout.c | 4 +- sound/core/compress_offload.c | 3 +- sound/core/jack.c | 19 +- sound/drivers/pcsp/pcsp.c | 2 +- sound/isa/msnd/msnd_pinnacle.c | 4 +- sound/isa/wavefront/wavefront_synth.c | 2 +- sound/pci/hda/hda_codec.c | 3 - sound/pci/hda/hda_eld.c | 37 ++- sound/pci/hda/hda_generic.c | 4 +- sound/pci/hda/patch_analog.c | 33 ++- sound/pci/hda/patch_cirrus.c | 56 +++- sound/pci/hda/patch_hdmi.c | 11 +- sound/pci/hda/patch_realtek.c | 4 +- sound/pci/hda/patch_sigmatel.c | 532 +++++++++++++++++++++++++++++++++- sound/soc/blackfin/bf5xx-i2s.c | 1 + sound/soc/codecs/cs42l52.h | 2 +- sound/soc/codecs/wm5102.c | 8 +- sound/soc/codecs/wm5110.c | 8 +- sound/soc/codecs/wm8962.c | 2 + sound/soc/codecs/wm8997.c | 10 +- sound/soc/fsl/imx-pcm-fiq.c | 29 +- sound/sparc/cs4231.c | 11 +- sound/usb/mixer_quirks.c | 90 ++++++ sound/usb/stream.c | 4 +- 24 files changed, 803 insertions(+), 76 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/