projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b29d7c5
)
ASoC: Intel: Merge wild cat point ADSP DRAM regions
author
Jie Yang
<yang.jie@intel.com>
Mon, 14 Jul 2014 09:11:09 +0000
(17:11 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 14 Jul 2014 18:12:09 +0000
(19:12 +0100)
Merge D-SRAM0 D-SRAM1 D-SRAM2 to D-SRAM, for wild cat point ADSP mem regions.
Signed-off-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/intel/sst-haswell-dsp.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/sst-haswell-dsp.c
b/sound/soc/intel/sst-haswell-dsp.c
index 535f517629fd608fb7c4bd3eb79a05a67d98a518..4720382260b075f026b2860be3a50aa061364e3a 100644
(file)
--- a/
sound/soc/intel/sst-haswell-dsp.c
+++ b/
sound/soc/intel/sst-haswell-dsp.c
@@
-313,9
+313,7
@@
static const struct sst_adsp_memregion lp_region[] = {
/* wild cat point ADSP mem regions */
static const struct sst_adsp_memregion wpt_region[] = {
- {0x00000, 0x40000, 8, SST_MEM_DRAM}, /* D-SRAM0 - 8 * 32kB */
- {0x40000, 0x80000, 8, SST_MEM_DRAM}, /* D-SRAM1 - 8 * 32kB */
- {0x80000, 0xA0000, 4, SST_MEM_DRAM}, /* D-SRAM2 - 4 * 32kB */
+ {0x00000, 0xA0000, 20, SST_MEM_DRAM}, /* D-SRAM0,D-SRAM1,D-SRAM2 - 20 * 32kB */
{0xA0000, 0xF0000, 10, SST_MEM_IRAM}, /* I-SRAM - 10 * 32kB */
};