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.14-rc1
Date: Fri, 31 Jan 2025 09:05:09 +0100 [thread overview]
Message-ID: <87r04j4de2.wl-tiwai@suse.de> (raw)
Linus,
please pull sound fixes for v6.14-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.14-rc1
The topmost commit is 8c2fa44132e8cd1b05c77a705adb8d1f5a5daf3f
----------------------------------------------------------------
sound fixes for 6.14-rc1
Here is a collection of fixes that have been gathered since the
previous PR. All about device-specific fixes and quirks, and most
of them are pretty small and trivial.
----------------------------------------------------------------
Alexander Boehm (1):
ASoC: SOF: imx8m: add SAI2,5,6,7
Arnd Bergmann (1):
ASoC: fsl_asrc_m2m: select CONFIG_DMA_SHARED_BUFFER
Chenyuan Yang (1):
ALSA: pcm: use new array-copying-wrapper
Claudiu Beznea (1):
ASoC: da7213: Initialize the mutex
Daniel Baluta (2):
ASoC: SOF: imx: Add mach entry to select cs42888 topology
ASoC: amd: acp: Fix possible deadlock
Detlev Casanova (1):
ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback
Fabio Estevam (1):
ASoC: dt-bindings: ti,pcm1681: Fix the binding title
Geert Uytterhoeven (2):
ASoC: renesas: SND_SIU_MIGOR should depend on DMADEVICES
firmware: cs_dsp: FW_CS_DSP_KUNIT_TEST should not select REGMAP
Hans de Goede (1):
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V
Iuliana Prodan (3):
dt-bindings: arm: imx: Add board revisions for i.MX8MP, i.MX8QM and i.MX8QXP
ASoC: SOF: imx8: Add entries for new 8QM and 8QXP revisions
ASoC: SOF: imx8m: Add entry for new 8M Plus revision
Ivaylo Dimitrov (1):
ASoC: audio-graph-card2: use correct endpoint when getting link parameters
Kuan-Wei Chiu (1):
ALSA: hda: Fix headset detection failure due to unstable sort
Lianqin Hu (1):
ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro
Luoxi Li (1):
ASoC: use to_platform_device() instead of container_of()
Mario Limonciello (1):
ASoC: acp: Support microphone from Lenovo Go S
Ondrej Jirman (1):
ASoC: codec: es8316: "DAC Soft Ramp Rate" is just a 2 bit control
Shengjiu Wang (2):
ASoC: fsl_asrc_m2m: only handle pairs for m2m in the suspend
ASoC: fsl_asrc_m2m: return error value in asrc_m2m_device_run()
Takashi Iwai (2):
ALSA: hda/realtek: Fix quirk matching for Legion Pro 7
ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro 7130
Zhang Yi (1):
ASoC: codecs: ES8326: Improved PSRR
---
Documentation/devicetree/bindings/arm/fsl.yaml | 3 ++
.../devicetree/bindings/sound/ti,pcm1681.yaml | 2 +-
drivers/firmware/cirrus/Kconfig | 6 +--
sound/core/pcm_native.c | 2 +-
sound/pci/hda/hda_auto_parser.c | 8 ++-
sound/pci/hda/hda_auto_parser.h | 1 +
sound/pci/hda/patch_realtek.c | 18 ++++++-
sound/soc/amd/acp/acp-i2s.c | 1 +
sound/soc/amd/yc/acp6x-mach.c | 28 ++++++++++
sound/soc/codecs/da7213.c | 2 +
sound/soc/codecs/es8316.c | 2 +-
sound/soc/codecs/es8326.c | 4 +-
sound/soc/codecs/rt5514.c | 3 +-
sound/soc/fsl/Kconfig | 1 +
sound/soc/fsl/fsl_asrc_m2m.c | 16 +++---
sound/soc/generic/audio-graph-card2.c | 62 ++++++++++------------
sound/soc/intel/boards/bytcr_rt5640.c | 17 +++++-
sound/soc/renesas/Kconfig | 2 +-
sound/soc/rockchip/rockchip_i2s_tdm.c | 31 ++++++++++-
sound/soc/sof/imx/imx8.c | 24 ++++++++-
sound/soc/sof/imx/imx8m.c | 52 +++++++++++++++++-
sound/soc/sof/imx/imx8ulp.c | 3 +-
sound/soc/sof/intel/bdw.c | 3 +-
sound/soc/sof/intel/byt.c | 3 +-
sound/soc/sof/mediatek/mt8186/mt8186.c | 2 +-
sound/soc/sof/mediatek/mt8195/mt8195.c | 6 +--
sound/usb/quirks.c | 2 +
27 files changed, 233 insertions(+), 71 deletions(-)
next reply other threads:[~2025-01-31 8:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-31 8:05 Takashi Iwai [this message]
2025-01-31 17:45 ` 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=87r04j4de2.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®