aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJie Yang <yang.jie@intel.com>2014-11-03 08:59:37 -0500
committerMark Brown <broonie@kernel.org>2014-11-03 11:11:35 -0500
commitf74e2c9cb03076d11e807088d2120a8a381a6f3c (patch)
treedda2bb8bcb205ec2db24c9cc9bd49cf7f76b4ebc
parent22a236b4d07b5c5cfdc5db9e87d479d32281cfe6 (diff)
ASoC: Intel: Correct a macro for FW message
For the broadwell official released FW(Since 8.4.1.43), the macro SST_HSW_NO_CHANNELS is changed and fixed to 4, so here change it to 4. Signed-off-by: Jie Yang <yang.jie@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/sst-haswell-ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-haswell-ipc.h b/sound/soc/intel/sst-haswell-ipc.h
index afd0ae10e2db..387511f12d85 100644
--- a/sound/soc/intel/sst-haswell-ipc.h
+++ b/sound/soc/intel/sst-haswell-ipc.h
@@ -21,7 +21,7 @@
21#include <linux/kernel.h> 21#include <linux/kernel.h>
22#include <linux/platform_device.h> 22#include <linux/platform_device.h>
23 23
24#define SST_HSW_NO_CHANNELS 2 24#define SST_HSW_NO_CHANNELS 4
25#define SST_HSW_MAX_DX_REGIONS 14 25#define SST_HSW_MAX_DX_REGIONS 14
26#define SST_HSW_DX_CONTEXT_SIZE (640 * 1024) 26#define SST_HSW_DX_CONTEXT_SIZE (640 * 1024)
27 27