Skip to content

ALSA - update drivers for 9.3

This is a backport of ALSA changes up to 6.4-rc6 kernel for RHEL 9.3.

Bugzilla: https://bugzilla.redhat.com/2179848

This upstream patchset updates the ALSA driver code:

  • ALSA core
  • ALSA HDA
  • ALSA USB
  • ALSA PCI
  • ALSA SoC (mainly SOF including SoundWire drivers)
  • Soundwire bus
  • dt-bindings for qcom (Qualcomm) and fsl (Freescale) for automotive boards, NVidia seems handed in !2355 (merged)

The other components are touched to get things in sync with the current upstream:

Some touched drivers are for hardware platforms which are not used in RHEL. The purpose to merge those upstream commits is to keep the future code sync more easy.

Kernel module renames:

  • snd-soc-sst-broadwell -> snd-soc-bdw-rt286
  • snd-soc-sst-haswell -> snd-soc-hsw-rt5640

Note: The Elf -> ELF patch touches many subsystems. I can remove it on demand.

ARK configuration changes: cki-project/kernel-ark!2500 (merged) and cki-project/kernel-ark!2520 (closed)

Signed-off-by: Jaroslav Kysela jkysela@redhat.com

Edited by Jaroslav Kysela

Merge request reports