On 2022-04-26 7:08 PM, Mark Brown wrote:
On Tue, Apr 26, 2022 at 08:33:57AM -0500, Pierre-Louis Bossart wrote:
On 4/26/22 06:54, Amadeusz Sławiński wrote:
- depends on (X86 && ACPI) || COMPILE_TEST
- depends on PCI
+ depends on X86 || COMPILE_TEST
+ depends on PCI && ACPI
depends on COMMON_CLK
select SND_SOC_ACPI
select SND_SOC_ACPI if ACPI should work, that's what we do for SOF.
That also looks sensible - it's probably good if both users do the same
thing here so can someone send a patch for that please? Sorry for not
noticing that earlier Amadeusz.
Hello,
Would you like the change proposed by Pierre to be part of this patch or
a separate one?
Also, I assume the above code does not change, just:
s/select SND_SOC_ACPI/select SND_SOC_ACPI if ACPI/
is applied on top of what's already in the patch. Is my deduction correct?
Regards,
Czarek