[GIT PULL] sound fixes for 6.7-rc5

From: Takashi Iwai
Date: Fri Dec 08 2023 - 05:36:22 EST


Linus,

please pull sound fixes for v6.7-rc5 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.7-rc5

The topmost commit is 634e5e1e06f5cdd614a1bc429ecb243a51cc009d

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

sound fixes for 6.7-rc5

This is a typical bump in the middle of its way; we've gathered lots
of fixes (mostly for ASoC) at this time.

- PCM array out-of-bound access fix
- Correction of SOC PCM merge error
- Lots of ASoC SOF Intel updates
- A few ASoC AMD quirks
- More proper timer handling in PCM test module
- HD-audio and USB-audio quirks as usual
- Other device-specific fixes for various ASoC codecs

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

Aleksandrs Vinarskis (1):
ALSA: hda/realtek: fix speakers on XPS 9530 (2023)

AngeloGioacchino Del Regno (1):
ASoC: SOF: mediatek: mt8186: Add Google Steelix topology compatible

Bin Li (1):
ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5

Chancel Liu (1):
ASoC: imx-rpmsg: SND_SOC_IMX_RPMSG should depend on OF and I2C

Charles Keepax (1):
ASoC: wm8974: Correct boost mixer inputs

David Lin (1):
ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16

David Rau (1):
ASoC: da7219: Support low DC impedance headset

Dinghao Liu (1):
ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate

Ivan Orlov (1):
ALSA: pcmtest: stop timer before buffer is released

Jason Zhang (1):
ALSA: pcm: fix out-of-bounds in snd_pcm_state_names

Jeremy Soller (1):
ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13

Johan Hovold (1):
ASoC: soc-pcm: fix up bad merge

Kamil Duljas (3):
ASoC: Intel: Skylake: Fix mem leak in few functions
ASoC: SOF: topology: Fix mem leak in sof_dai_load()
ASoC: Intel: Skylake: mem leak in skl register function

Maciej Strozek (2):
ASoC: cs43130: Fix the position of const qualifier
ASoC: cs43130: Fix incorrect frame delay configuration

Malcolm Hart (1):
ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA

Marian Postevca (1):
ASoC: amd: acp: Add support for a new Huawei Matebook laptop

Mario Limonciello (1):
ALSA: hda/realtek: Add Framework laptop 16 to quirks

Matus Malych (1):
ASoC: amd: yc: Add HP 255 G10 into quirk table

Neil Armstrong (1):
ASoC: codecs: lpass-tx-macro: set active_decimator correct default value

Pascal Noël (1):
ALSA: hda/realtek: Apply quirk for ASUS UM3504DA

Peter Ujfalusi (5):
ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI is not available
ASoC: Intel: sof_sdw: Always register the HDMI dai links
ASoC: hdac_hda: Conditionally register dais for HDMI and Analog
ASoC: SOF: ipc4-topology: Correct data structures for the SRC module
ASoC: SOF: ipc4-topology: Correct data structures for the GAIN module

Ranjani Sridharan (2):
ASoC: SOF: ipc4-topology: Add core_mask in struct snd_sof_pipeline
ASoC: SOF: sof-audio: Modify logic for enabling/disabling topology cores

Sarah Grant (1):
ALSA: usb-audio: Add Pioneer DJM-450 mixer controls

Shengjiu Wang (3):
ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP
ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case
ASoC: fsl_xcvr: refine the requested phy clock frequency

Shuming Fan (1):
ASoC: rt5650: add mutex to avoid the jack detection failure

Srinivas Kandagatla (2):
ASoC: ops: add correct range check for limiting volume
ASoC: qcom: sc8280xp: Limit speaker digital volumes

Takashi Iwai (1):
ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7

Tim Bosse (1):
ALSA: hda/realtek: add new Framework laptop to quirks

---
sound/core/pcm.c | 1 +
sound/drivers/pcmtest.c | 13 +++++-
sound/pci/hda/patch_realtek.c | 6 +++
sound/soc/amd/acp-config.c | 14 ++++++
sound/soc/amd/yc/acp6x-mach.c | 21 +++++++++
sound/soc/codecs/cs43130.c | 6 +--
sound/soc/codecs/da7219-aad.c | 2 +-
sound/soc/codecs/hdac_hda.c | 23 ++++++++--
sound/soc/codecs/lpass-tx-macro.c | 5 +++
sound/soc/codecs/nau8822.c | 9 ++--
sound/soc/codecs/rt5645.c | 10 ++++-
sound/soc/codecs/wm8974.c | 6 +--
sound/soc/codecs/wm_adsp.c | 8 +++-
sound/soc/fsl/Kconfig | 1 +
sound/soc/fsl/fsl_sai.c | 21 +++++++++
sound/soc/fsl/fsl_xcvr.c | 14 +++++-
sound/soc/intel/boards/skl_hda_dsp_generic.c | 2 +
sound/soc/intel/boards/sof_sdw.c | 17 ++++----
sound/soc/intel/skylake/skl-pcm.c | 9 +++-
sound/soc/intel/skylake/skl-sst-ipc.c | 4 +-
sound/soc/qcom/sc8280xp.c | 17 ++++++++
sound/soc/soc-ops.c | 2 +-
sound/soc/soc-pcm.c | 11 ++---
sound/soc/sof/ipc3-topology.c | 2 +
sound/soc/sof/ipc4-control.c | 20 ++++-----
sound/soc/sof/ipc4-topology.c | 61 +++++++++++++++-----------
sound/soc/sof/ipc4-topology.h | 34 +++++++++++----
sound/soc/sof/mediatek/mt8186/mt8186.c | 3 ++
sound/soc/sof/sof-audio.c | 65 ++++++++++++++++++----------
sound/soc/sof/sof-audio.h | 2 +
sound/soc/sof/topology.c | 4 +-
sound/usb/mixer_quirks.c | 30 +++++++++++++
32 files changed, 335 insertions(+), 108 deletions(-)