Skip to content

ALSA configuration changes for ARK/RHEL 9.3

Jaroslav Kysela requested to merge jkysela/kernel-ark:sound-9.3 into os-build

Align to redhat/centos-stream/src/kernel/centos-stream-9!2615 (merged) changes:

rename from rhel/generic/CONFIG_SND_SOC_AW88395 to common/generic/CONFIG_SND_SOC_AW88395
rename from rhel/generic/CONFIG_SND_SOC_IDT821034 to common/generic/CONFIG_SND_SOC_IDT821034
rename from rhel/generic/CONFIG_SND_SOC_CS42L42_SDW to common/generic/CONFIG_SND_SOC_CS42L42_SDW
rename from rhel/generic/CONFIG_SND_SOC_CS42L83 to common/generic/CONFIG_SND_SOC_CS42L83
rename from rhel/generic/CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 to common/generic/CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927
rename from rhel/generic/CONFIG_SND_SOC_INTEL_AVS_MACH_PROBE to common/generic/CONFIG_SND_SOC_INTEL_AVS_MACH_PROBE
rename from rhel/generic/CONFIG_SND_SOC_SMA1303 to common/generic/CONFIG_SND_SOC_SMA1303
rename from rhel/generic/CONFIG_SND_SOC_WM8961 to common/generic/CONFIG_SND_SOC_WM8961

add common/generic/CONFIG_SND_SOC_CS35L56_I2C=n
add common/generic/CONFIG_SND_SOC_CS35L56_SDW=n
add common/generic/CONFIG_SND_SOC_CS35L56_SPI=n

add common/generic/CONFIG_SND_SOC_ES8326=n
add common/generic/x86/CONFIG_SND_SOC_ES8326=m

change common/generic/CONFIG_SND_SOC_SOF_KABYLAKE=n
add fedora/generic/x86/CONFIG_SND_SOC_SOF_KABYLAKE=m

change common/generic/CONFIG_SND_SOC_SOF_SKYLAKE=n # FIXME
add fedora/generic/x86/CONFIG_SND_SOC_SOF_SKYLAKE=m

add common/generic/CONFIG_SND_SOC_MAX98363=n

add common/generic/CONFIG_SND_SOC_RT712_SDCA_DMIC_SDW=n
rename from fedora/generic/CONFIG_SND_SOC_RT712_SDCA_SDW to common/generic/x86/CONFIG_SND_SOC_RT712_SDCA_SDW

rename from common/generic/CONFIG_SND_SOC_NAU8315 to common/generic/x86/CONFIG_SND_SOC_NAU8315

add common/generic/CONFIG_SOUNDWIRE_AMD=n
add common/generic/x86/CONFIG_SOUNDWIRE_AMD=m
remove pending-fedora/generic/CONFIG_SOUNDWIRE_AMD

rename from fedora/generic/x86/CONFIG_SND_SOC_SOF_AMD_REMBRANDT to common/generic/x86/CONFIG_SND_SOC_SOF_AMD_REMBRANDT

remove pending-fedora/generic/CONFIG_SND_SOC_CS35L56_I2C
remove pending-fedora/generic/CONFIG_SND_SOC_CS35L56_SDW
remove pending-fedora/generic/CONFIG_SND_SOC_CS35L56_SPI
remove pending-fedora/generic/CONFIG_SND_SOC_MAX98363
remove pending-fedora/generic/CONFIG_SND_SOC_RT712_SDCA_DMIC_SDW

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

Edited by Jaroslav Kysela

Merge request reports