Skip to content

Commit ed55fe2

Browse files
jwrdegoedebroonie
authored andcommitted
ASoC: Intel: Disable SND_SOC_INTEL_BAYTRAIL when SND_SST_ATOM_HIFI2_PLATFORM is enabled
The sound/soc/intel/common/sst-acpi.c code only tries to load the "baytrail-pcm-audio" driver (and supporting board drivers) when SND_SST_ATOM_HIFI2_PLATFORM is not enabled, since otherwise these are handled by snd-soc-sst-atom-hifi2-platform.ko. Since these thus will never be used when SND_SST_ATOM_HIFI2_PLATFORM is enabled, building these drivers when it is enabled is useless. Add a Kconfig dependency to reflect this, so that SND_SOC_INTEL_BAYTRAIL cannot be enabled when SND_SST_ATOM_HIFI2_PLATFORM is also enabled. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 291bfb9 commit ed55fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ config SND_SOC_INTEL_HASWELL
6161

6262
config SND_SOC_INTEL_BAYTRAIL
6363
tristate "Baytrail (legacy) Platforms"
64-
depends on DMADEVICES && ACPI
64+
depends on DMADEVICES && ACPI && SND_SST_ATOM_HIFI2_PLATFORM=n
6565
select SND_SOC_INTEL_SST
6666
select SND_SOC_INTEL_SST_ACPI
6767
select SND_SOC_INTEL_SST_FIRMWARE

0 commit comments

Comments
 (0)