codec_mm: fixed scatter def setting [1/1]

PD#155696: fixed scatter def setting

Change-Id: I2c3299bd7003c340079622369e51407a823ce80e
Signed-off-by: Hui Zhang <hui.zhang@amlogic.com>
This commit is contained in:
Hui Zhang
2017-12-11 14:16:55 +08:00
committed by Victor Wan
parent 31a5e03143
commit 2dc5888c59

View File

@@ -2567,7 +2567,7 @@ int codec_mm_scatter_mgt_init(void)
g_scatter.enable_slot_from_sys = smgt->enable_slot_from_sys;
g_scatter.support_from_slot_sys = smgt->support_from_slot_sys;
g_scatter.no_cache_size_M = smgt->no_cache_size_M;
g_scatter.no_alloc_from_sys = smgt->no_cache_size_M;
g_scatter.no_alloc_from_sys = 0;
INIT_REG_NODE_CONFIGS("media.codec_mm",
&codec_mm_sc, "scatter",
codec_mm_sc_configs,