From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Brown <broonie@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Linux Sound Mailing List <linux-sound@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 6.11-rc7
Date: Fri, 06 Sep 2024 12:48:30 +0200 [thread overview]
Message-ID: <87seuddpmp.wl-tiwai@suse.de> (raw)
Linus,
please pull sound fixes for v6.11-rc7 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.11-rc7
The topmost commit is c491b044cf5f8236742887ba59b30032036e4ac8
----------------------------------------------------------------
sound fixes for 6.11-rc7
Hopefully the last PR for 6.11, at least for this level of amount.
In addition to the usual HD-audio quirks, there are more changes in
ASoC, but all look small and device-specific fixes, and nothing stands
out. The only slightly big change is sunxi I2S fix, which looks quite
safe to apply, too.
----------------------------------------------------------------
Adam Queler (1):
ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx
Chen-Yu Tsai (1):
ASoc: SOF: topology: Clear SOF link platform name upon unload
Christoffer Sandberg (1):
ALSA: hda/conexant: Add pincfg quirk to enable top speakers on Sirius devices
Hans de Goede (2):
ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards harder
ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strict
Kai Vehmanen (1):
ALSA: hda: add HDMI codec ID for Intel PTL
Laurentiu Mihalcea (1):
ASoC: SOF: ipc: replace "enum sof_comp_type" field with "uint32_t"
Liao Chen (4):
ASoC: intel: fix module autoloading
ASoC: google: fix module autoloading
ASoC: tda7419: fix module autoloading
ASoC: fix module autoloading
Marek Marczykowski-Górecki (1):
ALSA: hda/realtek: extend quirks for Clevo V5[46]0
Markuss Broks (1):
ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)
Matteo Martelli (1):
ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
Maximilien Perreault (1):
ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
Mohan Kumar (1):
ASoC: tegra: Fix CBB error during probe()
Srinivas Kandagatla (1):
ASoC: codecs: lpass-va-macro: set the default codec version for sm8250
Terry Cheong (1):
ALSA: hda/realtek: add patch for internal mic in Lenovo V145
Vasiliy Kovalev (1):
ALSA: hda/realtek - Fix inactive headset mic jack for ASUS Vivobook 15 X1504VAP
Zhang Yi (1):
ASoC: mediatek: mt8188-mt6359: Modify key
robelin (1):
ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object
---
include/sound/sof/topology.h | 2 +-
include/uapi/sound/sof/abi.h | 2 +-
sound/pci/hda/patch_conexant.c | 11 ++
sound/pci/hda/patch_hdmi.c | 1 +
sound/pci/hda/patch_realtek.c | 22 +++-
sound/soc/amd/yc/acp6x-mach.c | 7 ++
sound/soc/codecs/chv3-codec.c | 1 +
sound/soc/codecs/lpass-va-macro.c | 11 +-
sound/soc/codecs/tda7419.c | 1 +
sound/soc/google/chv3-i2s.c | 1 +
sound/soc/intel/boards/bxt_rt298.c | 2 +-
sound/soc/intel/boards/bytcht_cx2072x.c | 2 +-
sound/soc/intel/boards/bytcht_da7213.c | 2 +-
sound/soc/intel/boards/bytcht_es8316.c | 2 +-
sound/soc/intel/boards/bytcr_rt5640.c | 2 +-
sound/soc/intel/boards/bytcr_rt5651.c | 2 +-
sound/soc/intel/boards/bytcr_wm5102.c | 2 +-
sound/soc/intel/boards/cht_bsw_rt5645.c | 2 +-
sound/soc/intel/boards/cht_bsw_rt5672.c | 2 +-
sound/soc/intel/common/soc-acpi-intel-cht-match.c | 1 -
sound/soc/intel/keembay/kmb_platform.c | 1 +
sound/soc/mediatek/mt8188/mt8188-mt6359.c | 17 ++-
sound/soc/soc-dapm.c | 1 +
sound/soc/sof/topology.c | 2 +
sound/soc/sunxi/sun4i-i2s.c | 143 +++++++++++-----------
sound/soc/tegra/tegra210_ahub.c | 12 +-
26 files changed, 161 insertions(+), 93 deletions(-)
next reply other threads:[~2024-09-06 10:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-06 10:48 Takashi Iwai [this message]
2024-09-06 19:12 ` [GIT PULL] sound fixes for 6.11-rc7 pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2024-09-14 8:16 Takashi Iwai
2024-09-14 9:50 ` Linus Torvalds
2024-09-14 9:52 ` Takashi Iwai
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=87seuddpmp.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@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.