Skip to content

Commit ee24c50

Browse files
laura-naonuclearcat
authored andcommitted
build-configs.yaml: Enable CONFIG_SND_SOC_INTEL_SOF_RT5682_MACH=m in x86-board fragment
The snd-soc-sof_nau8825.ko module fails to link without sof_realtek_common support. ChromeOS-specific platform fragments already address this by setting CONFIG_SND_SOC_INTEL_SOF_RT5682_MACH=m, which enables sof_realtek_common. Apply the same change to the x86-board fragment for consistency. Signed-off-by: Laura Nao <[email protected]>
1 parent 050d5d8 commit ee24c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/core/build-configs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ fragments:
894894
- 'CONFIG_SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH=m'
895895
- 'CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH=m'
896896
- 'CONFIG_SND_SOC_INTEL_SOF_NAU8825_MACH=m'
897+
- 'CONFIG_SND_SOC_INTEL_SOF_RT5682_MACH=m'
897898
- 'CONFIG_SND_SOC_MAX98927=m'
898899
- 'CONFIG_SND_SOC_SOF_ACPI=m'
899900
- 'CONFIG_SND_SOC_SOF_AMD_COMMON=m'

0 commit comments

Comments
 (0)