Linus, please pull sound fixes for v3.8-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.8 The topmost commit is cb99864d40e46dea9c2aa3eaa97517b776f91024 ---------------------------------------------------------------- Sound fixes for 3.8-rc1 This update contains overall only driver-specific fixes. Slightly large LOC are seen in usb-audio driver for a couple of new device quirks and cs42l71 ASoC driver for enhanced features. The others are a few small (regression) fixes HD-audio, and yet other small / trival ASoC fixes. ---------------------------------------------------------------- Bo Shen (1): ASoC: atmel-ssc: change disable to disable in dts node Damien Zammit (1): ALSA: usb-audio: Support for Digidesign Mbox 2 USB sound card: Daniel J Blueman (1): ALSA: HDA: Fix sound resume hang Eldad Zack (1): ALSA: usb-audio: ignore-quirk for HP Wireless Audio Lars-Peter Clausen (1): ASoC: sigmadsp: Fix endianness conversion issue Mark Brown (1): ASoC: core: Fix splitting of log messages Mengdong Lin (1): ALSA: hda - bug fix for invalid connection list of Haswell HDMI codec pins Misael Lopez Cruz (1): ASoC: Prevent pop_wait overwrite Paul Handrigan (3): ASoC: cs42l73: Add DMIC's as DAPM inputs. ASoC: cs42l73: Add DAPM events for power down. ASoC: cs42l73: Change VSPIN/VSPOUT to VSPINOUT Sachin Kamat (1): ASoC: tpa6130a2: Use devm_* APIs Takashi Iwai (4): ALSA: hda - Fix pin configuration of HP Pavilion dv7 ALSA: hda - Always turn on pins for HDMI/DP ALSA: hda - Set codec->single_adc_amp flag for Realtek codecs ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixup --- arch/arm/boot/dts/at91sam9263.dtsi | 4 +- arch/arm/boot/dts/at91sam9g45.dtsi | 4 +- arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- include/sound/soc-dai.h | 1 - include/sound/soc.h | 1 + sound/pci/hda/hda_intel.c | 4 +- sound/pci/hda/patch_hdmi.c | 46 +++++++++----- sound/pci/hda/patch_realtek.c | 5 +- sound/pci/hda/patch_sigmatel.c | 2 +- sound/soc/codecs/cs42l73.c | 116 ++++++++++++++++++++++++++-------- sound/soc/codecs/sigmadsp.c | 2 +- sound/soc/codecs/tpa6130a2.c | 23 ++----- sound/soc/soc-compress.c | 2 +- sound/soc/soc-core.c | 10 +-- sound/soc/soc-pcm.c | 12 ++-- sound/usb/midi.c | 4 ++ sound/usb/quirks-table.h | 123 +++++++++++++++++++++++++++++++++++++ sound/usb/quirks.c | 91 +++++++++++++++++++++++++++ sound/usb/usbaudio.h | 1 + 19 files changed, 371 insertions(+), 82 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/