Commit c4695d1
committed
Audio: SRC: Remove unnecessary initialization from fir_filter()
The intrinsics "functions" set these in their first use despite
it doesn't appear so if looking the code like normal C-functions.
E.g. this code line loads data from address coepf into coef2 and
advances coefp.
AE_L32X2F24_IP(coef2, coefp, sizeof(ae_f24x2));
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>1 parent f60992f commit c4695d1
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments