Skip to content

Commit 63f3d99

Browse files
arndbbroonie
authored andcommitted
ASoC: Intel: fix sof-nau8825 link failure
The snd-soc-sof_nau8825.ko module fails to link unless the sof_realtek_common support is also enabled: ERROR: modpost: "sof_rt1015p_codec_conf" [sound/soc/intel/boards/snd-soc-sof_nau8825.ko] undefined! ERROR: modpost: "sof_rt1015p_dai_link" [sound/soc/intel/boards/snd-soc-sof_nau8825.ko] undefined! Fixes: 8d0872f ("ASoC: Intel: add sof-nau8825 machine driver") Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent ba7523b commit 63f3d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/intel/boards/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ config SND_SOC_INTEL_SOF_NAU8825_MACH
559559
select SND_SOC_HDAC_HDMI
560560
select SND_SOC_INTEL_HDA_DSP_COMMON
561561
select SND_SOC_INTEL_SOF_MAXIM_COMMON
562+
select SND_SOC_INTEL_SOF_REALTEK_COMMON
562563
help
563564
This adds support for ASoC machine driver for SOF platforms
564565
with nau8825 codec.

0 commit comments

Comments
 (0)