[GIT PULL] sound fixes for 6.8-rc1

From: Takashi Iwai
Date: Fri Jan 19 2024 - 11:18:10 EST


Linus,

please pull sound fixes for v6.8-rc1 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.8-rc1

The topmost commit is fb3c007fde80d9d3b4207943e74c150c9116cead

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

sound fixes for 6.8-rc1

A collection of small fixes:
- Lots of ASoC SOF fixes and related reworks
- ASoC TAS codec fixes including DT updates
- A few HD-audio quirks and regression fixes
- Minor fixes for aloop, oxygen and scarlett2 mixer

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

Amadeusz Sławiński (1):
ALSA: hda: Properly setup HDMI stream

AngeloGioacchino Del Regno (2):
ASoC: mediatek: mt8195: Remove afe-dai component and rework codec link
ASoC: mediatek: sof-common: Add NULL check for normal_link string

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

Chancel Liu (1):
ALSA: aloop: Introduce a function to get if access is interleaved mode

ChiYuan Huang (2):
ASoC: codecs: rtq9128: Fix PM_RUNTIME usage
ASoC: codecs: rtq9128: Fix TDM enable and DAI format control flow

Heiner Kallweit (1):
ALSA: hda: generic: Remove obsolete call to ledtrig_audio_get

Kai Vehmanen (1):
ASoC: SOF: ipc4-loader: remove the CPC check warnings

Kuninori Morimoto (1):
ASoC: audio-graph-card2: fix index check on graph_parse_node_multi_nm()

Nícolas F. R. A. Prado (1):
ASoC: mediatek: mt8192: Check existence of dai_name before dereferencing

Peter Ujfalusi (3):
ASoC: Intel: bxt_da7219_max98357a: Fix kernel ops due to COMP_DUMMY change
ASoC: Intel: bxt_rt298: Fix kernel ops due to COMP_DUMMY change
ASoC: SOF: icp3-dtrace: Revert "Fix wrong kfree() usage"

Rander Wang (1):
ASoC: SOF: ipc4-pcm: remove log message for LLP

Shenghao Ding (4):
ASoC: dt-bindings: move tas2563 from tas2562.yaml to tas2781.yaml
ASoC: tas2562: move tas2563 from tas2562 driver to tas2781 driver
ASoC: tas2781: Add tas2563 into header file for DSP mode
ASoC: tas2781: Add tas2563 into driver

Takashi Iwai (2):
ALSA: oxygen: Fix right channel of capture volume mixer
ALSA: scarlett2: Fix yet more -Wformat-truncation warnings

Yo-Jung Lin (1):
ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook

Çağhan Demir (1):
ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx

---
.../devicetree/bindings/sound/tas2562.yaml | 2 -
.../devicetree/bindings/sound/ti,tas2781.yaml | 78 +++++++++++++++++-----
include/sound/tas2781.h | 9 +--
sound/drivers/aloop.c | 23 +++++--
sound/pci/hda/hda_generic.c | 1 -
sound/pci/hda/patch_hdmi.c | 6 ++
sound/pci/hda/patch_realtek.c | 3 +
sound/pci/oxygen/oxygen_mixer.c | 2 +-
sound/soc/codecs/rtq9128.c | 73 +++++++++++---------
sound/soc/codecs/tas2562.c | 3 -
sound/soc/codecs/tas2781-i2c.c | 8 ++-
sound/soc/generic/audio-graph-card2.c | 2 +-
sound/soc/intel/boards/bxt_da7219_max98357a.c | 6 ++
sound/soc/intel/boards/bxt_rt298.c | 3 +-
sound/soc/mediatek/common/mtk-dsp-sof-common.c | 2 +-
.../mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c | 3 +-
sound/soc/mediatek/mt8195/mt8195-afe-pcm.c | 33 +--------
sound/soc/mediatek/mt8195/mt8195-mt6359.c | 41 ++++++++----
sound/soc/sof/ipc3-dtrace.c | 3 +-
sound/soc/sof/ipc4-loader.c | 11 ++-
sound/soc/sof/ipc4-pcm.c | 4 +-
sound/usb/mixer_scarlett2.c | 42 ++++++------
22 files changed, 209 insertions(+), 149 deletions(-)