AUDIO: Fix reverse stereo (LinearRate_R) on ARM.

Fixes the issues I can reproduce, and presumably fixes bug #2998862.
(cherry picked from commit 797406fe4c77b6a56cc4f8a50c15d639cd440ce4)
This commit is contained in:
Alyssa Milburn 2011-10-31 21:43:17 +01:00
parent 3a461c2525
commit bf39e60ff7

View File

@ -615,7 +615,7 @@ LinearRate_R_read_return:
SUBS r8, r8, #65536 @ r8 = opos--
STRH r10,[r2,#22] @ ilast[0] = icur[0]
MOV r10,r10,LSR #16
STRH r10,[r2,#22] @ ilast[1] = icur[1]
STRH r10,[r2,#26] @ ilast[1] = icur[1]
STRH r5, [r2,#16] @ icur[0] = tmp0
STRH r6, [r2,#18] @ icur[1] = tmp1
BGE LinearRate_R_loop