From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 6.5-rc1
Date: Fri, 07 Jul 2023 09:59:13 +0200 [thread overview]
Message-ID: <87o7kokv8u.wl-tiwai@suse.de> (raw)
Linus,
please pull sound fixes for v6.5-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.5-rc1
The topmost commit is 5251605f4d297a0eb5d3b7f39f9dcee9e4d0115a
----------------------------------------------------------------
sound fixes for 6.5-rc1
A collection of small fixes that have been gathered recently:
- Two code-typo fixes in the new UMP core
- A fix in jack reporting to avoid the usage of mutex
- A potential data race fix in HD-audio core regmap code
- A potential data race fix in PCM allocation helper code
- HD-audio quirks for ASUS, Clevo and Unis machines
- Constifications in FireWire drivers
----------------------------------------------------------------
Colin Ian King (1):
ALSA: oxfw: make read-only const array models static
Luke D. Jones (6):
ALSA: hda/realtek: Add quirk for ASUS ROG GX650P
ALSA: hda/realtek: Add quirk for ASUS ROG GA402X
ALSA: hda/realtek: Amend G634 quirk to enable rear speakers
ALSA: hda/realtek: Add quirk for ASUS ROG G614Jx
ALSA: hda/realtek: Whitespace fix
ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V
Minjie Du (1):
ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()
Takashi Iwai (3):
ALSA: ump: Correct wrong byte size at converting a UMP System message
ALSA: pcm: Fix potential data race at PCM memory allocation helpers
ALSA: jack: Fix mutex call in snd_jack_report()
Takashi Sakamoto (1):
ALSA: fireface: make read-only const array for model names static
Tuo Li (1):
ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync()
Werner Sembach (1):
ALSA: hda/realtek: Add quirk for Clevo NPx0SNx
dengxiang (1):
ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760
---
sound/core/jack.c | 15 ++++++-------
sound/core/pcm_memory.c | 44 +++++++++++++++++++++++++++++++-------
sound/core/seq/seq_ump_convert.c | 2 +-
sound/core/ump_convert.c | 2 +-
sound/firewire/fireface/ff.c | 2 +-
sound/firewire/oxfw/oxfw.c | 2 +-
sound/hda/hdac_regmap.c | 7 +++---
sound/pci/hda/patch_realtek.c | 46 ++++++++++++++++++++++++++++++++++++++--
8 files changed, 94 insertions(+), 26 deletions(-)
next reply other threads:[~2023-07-07 7:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-07 7:59 Takashi Iwai [this message]
2023-07-07 23:04 ` [GIT PULL] sound fixes for 6.5-rc1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o7kokv8u.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.