projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22a236b
)
ASoC: Intel: Correct a macro for FW message
author
Jie Yang
<yang.jie@intel.com>
Mon, 3 Nov 2014 13:59:37 +0000
(21:59 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Nov 2014 16:11:35 +0000
(16:11 +0000)
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>
sound/soc/intel/sst-haswell-ipc.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/sst-haswell-ipc.h
b/sound/soc/intel/sst-haswell-ipc.h
index afd0ae10e2db4d9749dd58c864c8f9702ba97886..387511f12d858505f99090d872735413ad38905f 100644
(file)
--- a/
sound/soc/intel/sst-haswell-ipc.h
+++ b/
sound/soc/intel/sst-haswell-ipc.h
@@
-21,7
+21,7
@@
#include <linux/kernel.h>
#include <linux/platform_device.h>
-#define SST_HSW_NO_CHANNELS
2
+#define SST_HSW_NO_CHANNELS
4
#define SST_HSW_MAX_DX_REGIONS 14
#define SST_HSW_DX_CONTEXT_SIZE (640 * 1024)