Message ID | 1432972727-9602-1-git-send-email-yang.jie@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 616268292b274d57aa02d20815f68ad2bd7e1cf7 |
Headers | show |
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.
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
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(-)