[GIT PULL] sound fixes for 6.9-rc7

From: Takashi Iwai
Date: Fri May 03 2024 - 04:28:31 EST


Linus,

please pull sound fixes for v6.9-rc7 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.9-rc7

The topmost commit is fdb3f29dfe0d51bdb8e7b3a6d876ea8339d44df8

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

sound fixes for 6.9-rc7

As usual in a late stage, we received a fair amount of fixes for ASoC,
and it became bigger than wished. But all fixes are rather device-
specific, and they look pretty safe to apply.

A major par of changes are series of fixes for ASoC meson and SOF
drivers as well as for Realtek and Cirrus codecs. In addition,
recent emu10k1 regression fixes and usual HD-audio quirks are
included.

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

Amadeusz Sławiński (1):
ASoC: Intel: avs: Set name of control as in topology

Aman Dhoot (1):
ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU

Cezary Rojewski (1):
ASoC: Intel: avs: Fix debug window description

Derek Fang (2):
ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating
ASoC: dt-bindings: rt5645: add cbj sleeve gpio property

Hans de Goede (1):
ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too

Jack Yu (4):
ASoC: rt722-sdca: modify channel number to support 4 channels
ASoC: rt722-sdca: add headset microphone vrefo setting
ASoC: rt715: add vendor clear control register
ASoC: rt715-sdca: volume step modification

Jerome Brunet (5):
ASoC: meson: axg-fifo: use threaded irq to check periods
ASoC: meson: axg-card: make links nonatomic
ASoC: meson: axg-tdm-interface: manage formatters in trigger
ASoC: meson: axg-tdm: add continuous clock support
ASoC: meson: cards: select SND_DYNAMIC_MINORS

Joao Paulo Goncalves (1):
ASoC: ti: davinci-mcasp: Fix race condition during probe

Kailang Yang (1):
ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318

Oswald Buddenhagen (6):
ALSA: emu10k1: fix E-MU card dock presence monitoring
ALSA: emu10k1: factor out snd_emu1010_load_dock_firmware()
ALSA: emu10k1: move the whole GPIO event handling to the workqueue
ALSA: emu10k1: use mutex for E-MU FPGA access locking
ALSA: emu10k1: fix E-MU dock initialization
ALSA: emu10k1: make E-MU FPGA writes potentially more reliable

Peter Ujfalusi (5):
ASoC: SOF: ipc4-pcm: Use consistent name for snd_sof_pcm_stream pointer
ASoC: SOF: ipc4-pcm: Use consistent name for sof_ipc4_timestamp_info pointer
ASoC: SOF: ipc4-pcm: Introduce generic sof_ipc4_pcm_stream_priv
ASoC: SOF: ipc4-pcm: Do not reset the ChainDMA if it has not been allocated
ASoC: SOF: Core: Handle error returned by sof_select_ipc_and_paths

Pierre-Louis Bossart (6):
ASoC: SOF: Intel: add default firmware library path for LNL
ASoC: SOF: debug: show firmware/topology prefix/names
ASoC: da7219-aad: fix usage of device_get_named_child_node()
ASoC: cs35l56: fix usages of device_get_named_child_node()
ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection
ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node()

Ranjani Sridharan (1):
ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3

Richard Fitzgerald (4):
regmap: Add regmap_read_bypassed()
ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot()
ASoC: cs35l56: Fix unintended bus access while resetting amp
ASoC: cs35l56: Prevent overwriting firmware ASP config

Sameer Pujar (1):
ASoC: tegra: Fix DSPK 16-bit playback

Simon Trimmer (1):
ASoC: cs35l56: Avoid static analysis warning of uninitialised variable

Srinivas Kandagatla (1):
ASoC: codecs: wsa881x: set clk_stop_mode1 flag

Stefan Binding (1):
ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config

Takashi Iwai (2):
ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models
ALSA: hda/realtek: Fix build error without CONFIG_PM

end.to.start (1):
ASoC: acp: Support microphone from device Acer 315-24p

---
Documentation/devicetree/bindings/sound/rt5645.txt | 6 +
drivers/base/regmap/regmap.c | 37 +++++
include/linux/regmap.h | 8 ++
include/sound/cs35l56.h | 2 +
include/sound/emu10k1.h | 7 +-
sound/hda/intel-dsp-config.c | 27 +++-
sound/hda/intel-sdw-acpi.c | 2 +
sound/pci/emu10k1/emu10k1.c | 3 +-
sound/pci/emu10k1/emu10k1_main.c | 158 ++++++++++++---------
sound/pci/emu10k1/emumixer.c | 18 ++-
sound/pci/emu10k1/emuproc.c | 9 ++
sound/pci/emu10k1/io.c | 51 +++----
sound/pci/hda/cs35l56_hda.c | 4 +
sound/pci/hda/patch_realtek.c | 78 +++++++++-
sound/soc/amd/yc/acp6x-mach.c | 7 +
sound/soc/codecs/cs35l41.c | 28 +++-
sound/soc/codecs/cs35l56-sdw.c | 2 -
sound/soc/codecs/cs35l56-shared.c | 85 +++++++----
sound/soc/codecs/cs35l56.c | 39 ++++-
sound/soc/codecs/da7219-aad.c | 6 +-
sound/soc/codecs/rt5645.c | 25 ++++
sound/soc/codecs/rt715-sdca.c | 8 +-
sound/soc/codecs/rt715-sdw.c | 1 +
sound/soc/codecs/rt722-sdca.c | 27 +++-
sound/soc/codecs/rt722-sdca.h | 3 +
sound/soc/codecs/wsa881x.c | 1 +
sound/soc/intel/avs/icl.c | 2 +-
sound/soc/intel/avs/topology.c | 2 +
sound/soc/intel/boards/bytcr_rt5640.c | 24 ++--
sound/soc/meson/Kconfig | 1 +
sound/soc/meson/axg-card.c | 1 +
sound/soc/meson/axg-fifo.c | 31 ++--
sound/soc/meson/axg-tdm-formatter.c | 40 ++++++
sound/soc/meson/axg-tdm-interface.c | 38 +++--
sound/soc/meson/axg-tdm.h | 5 +
sound/soc/sof/core.c | 4 +-
sound/soc/sof/debug.c | 18 +++
sound/soc/sof/intel/pci-lnl.c | 3 +
sound/soc/sof/ipc3-pcm.c | 1 +
sound/soc/sof/ipc4-pcm.c | 121 +++++++++++-----
sound/soc/sof/pcm.c | 13 +-
sound/soc/sof/sof-audio.h | 2 +
sound/soc/tegra/tegra186_dspk.c | 7 +-
sound/soc/ti/davinci-mcasp.c | 12 +-
44 files changed, 715 insertions(+), 252 deletions(-)