[PATCH 6/6] ASoC: Intel: boards: add missing dependency from realtek-common
17 Oct
2022
17 Oct
'22
9:17 a.m.
These boards use code from sound/soc/sof/sof-audio.c
Fixes: e1d5e13324020c4b405e63cae34560c7992bec2e Signed-off-by: Adam Borowski kilobyte@angband.pl --- sound/soc/intel/boards/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/intel/boards/Kconfig b/sound/soc/intel/boards/Kconfig index aa12d7e3dd2f..3179ba061d87 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig @@ -34,6 +34,7 @@ config SND_SOC_INTEL_SOF_MAXIM_COMMON
config SND_SOC_INTEL_SOF_REALTEK_COMMON tristate + depends on SND_SOC_SOF
config SND_SOC_INTEL_SOF_CIRRUS_COMMON tristate
--
2.37.2.609.g9ff673ca1a
760
Age (days ago)
760
Last active (days ago)
0 comments
1 participants
participants (1)
-
Adam Borowski