[GIT PULL] sound fixes for 6.7-rc4

From: Takashi Iwai
Date: Fri Dec 01 2023 - 06:03:48 EST


Linus,

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

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

The topmost commit is a337c355719c42a6c5b67e985ad753590ed844fb

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

sound fixes for 6.7-rc4

No surprise here, including only a collection of HD-audio
device-specific small fixes.

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

Kailang Yang (2):
ALSA: hda/realtek: Headset Mic VREF to 100%
ALSA: hda/realtek: Add supported ALC257 for ChromeOS

Peter Ujfalusi (1):
ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format

Richard Fitzgerald (1):
ALSA: hda: cs35l56: Enable low-power hibernation mode on SPI

Stefan Binding (2):
ALSA: hda: cs35l41: Remove unnecessary boolean state variable firmware_running
ALSA: cs35l41: Fix for old systems which do not support command

Takashi Iwai (1):
ALSA: hda: Disable power-save on KONTRON SinglePC

Vasiliy Kovalev (1):
ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro

---
include/sound/cs35l41.h | 2 +-
sound/hda/intel-nhlt.c | 33 +++++++++++++++++++++++++++++----
sound/pci/hda/cs35l41_hda.c | 28 ++++++++++++----------------
sound/pci/hda/cs35l56_hda_spi.c | 4 ++++
sound/pci/hda/hda_intel.c | 2 ++
sound/pci/hda/patch_realtek.c | 22 ++++++++++++++++++++++
sound/soc/codecs/cs35l41-lib.c | 6 ++++--
sound/soc/codecs/cs35l41.c | 4 ++--
8 files changed, 76 insertions(+), 25 deletions(-)