[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87o7ue2z3x.wl-tiwai@suse.de>
Date: Fri, 14 Oct 2022 17:39:46 +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 6.1-rc1
Linus,
please pull sound fixes for v6.1-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.1-rc1
The topmost commit is 88672826e2a465d2f4c0a50fb5ced2956f4ffcbc
----------------------------------------------------------------
sound fixes for 6.1-rc1
Here are a few remaining patches for 6.1-rc1. The major changes
are the hibernation fixes for HD-audio CS35L41 codec and the
USB-audio small fixes against the last change. In addition, a
couple of HD-audio regression fixes and a couple of potential
mutex-deadlock fixes with OSS emulation in ALSA core side are seen.
----------------------------------------------------------------
Amadeusz Sławiński (1):
ALSA: hda: Update register polling macros
Callum Osmotherly (1):
ALSA: hda/realtek: remove ALC289_FIXUP_DUAL_SPK for Dell 5530
Luke D. Jones (2):
ALSA: hda/realtek: Correct pin configs for ASUS G533Z
ALSA: hda/realtek: Add quirk for ASUS GV601R laptop
Richard Fitzgerald (1):
ALSA: hda/cs_dsp_ctl: Fix mutex inversion when creating controls
Saranya Gopal (1):
ALSA: hda/realtek: Add Intel Reference SSID to support headset keys
Stefan Binding (4):
ALSA: hda: hda_cs_dsp_ctl: Minor clean and redundant code removal
ALSA: hda: hda_cs_dsp_ctl: Ensure pwr_lock is held before reading/writing controls
ALSA: hda: cs35l41: Remove suspend/resume hda hooks
ALSA: hda: cs35l41: Support System Suspend
Takashi Iwai (6):
ALSA: usb-audio: Avoid unnecessary interface change at EP close
ALSA: usb-audio: Apply mutex around snd_usb_endpoint_set_params()
ALSA: usb-audio: Correct the return code from snd_usb_endpoint_set_params()
ALSA: usb-audio: Avoid superfluous endpoint setup
ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
ALSA: oss: Fix potential deadlock at unregistration
---
include/sound/hdaudio.h | 8 +-
sound/core/rawmidi.c | 2 -
sound/core/sound_oss.c | 13 ++-
sound/pci/hda/cs35l41_hda.c | 197 +++++++++++++++++++++++++++++++----------
sound/pci/hda/hda_component.h | 2 -
sound/pci/hda/hda_cs_dsp_ctl.c | 79 ++++++++++-------
sound/pci/hda/hda_cs_dsp_ctl.h | 2 +-
sound/pci/hda/patch_realtek.c | 30 ++-----
sound/usb/card.h | 3 +-
sound/usb/endpoint.c | 32 +++++--
10 files changed, 245 insertions(+), 123 deletions(-)
Powered by blists - more mailing lists