OSDN Git Service

android/ipc: Use proper handlers in ipc_handle_msg
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
Sun, 12 Jan 2014 22:22:18 +0000 (23:22 +0100)
committerSzymon Janc <szymon.janc@tieto.com>
Mon, 13 Jan 2014 07:57:49 +0000 (08:57 +0100)
commitbee4fe3c787118f3e20b152484ee68b613065bfc
tree3185aa42edc8b27f4eb2d31ac0f0c9c3465a3db9
parent84a8ca8d818a857fa408b89a63c96136330445cd
android/ipc: Use proper handlers in ipc_handle_msg

ipc_handle_msg() should use handlers passed as function parameter
instead of static one as otherwise Audio IPC will use incorrect
handlers.
android/ipc.c