Linus, please pull sound fixes for v3.19-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-3.19-rc1 The topmost commit is d70a1b9893f820fdbcdffac408c909c50f2e6b43 ---------------------------------------------------------------- sound fixes for 3.19-rc1 Here are a few fixes that have landed after the previous pull request. All are driver specific fixes including: - error/int value fixes in OXFW, - Intel Skylake HD-audio HDMI codec support, - Additional HD-audio Realtek codecs and AD1986A codec fixes/quirks, - a few more DSD support and a quirk for Arcam rPAC in usb-audio, - a typo fix for Scarlett 6i6, - fixes for new ASIHPI firmware, - ASoC Exynos7 cleanups, - Intel ACPI support, and - a fix for PCM512 register cache sync. ---------------------------------------------------------------- Bard Liao (1): ASoC: rt5645: Fix potential crash in jd function Ben Zhang (1): ASoC: rt5677: add REGMAP_I2C and REGMAP_IRQ dependency Chris J Arges (1): ALSA: usb-audio: Fix Scarlett 6i6 initialization typo Dan Carpenter (2): ALSA: oxfw: fix detect_loud_models() return value ALSA: oxfw: some signedness bugs Eliot Blennerhassett (3): ALSA: asihpi: relax firmware version check ALSA: asihpi: increase tuner pad cache size ALSA: asihpi: update to HPI version 4.14 Jiri Jaburek (1): ALSA: usb-audio: extend KEF X300A FU 10 tweak to Arcam rPAC Jurgen Kramer (1): ALSA: usb-audio: add native DSD support for Matrix Audio DACs Kailang Yang (3): ALSA: hda/realtek - Add new Dell desktop for ALC3234 headset mode ALSA: hda/realtek - New codec support for ALC256 ALSA: hda/realtek - New codec support for ALC298 Kevin Strasser (1): ASoC: Intel: fix possible acpi enumeration panic Libin Yang (2): ALSA: hda - add codec ID for Skylake display audio codec ALSA: hda/hdmi - apply Haswell fix-ups to Skylake display codec Matthieu Crapet (1): ASoC: atmel_ssc_dai/trivial: typo fix Peter Rosin (1): ASoC: pcm512x: Trigger auto-increment of register addresses on i2c Sylwester Nawrocki (1): ASoC: samsung: i2s: Add missing assignment of variant_regs Takashi Iwai (4): ALSA: hda - Fix typos in snd_hda_get_int_hint() kerneldoc comments ALSA: hda - Create capture source ctls when stereo mix input is added ALSA: hda - Make add_stereo_mix_input flag tristate ALSA: hda - Add quirk for Packard Bell EasyNote MX65 Wei Yongjun (1): ASoC: Intel: fix return value check in sst_acpi_probe() --- sound/firewire/oxfw/oxfw-pcm.c | 6 +++--- sound/firewire/oxfw/oxfw-proc.c | 2 +- sound/firewire/oxfw/oxfw-stream.c | 3 ++- sound/firewire/oxfw/oxfw.c | 2 +- sound/pci/asihpi/hpi_internal.h | 6 +++--- sound/pci/asihpi/hpi_version.h | 6 +++--- sound/pci/asihpi/hpidspcd.c | 26 +++++++++++------------- sound/pci/hda/hda_generic.c | 10 +++++----- sound/pci/hda/hda_generic.h | 9 ++++++++- sound/pci/hda/hda_sysfs.c | 2 +- sound/pci/hda/patch_analog.c | 42 ++++++++++++++++++++++++++++++++++++++- sound/pci/hda/patch_conexant.c | 4 ++-- sound/pci/hda/patch_hdmi.c | 6 +++++- sound/pci/hda/patch_realtek.c | 15 ++++++++++++++ sound/pci/hda/patch_via.c | 2 +- sound/soc/atmel/atmel_ssc_dai.c | 2 +- sound/soc/codecs/Kconfig | 2 ++ sound/soc/codecs/pcm512x-i2c.c | 7 ++++++- sound/soc/codecs/rt5645.c | 4 ++++ sound/soc/intel/sst/sst_acpi.c | 10 +++++----- sound/soc/samsung/i2s.c | 2 ++ sound/usb/mixer_maps.c | 15 +++++++++++--- sound/usb/mixer_scarlett.c | 2 +- sound/usb/quirks.c | 5 +++-- 24 files changed, 139 insertions(+), 51 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/