Messages in this thread |  | | Date | Thu, 12 Dec 2013 17:38:01 +0100 | From | Takashi Iwai <> | Subject | [GIT PULL] sound fixes for 3.13-rc4 |
| |
Linus,
please pull sound fixes for v3.13-rc4 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.13-rc4
The topmost commit is 3690739b013504d33fe9348dd45f6b126aa370fb
----------------------------------------------------------------
sound fixes for 3.13-rc4
Still a slightly high amount of changes than wished, but they are all good regression and/or device-specific fixes. Majority of commits are for HD-audio, an HDMI ctl index fix that hits old graphics boards, regression fixes for AD codecs and a few quirks. Other than that, two major fixes are included: a 64bit ABI fix for compress offload, and 64bit dma_addr_t truncation fix, which had hit on PAE kernels.
----------------------------------------------------------------
Anssi Hannula (1): ALSA: hda - hdmi: Fix IEC958 ctl indexes for some simple HDMI devices
David Henningsson (1): ALSA: hda - Remove quirk for Dell Vostro 131
Hui Wang (3): ALSA: hda - A Dell headset detection quirk ALSA: hda - Another Dell headset detection quirk ALSA: hda - One more Dell headset detection quirk
Mikulas Patocka (1): ALSA: usb-audio: fix uninitialized variable compile warning
Oleksij Rempel (1): ALSA: hda - fix mic issues on Acer Aspire E-572
Stefano Panella (1): ALSA: memalloc.h - fix wrong truncation of dma_addr_t
Takashi Iwai (3): ALSA: compress: Fix 64bit ABI incompatibility ALSA: hda - Mute all aamix inputs as default ALSA: hda - Add static DAC/pin mapping for AD1986A codec
--- include/sound/memalloc.h | 2 +- include/uapi/sound/compress_offload.h | 6 ++--- sound/pci/hda/hda_generic.c | 47 ++++++++++++++++++++++++++++++++++- sound/pci/hda/hda_generic.h | 3 +++ sound/pci/hda/patch_analog.c | 10 ++++++++ sound/pci/hda/patch_conexant.c | 1 - sound/pci/hda/patch_hdmi.c | 5 ++-- sound/pci/hda/patch_realtek.c | 11 ++++++++ sound/usb/mixer_quirks.c | 2 +- 9 files changed, 78 insertions(+), 9 deletions(-)
|  |