[GIT PULL] sound fixes for 6.4-rc6

From: Takashi Iwai
Date: Fri Jun 09 2023 - 03:10:33 EST


Linus,

please pull sound fixes for v6.4-rc6 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.4-rc6

The topmost commit is b752a385b584d385683c65cb76a1298f1379a88c

----------------------------------------------------------------

sound fixes for 6.4-rc6

Lots of small fixes, and almost all are device-specific.
A few of them are the fixes for the old regressions by the fast
kctl lookups (introduced around 5.19). Others are ASoC simple-card
fixes, selftest compile warning fixes, ASoC AMD quirks, various
ASoC codec fixes as well as usual HD-audio quirks.

----------------------------------------------------------------

Ai Chao (1):
ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01

Chancel Liu (1):
ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted

Chris Chiu (1):
ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform

Edson Juliano Drosdeck (1):
ASoC: nau8824: Add quirk to active-high jack-detect

Herve Codina (1):
ASoC: simple-card: Add missing of_node_put() in case of error

Jaroslav Kysela (1):
ALSA: ice1712,ice1724: fix the kcontrol->id initialization

Mirsad Goran Todorovac (1):
selftests: alsa: pcm-test: Fix compiler warnings about the format

RenHai (1):
ALSA: hda/realtek: Add Lenovo P3 Tower platform

Richard Fitzgerald (1):
ASoC: cs35l56: Remove NULL check from cs35l56_sdw_dai_set_stream()

Robert Hancock (1):
ASoC: simple-card-utils: fix PCM constraint error check

Ryan Lee (2):
ASoC: max98363: Removed 32bit support
ASoC: max98363: limit the number of channel to 1

Sayed, Karimuddin (1):
ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the ALC256

Sicong Jiang (1):
ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x

Srinivas Kandagatla (3):
ASoC: codecs: wsa883x: do not set can_multi_write flag
ASoC: codecs: wsa881x: do not set can_multi_write flag
ASoC: codecs: wcd938x-sdw: do not set can_multi_write flag

Stefan Binding (1):
ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41

Takashi Iwai (4):
ALSA: ymfpci: Fix kctl->id initialization
ALSA: cmipci: Fix kctl->id initialization
ALSA: gus: Fix kctl->id initialization
ALSA: hda: Fix kctl->id initialization

Tim Crawford (1):
ALSA: hda/realtek: Add quirk for Clevo NS50AU

Trevor Wu (2):
ASoC: mediatek: mt8188: fix use-after-free in driver remove path
ASoC: mediatek: mt8195: fix use-after-free in driver remove path

Vijendar Mukunda (1):
ASoC: amd: ps: fix for acp_lock access in pdm driver

---
sound/isa/gus/gus_pcm.c | 2 +-
sound/pci/cmipci.c | 6 ++--
sound/pci/hda/hda_codec.c | 6 +++-
sound/pci/hda/patch_realtek.c | 13 +++++++-
sound/pci/ice1712/aureon.c | 7 ++--
sound/pci/ice1712/ice1712.c | 14 +++++---
sound/pci/ice1712/ice1724.c | 16 +++++----
sound/pci/ymfpci/ymfpci_main.c | 6 ++--
sound/soc/amd/ps/pci-ps.c | 3 +-
sound/soc/amd/ps/ps-pdm-dma.c | 10 +++---
sound/soc/amd/yc/acp6x-mach.c | 7 ++++
sound/soc/codecs/cs35l56.c | 3 --
sound/soc/codecs/max98363.c | 4 +--
sound/soc/codecs/nau8824.c | 24 ++++++++++++++
sound/soc/codecs/wcd938x-sdw.c | 1 -
sound/soc/codecs/wsa881x.c | 1 -
sound/soc/codecs/wsa883x.c | 1 -
sound/soc/fsl/fsl_sai.c | 11 +++++--
sound/soc/fsl/fsl_sai.h | 1 +
sound/soc/generic/simple-card-utils.c | 2 +-
sound/soc/generic/simple-card.c | 1 +
sound/soc/mediatek/mt8188/mt8188-afe-clk.c | 7 ----
sound/soc/mediatek/mt8188/mt8188-afe-clk.h | 1 -
sound/soc/mediatek/mt8188/mt8188-afe-pcm.c | 4 ---
sound/soc/mediatek/mt8188/mt8188-audsys-clk.c | 47 ++++++++++++++-------------
sound/soc/mediatek/mt8188/mt8188-audsys-clk.h | 1 -
sound/soc/mediatek/mt8195/mt8195-afe-clk.c | 5 ---
sound/soc/mediatek/mt8195/mt8195-afe-clk.h | 1 -
sound/soc/mediatek/mt8195/mt8195-afe-pcm.c | 4 ---
sound/soc/mediatek/mt8195/mt8195-audsys-clk.c | 47 ++++++++++++++-------------
sound/soc/mediatek/mt8195/mt8195-audsys-clk.h | 1 -
tools/testing/selftests/alsa/pcm-test.c | 10 +++---
32 files changed, 151 insertions(+), 116 deletions(-)