summaryrefslogtreecommitdiffstats
path: root/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-07-23 09:01:44 -0700
committerEric Laurent <elaurent@google.com>2010-07-26 01:57:36 -0700
commit09d5ca3766d4bab91cdaad7206716a5747ebad77 (patch)
treee4fe4f3e6fb5b986b42c3625469f54c8937b3eca /media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c
parent163fbcf84010b98e0374110454d85b804bc8d13b (diff)
downloadframeworks_av-09d5ca3766d4bab91cdaad7206716a5747ebad77.zip
frameworks_av-09d5ca3766d4bab91cdaad7206716a5747ebad77.tar.gz
frameworks_av-09d5ca3766d4bab91cdaad7206716a5747ebad77.tar.bz2
LVM release 1.04.
Remaining warnings in the code have been removed Core components support seamless insertion in the audio stream at playtime (Enabling / Disabling the effect). Change-Id: Icae7085305fad663faeb5a94cb673b41cec5a9f1
Diffstat (limited to 'media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c')
-rwxr-xr-xmedia/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c
index 2efef84..861bde6 100755
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c
@@ -17,9 +17,9 @@
/************************************************************************************
- $Author: beq07716 $
- $Revision: 1001 $
- $Date: 2010-06-28 13:23:02 +0200 (Mon, 28 Jun 2010) $
+ $Author: nxp007753 $
+ $Revision: 1315 $
+ $Date: 2010-07-23 11:52:08 +0200 (Fri, 23 Jul 2010) $
*************************************************************************************/
@@ -113,7 +113,7 @@ LVCS_ReturnStatus_en LVCS_ReverbGeneratorInit(LVCS_Handle_t hInstance,
Coeffs.B2 = (LVM_INT16)-pReverbCoefTable[Offset].B2;
LoadConst_16(0, /* Value */
- (LVM_INT16 *)&pData->ReverbBiquadTaps, /* Destination */
+ (void *)&pData->ReverbBiquadTaps, /* Destination Cast to void: no dereferencing in function*/
(LVM_UINT16)(sizeof(pData->ReverbBiquadTaps)/sizeof(LVM_INT16))); /* Number of words */
BQ_2I_D16F16Css_TRC_WRA_01_Init(&pCoefficients->ReverbBiquadInstance,