1
0
forked from pool/kernel-source

2 Commits

Author SHA256 Message Date
590ecddb58 GIT Revision: e9728ef2fa936a6c577e91fbb6a48c94007a58ab
GIT Branch: SL-16.1
2026-02-10 00:02:00 +0000
2026-02-10 16:51:41 +01:00
cb205a8c1b GIT Revision: 6374d8dddc94e161feec97e5cac565aea7a348c7
GIT Branch: SL-16.1
2026-02-05 09:47:28 +0000
2026-02-06 07:39:16 +01:00
29 changed files with 168662 additions and 71 deletions

BIN
config.tar.bz2 LFS

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%define git_commit e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-64kb
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%define git_commit e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-azure
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%define git_commit e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-default
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%define git_commit e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%define git_commit e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-kvmsmall
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%global kernel_package kernel%kernel_flavor-srchash-e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@@ -47,14 +47,14 @@
Name: kernel-obs-build
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0-only
Group: SLES
Provides: kernel-obs-build-srchash-bbfe60d1a73b9b21011a9e0f2d971665a21a7194
Provides: kernel-obs-build-srchash-e9728ef2fa936a6c577e91fbb6a48c94007a58ab
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: dracut

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif
@@ -36,7 +36,7 @@ BuildRequires: kernel-default
# kernel-obs-build must be also configured as VMinstall, but is required
# here as well to avoid that qa and build package build parallel
%if ! 0%{?qemu_user_space_build}
BuildRequires: kernel-obs-build-srchash-bbfe60d1a73b9b21011a9e0f2d971665a21a7194
BuildRequires: kernel-obs-build-srchash-e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%endif
BuildRequires: modutils
ExclusiveArch: aarch64 ppc64le s390x x86_64

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%define git_commit e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-rt
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%define git_commit e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%define variant %{nil}
%define gcc_package gcc13
%define gcc_compiler gcc-13
@@ -30,7 +30,7 @@
Name: kernel-source
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@
#
%define git_commit bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%define git_commit e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -24,7 +24,7 @@
Name: kernel-syms
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit bbfe60d1a73b9b21011a9e0f2d971665a21a7194
%define git_commit e9728ef2fa936a6c577e91fbb6a48c94007a58ab
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-zfcpdump
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.gbbfe60d
Release: <RELEASE>.ge9728ef
%else
Release: 0
%endif

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,3 @@
2026-01-29 13:17:58 +0000
GIT Revision: bbfe60d1a73b9b21011a9e0f2d971665a21a7194
2026-02-10 00:02:00 +0000
GIT Revision: e9728ef2fa936a6c577e91fbb6a48c94007a58ab
GIT Branch: SL-16.1

View File

@@ -569,6 +569,7 @@
drivers/clk/clk-max77686 # Jetson AGX Xavier
drivers/clk/clk-plldig # NXP LS1028A
drivers/clk/clk-rk808
+arm64 drivers/clk/clk-rp1
- drivers/clk/clk-versaclock3
- drivers/clk/imx/clk-imx95-blk-ctl
- drivers/clk/mediatek/clk-mt7988-apmixed
@@ -753,6 +754,7 @@
- drivers/devfreq/sun8i-a33-mbus # SP6-NEED-REVIEW
drivers/devfreq/tegra-devfreq # armv7hl
drivers/devfreq/tegra30-devfreq
drivers/dibs/dibs # S/390 only, dependency of net/smc
- drivers/dma/altera-msgdma
- drivers/dma/amd/qdma/amd-qdma
-!optional drivers/dma/apple-admac # SP6-NEED-REVIEW
@@ -902,7 +904,7 @@
drivers/firmware/efi/efivars # SP6-NEED-REVIEW
- drivers/firmware/efi/stmm/tee_stmm_efi
drivers/firmware/imx/imx-dsp
- drivers/firmware/imx/sm-misc
drivers/firmware/imx/sm-misc
+base drivers/firmware/iscsi_ibft
drivers/firmware/mtk-adsp-ipc # SP6-NEED-REVIEW
drivers/firmware/qemu_fw_cfg # bsc#1077919
@@ -975,7 +977,7 @@
- drivers/gpio/gpio-bd71815
- drivers/gpio/gpio-bd71828
- drivers/gpio/gpio-bd9571mwv
- drivers/gpio/gpio-brcmstb
drivers/gpio/gpio-brcmstb
- drivers/gpio/gpio-cadence
-!optional drivers/gpio/gpio-cros-ec
-!optional drivers/gpio/gpio-crystalcove
@@ -2414,6 +2416,7 @@
- drivers/ipack/carriers/tpci200
- drivers/ipack/devices/ipoctal
- drivers/ipack/ipack
+arm64 drivers/irqchip/irq-bcm2712-mip
- drivers/irqchip/irq-bcm7120-l2 # SP6-NEED-REVIEW
- drivers/irqchip/irq-imx-mu-msi # SP6-NEED-REVIEW
- drivers/irqchip/irq-keystone # armv7hl
@@ -3054,6 +3057,7 @@
- drivers/misc/pvpanic
- drivers/misc/pvpanic/pvpanic-mmio
- drivers/misc/pvpanic/pvpanic-pci
+arm64 drivers/misc/rp1/rp1-pci
drivers/misc/rpmb-core
drivers/misc/sgi-gru/gru
drivers/misc/sgi-xp/xp
@@ -3112,7 +3116,7 @@
drivers/mmc/host/sdhci
drivers/mmc/host/sdhci-acpi
drivers/mmc/host/sdhci-bcm-kona # armv7hl
- drivers/mmc/host/sdhci-brcmstb
drivers/mmc/host/sdhci-brcmstb
- drivers/mmc/host/sdhci-cadence
drivers/mmc/host/sdhci-dove # armv7hl
drivers/mmc/host/sdhci-esdhc-imx
@@ -3388,7 +3392,10 @@
drivers/net/ethernet/intel/ixgbe/ixgbe # Intel(R) PRO/10GbE PCI Express Network Driver
drivers/net/ethernet/intel/ixgbevf/ixgbevf
drivers/net/ethernet/intel/libeth/libeth
drivers/net/ethernet/intel/libeth/libeth_xdp
drivers/net/ethernet/intel/libie/libie
drivers/net/ethernet/intel/libie/libie_adminq
drivers/net/ethernet/intel/libie/libie_fwlog
drivers/net/ethernet/jme
-!optional drivers/net/ethernet/litex/litex_liteeth # SP6-NEED-REVIEW
drivers/net/ethernet/marvell/mv643xx_eth # armv7hl
@@ -4172,6 +4179,8 @@
drivers/phy/ti/phy-ti-pipe3 # armv7hl
- drivers/phy/ti/phy-twl4030-usb # armv7hl
- drivers/phy/xilinx/phy-zynqmp
+arm64 drivers/pinctrl/bcm/pinctrl-brcmstb
+arm64 drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712
- drivers/pinctrl/cirrus/pinctrl-cs42l43
- drivers/pinctrl/freescale/pinctrl-imx-scmi
drivers/pinctrl/intel/pinctrl-alderlake
@@ -4198,6 +4207,7 @@
- drivers/pinctrl/pinctrl-aw9523
drivers/pinctrl/pinctrl-max77620
drivers/pinctrl/pinctrl-mlxbf3 # jsc#PED-8032
+arm64 drivers/pinctrl/pinctrl-rp1
- drivers/pinctrl/pinctrl-scmi
- drivers/pinctrl/qcom/pinctrl-ipq5018
- drivers/pinctrl/qcom/pinctrl-lpass-lpi
@@ -4278,7 +4288,7 @@
+external drivers/platform/x86/dell/dell_rbu # fate#142 bsc#153134
- drivers/platform/x86/eeepc-laptop
- drivers/platform/x86/eeepc-wmi
- drivers/platform/x86/firmware_attributes_class
drivers/platform/x86/firmware_attributes_class
drivers/platform/x86/fujitsu-laptop
- drivers/platform/x86/fujitsu-tablet
- drivers/platform/x86/gigabyte-wmi
@@ -4315,7 +4325,6 @@
-!optional drivers/platform/x86/intel/intel_mrfld_pwrbtn
- drivers/platform/x86/intel/intel_oaktrail
drivers/platform/x86/intel/intel_plr_tpmi
- drivers/platform/x86/intel/intel_pmc_core_pltdrv
drivers/platform/x86/intel/intel_punit_ipc
drivers/platform/x86/intel/intel_sdsi
drivers/platform/x86/intel/intel_tpmi_power_domains
@@ -4323,6 +4332,8 @@
drivers/platform/x86/intel/intel_vsec_tpmi
- drivers/platform/x86/intel/ishtp_eclite # SP6-NEED-REVIEW
drivers/platform/x86/intel/pmc/intel_pmc_core
- drivers/platform/x86/intel/pmc/intel_pmc_core_pltdrv
drivers/platform/x86/intel/pmc/intel_pmc_ssram_telemetry
drivers/platform/x86/intel/pmt/pmt_class
drivers/platform/x86/intel/pmt/pmt_crashlog
drivers/platform/x86/intel/pmt/pmt_discovery
@@ -4375,7 +4386,7 @@
-!optional drivers/platform/x86/simatic-ipc # SP6-NEED-REVIEW
drivers/platform/x86/sony-laptop
- drivers/platform/x86/system76_acpi
-!optional drivers/platform/x86/think-lmi
drivers/platform/x86/think-lmi
drivers/platform/x86/thinkpad_acpi
- drivers/platform/x86/topstar-laptop
- drivers/platform/x86/toshiba-wmi
@@ -6616,10 +6627,58 @@
-!optional sound/firewire/snd-firewire-lib
-!optional sound/firewire/snd-isight
-!optional sound/firewire/tascam/snd-firewire-tascam
sound/hda/ext/snd-hda-ext-core
sound/hda/snd-hda-core
sound/hda/snd-intel-dspcfg
sound/hda/snd-intel-sdw-acpi
sound/hda/common/snd-hda-codec
sound/hda/controllers/snd-hda-acpi
sound/hda/controllers/snd-hda-intel
sound/hda/controllers/snd-hda-tegra
sound/hda/codecs/cirrus/snd-hda-codec-cs420x
sound/hda/codecs/cirrus/snd-hda-codec-cs421x
sound/hda/codecs/cirrus/snd-hda-codec-cs8409
sound/hda/codecs/hdmi/snd-hda-codec-atihdmi
sound/hda/codecs/hdmi/snd-hda-codec-hdmi
sound/hda/codecs/hdmi/snd-hda-codec-intelhdmi
sound/hda/codecs/hdmi/snd-hda-codec-nvhdmi
sound/hda/codecs/hdmi/snd-hda-codec-nvhdmi-mcp
sound/hda/codecs/hdmi/snd-hda-codec-simplehdmi
sound/hda/codecs/hdmi/snd-hda-codec-tegrahdmi
sound/hda/codecs/realtek/snd-hda-codec-alc260
sound/hda/codecs/realtek/snd-hda-codec-alc262
sound/hda/codecs/realtek/snd-hda-codec-alc268
sound/hda/codecs/realtek/snd-hda-codec-alc269
sound/hda/codecs/realtek/snd-hda-codec-alc662
sound/hda/codecs/realtek/snd-hda-codec-alc680
sound/hda/codecs/realtek/snd-hda-codec-alc861
sound/hda/codecs/realtek/snd-hda-codec-alc861vd
sound/hda/codecs/realtek/snd-hda-codec-alc880
sound/hda/codecs/realtek/snd-hda-codec-alc882
sound/hda/codecs/realtek/snd-hda-codec-realtek-lib
sound/hda/codecs/side-codecs/snd-hda-cirrus-scodec
- sound/hda/codecs/side-codecs/snd-hda-cirrus-scodec-test
sound/hda/codecs/side-codecs/snd-hda-scodec-component
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l41
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l41-i2c
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l41-spi
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l56
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l56-i2c
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l56-spi
sound/hda/codecs/side-codecs/snd-hda-scodec-tas2781
sound/hda/codecs/side-codecs/snd-hda-scodec-tas2781-i2c
sound/hda/codecs/side-codecs/snd-hda-scodec-tas2781-spi
sound/hda/codecs/snd-hda-codec-analog
sound/hda/codecs/snd-hda-codec-ca0110
sound/hda/codecs/snd-hda-codec-ca0132
sound/hda/codecs/snd-hda-codec-cm9825
sound/hda/codecs/snd-hda-codec-cmedia
sound/hda/codecs/snd-hda-codec-conexant
sound/hda/codecs/snd-hda-codec-generic
sound/hda/codecs/snd-hda-codec-idt
sound/hda/codecs/snd-hda-codec-senarytech
sound/hda/codecs/snd-hda-codec-si3054
sound/hda/codecs/snd-hda-codec-via
sound/hda/core/ext/snd-hda-ext-core
sound/hda/core/snd-hda-core
sound/hda/core/snd-intel-dspcfg
sound/hda/core/snd-intel-sdw-acpi
- sound/i2c/other/snd-ak4113
- sound/i2c/other/snd-ak4114
- sound/i2c/other/snd-ak4xxx-adda
@@ -6654,33 +6713,6 @@
- sound/pci/emu10k1/snd-emu10k1
- sound/pci/emu10k1/snd-emu10k1-synth
-!optional sound/pci/emu10k1/snd-emu10k1x
sound/pci/hda/snd-hda-cirrus-scodec
sound/pci/hda/snd-hda-codec
sound/pci/hda/snd-hda-codec-analog
sound/pci/hda/snd-hda-codec-ca0110
sound/pci/hda/snd-hda-codec-ca0132
sound/pci/hda/snd-hda-codec-cirrus
sound/pci/hda/snd-hda-codec-cmedia
sound/pci/hda/snd-hda-codec-conexant
sound/pci/hda/snd-hda-codec-cs8409
sound/pci/hda/snd-hda-codec-generic
sound/pci/hda/snd-hda-codec-hdmi
sound/pci/hda/snd-hda-codec-idt
sound/pci/hda/snd-hda-codec-realtek
- sound/pci/hda/snd-hda-codec-senarytech
sound/pci/hda/snd-hda-codec-si3054
sound/pci/hda/snd-hda-codec-via
sound/pci/hda/snd-hda-cs-dsp-ctls
sound/pci/hda/snd-hda-intel
sound/pci/hda/snd-hda-scodec-component
sound/pci/hda/snd-hda-scodec-cs35l41
sound/pci/hda/snd-hda-scodec-cs35l41-i2c
sound/pci/hda/snd-hda-scodec-cs35l41-spi
sound/pci/hda/snd-hda-scodec-cs35l56
sound/pci/hda/snd-hda-scodec-cs35l56-i2c
sound/pci/hda/snd-hda-scodec-cs35l56-spi
sound/pci/hda/snd-hda-scodec-tas2781-i2c
sound/pci/hda/snd-hda-tegra
- sound/pci/ice1712/snd-ice1712
- sound/pci/ice1712/snd-ice1724
- sound/pci/ice1712/snd-ice17xx-ak4xxx
@@ -6733,10 +6765,13 @@
sound/soc/amd/acp/snd-acp-pdm
sound/soc/amd/acp/snd-acp-rembrandt
sound/soc/amd/acp/snd-acp-renoir
- sound/soc/amd/acp/snd-acp-sdw-legacy-mach
- sound/soc/amd/acp/snd-acp-sdw-mach
- sound/soc/amd/acp/snd-acp-sdw-sof-mach
sound/soc/amd/acp/snd-acp-sof-mach
- sound/soc/amd/acp/snd-acp63
- sound/soc/amd/acp/snd-acp70
sound/soc/amd/acp/snd-amd-acpi-mach
sound/soc/amd/acp/snd-amd-sdw-acpi
sound/soc/amd/acp/snd-soc-acpi-amd-match
sound/soc/amd/acp_audio_dma
@@ -6767,7 +6802,7 @@
sound/soc/atmel/snd-soc-mikroe-proto
sound/soc/bcm/snd-soc-63xx
sound/soc/bcm/snd-soc-bcm2835-i2s
- sound/soc/codecs/mt6359-accdet
sound/soc/codecs/mt6359-accdet
- sound/soc/codecs/snd-soc-aw88261
- sound/soc/codecs/snd-soc-aw88395-lib
- sound/soc/codecs/snd-soc-chv3-codec
@@ -6782,7 +6817,14 @@
- sound/soc/codecs/snd-soc-rt1017-sdca
- sound/soc/codecs/snd-soc-rt1320-sdw
- sound/soc/codecs/snd-soc-rtq9128
sound/soc/codecs/snd-soc-tas2781-comlib
sound/soc/codecs/snd-soc-wcd-classh
sound/soc/codecs/snd-soc-wcd-common
sound/soc/codecs/snd-soc-tas2781-comlib-i2c
sound/soc/codecs/snd-soc-tas2781-fwlib
sound/soc/codecs/snd-soc-tas2781-i2c
sound/soc/codecs/snd-soc-tas2781-spi
sound/soc/codecs/snd-soc-tas2783-sdw
- sound/soc/codecs/snd-soc-wcd939x
- sound/soc/codecs/snd-soc-wcd939x-sdw
sound/soc/codecs/*
@@ -6834,11 +6876,13 @@
- sound/soc/intel/avs/boards/snd-soc-avs-max98373
- sound/soc/intel/avs/boards/snd-soc-avs-max98927
- sound/soc/intel/avs/boards/snd-soc-avs-nau8825
- sound/soc/intel/avs/boards/snd-soc-avs-pcm3168a
- sound/soc/intel/avs/boards/snd-soc-avs-probe
- sound/soc/intel/avs/boards/snd-soc-avs-rt274
- sound/soc/intel/avs/boards/snd-soc-avs-rt286
- sound/soc/intel/avs/boards/snd-soc-avs-rt298
- sound/soc/intel/avs/boards/snd-soc-avs-rt5514
- sound/soc/intel/avs/boards/snd-soc-avs-rt5640
- sound/soc/intel/avs/boards/snd-soc-avs-rt5663
- sound/soc/intel/avs/boards/snd-soc-avs-rt5682
- sound/soc/intel/avs/boards/snd-soc-avs-ssm4567
@@ -6888,6 +6932,7 @@
sound/soc/intel/boards/snd-soc-sst-sof-wm8804
- sound/soc/intel/catpt/snd-soc-catpt
sound/soc/intel/common/snd-soc-acpi-intel-match
sound/soc/intel/common/snd-soc-acpi-intel-sdca-quirks
sound/soc/intel/common/snd-soc-sst-dsp
sound/soc/intel/common/snd-soc-sst-ipc
- sound/soc/intel/keembay/snd-soc-kmb_platform
@@ -6991,6 +7036,9 @@
sound/soc/samsung/snd-soc-smdk-wm8994pcm
sound/soc/samsung/snd-soc-snow
sound/soc/sdw_utils/snd-soc-sdw-utils
sound/soc/sdca/snd-soc-sdca
sound/soc/sdca/snd-soc-sdca-class
sound/soc/sdca/snd-soc-sdca-class-function
- sound/soc/sh/rcar/snd-soc-rcar
- sound/soc/sh/snd-soc-fsi
- sound/soc/sh/snd-soc-rz-ssi
@@ -7006,6 +7054,7 @@
- sound/soc/sof/imx/snd-sof-imx8
- sound/soc/sof/imx/snd-sof-imx8m
- sound/soc/sof/imx/snd-sof-imx8ulp
- sound/soc/sof/imx/snd-sof-imx9
sound/soc/sof/intel/snd-sof-acpi-intel-bdw
sound/soc/sof/intel/snd-sof-acpi-intel-byt
sound/soc/sof/intel/snd-sof-intel-atom
@@ -7013,12 +7062,14 @@
sound/soc/sof/intel/snd-sof-intel-hda-common
sound/soc/sof/intel/snd-sof-intel-hda-generic
sound/soc/sof/intel/snd-sof-intel-hda-mlink
sound/soc/sof/intel/snd-sof-intel-hda-sdw-bpt
sound/soc/sof/intel/snd-sof-pci-intel-apl
sound/soc/sof/intel/snd-sof-pci-intel-cnl
sound/soc/sof/intel/snd-sof-pci-intel-icl
sound/soc/sof/intel/snd-sof-pci-intel-lnl
sound/soc/sof/intel/snd-sof-pci-intel-mtl
- sound/soc/sof/intel/snd-sof-pci-intel-ptl
sound/soc/sof/intel/snd-sof-pci-intel-nvl
sound/soc/sof/intel/snd-sof-pci-intel-ptl
sound/soc/sof/intel/snd-sof-pci-intel-skl
sound/soc/sof/intel/snd-sof-pci-intel-tgl
sound/soc/sof/intel/snd-sof-pci-intel-tng
@@ -7105,6 +7156,7 @@
sound/usb/snd-usb-audio
sound/usb/snd-usbmidi-lib
-!optional sound/usb/usx2y/snd-usb-us122l
-!optional sound/usb/usx2y/snd-usb-us144mkii
-!optional sound/usb/usx2y/snd-usb-usx2y
sound/virtio/virtio_snd
-!optional sound/x86/snd-hdmi-lpe-audio