Skip to content

Commit d7d0461

Browse files
arndbpull[bot]
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 <arnd@arndb.de> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20221221132559.2402341-1-arnd@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 0ab8956 commit d7d0461

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)