[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hr1wm9ud9.wl-tiwai@suse.de>
Date: Fri, 17 Apr 2020 14:20:18 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.7-rc2
Linus,
please pull sound fixes for v5.7-rc2 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.7-rc2
The topmost commit is 9a6418487b566503c772cb6e7d3d44e652b019b0
----------------------------------------------------------------
sound fixes for 5.7-rc2
One significant regression fix is for HD-audio buffer preallocation.
In 5.6 it was set to non-prompt for x86 and forced to 0, but this
turned out to be problematic for some applications, hence it gets
reverted. Distros would need to restore CONFIG_SND_HDA_PREALLOC_SIZE
value to the earlier values they've used in the past.
Other than that, we've received quite a few small fixes for HD-audio
and USB-audio. Most of them are for dealing with the broken TRX40
mobos and the runtime PM without HD-audio codecs.
----------------------------------------------------------------
Adam Barber (1):
ALSA: hda/realtek - Enable the headset mic on Asus FX505DT
Hui Wang (1):
ALSA: hda: call runtime_allow() for all hda controllers
Roy Spliet (1):
ALSA: hda: Explicitly permit using autosuspend if runtime PM is supported
Takashi Iwai (10):
ALSA: usb-audio: Filter error from connector kctl ops, too
ALSA: usb-audio: Don't override ignore_ctl_error value from the map
ALSA: usb-audio: Don't create jack controls for PCM terminals
ALSA: usb-audio: Check mapping at creating connector controls, too
ALSA: hda: Don't release card at firmware loading error
ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq ops
ALSA: hda: Release resources at error in delayed probe
ALSA: hda: Keep the controller initialization even if no codecs found
ALSA: hda: Skip controller resume if not needed
ALSA: hda: Allow setting preallocation again for x86
Xu Wang (1):
ALSA: ctxfi: Remove unnecessary cast in kfree
---
include/sound/hda_codec.h | 5 ++
sound/hda/Kconfig | 7 +--
sound/pci/ctxfi/cthw20k1.c | 14 +++---
sound/pci/hda/hda_codec.c | 2 +-
sound/pci/hda/hda_intel.c | 107 +++++++++++++++++++++++++-----------------
sound/pci/hda/hda_intel.h | 1 +
sound/pci/hda/patch_realtek.c | 1 +
sound/usb/mixer.c | 31 +++++++-----
sound/usb/mixer_maps.c | 4 +-
9 files changed, 104 insertions(+), 68 deletions(-)
Powered by blists - more mailing lists