Message ID | 20240722083002.10800-1-pierre-louis.bossart@linux.intel.com |
---|---|
State | Accepted |
Commit | 9931f7d5d251882a147cc5811060097df43e79f5 |
Headers | show |
Series | ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable | expand |
diff --git a/sound/soc/intel/common/soc-intel-quirks.h b/sound/soc/intel/common/soc-intel-quirks.h index de4e550c5b34..42bd51456b94 100644 --- a/sound/soc/intel/common/soc-intel-quirks.h +++ b/sound/soc/intel/common/soc-intel-quirks.h @@ -11,7 +11,7 @@ #include <linux/platform_data/x86/soc.h> -#if IS_ENABLED(CONFIG_X86) +#if IS_REACHABLE(CONFIG_IOSF_MBI) #include <linux/dmi.h> #include <asm/iosf_mbi.h>