Skip to content

Fixes for sound CONFIGS

Patrick Talbert requested to merge ptalbert/kernel-ark:snd_fixes into os-build

Two patches to fix the sound configs:

Fix up CONFIG_SND_AMD_ACP_CONFIG files:

Since 2d7d9f36b567e ('ASoC: amd: renoir: Add check for acp configuration
flags'), SND_SOC_AMD_RENOIR selects SND_AMD_ACP_CONFIG. Since rhel has
RENOIR enabled as a module under generic/x86 it now needs to include
SND_AMD_ACP_CONFIG there as well.

Fedora already has the working configuration so steal it by moving
everything into the common space.

Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files:

Since 3dc0d7091778 ('ASoC: SOF: Convert the generic probe support to
SOF client') the SND_SOC_SOF_DEBUG_PROBES config item is no longer
user-selectable. Remove the CONFIG_SND_SOC_SOF_DEBUG_PROBES files to
prevent config evaluation failures.

Signed-off-by: Patrick Talbert ptalbert@redhat.com

Edited by Patrick Talbert

Merge request reports