[alsa-devel] [PATCH] ASoC: Intel: don't need compress offload for broadwell
We don't need compress offload feature for broadwell broadwell machine, here remove the non exist dependency.
Signed-off-by: Jie Yang yang.jie@intel.com --- sound/soc/intel/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index ee03dbd..3a08f79 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -79,7 +79,6 @@ config SND_SOC_INTEL_BROADWELL_MACH depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \ I2C_DESIGNWARE_PLATFORM select SND_SOC_INTEL_HASWELL - select SND_COMPRESS_OFFLOAD select SND_SOC_RT286 help This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
On Sat, May 30, 2015 at 03:58:47PM +0800, Jie Yang wrote:
We don't need compress offload feature for broadwell broadwell machine, here remove the non exist dependency.
Applied, thanks.
participants (2)
-
Jie Yang
-
Mark Brown