Message ID | 20220425091646.545216-1-amadeuszx.slawinski@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 47a1886a610aca6a55c18ee677f9176e73162e97 |
Headers | show |
Series | [v2,1/2] ASoC: Intel: avs: Enable AVS driver only on x86 platforms | expand |
On Mon, 25 Apr 2022 11:16:45 +0200, Amadeusz Sławiński wrote: > Only supported platform for AVS are x86 machines, so there is no reason > for it to be enabled on other architectures. Allow exception for compile > tests. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: Intel: avs: Enable AVS driver only on x86 platforms commit: 47a1886a610aca6a55c18ee677f9176e73162e97 [2/2] ASoC: Intel: avs: Depend on SND_INTEL_DSP_CONFIG commit: 5755d0f63c677b8b63b82dceacd26d96617e3ba8 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index c364ddf22267..4ef9a1fee121 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -211,7 +211,8 @@ config SND_SOC_INTEL_KEEMBAY config SND_SOC_INTEL_AVS tristate "Intel AVS driver" - depends on PCI && ACPI + depends on (X86 && ACPI) || COMPILE_TEST + depends on PCI depends on COMMON_CLK select SND_SOC_ACPI select SND_SOC_TOPOLOGY