projects
/
GitHub
/
LineageOS
/
android_device_motorola_exynos9610-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2106233
)
exynos9610: shim: fixup audio_route_missing_ctl
author
Jan Altensen
<info@stricted.net>
Wed, 5 May 2021 13:03:01 +0000
(15:03 +0200)
committer
Jan Altensen
<info@stricted.net>
Wed, 5 May 2021 22:28:13 +0000
(
00:28
+0200)
Change-Id: Ie646fde984bd676a89d1086074a0c594c4eb8f0b
shims/libaudioproxy/shim.cpp
patch
|
blob
|
blame
|
history
diff --git
a/shims/libaudioproxy/shim.cpp
b/shims/libaudioproxy/shim.cpp
index fa79502014756a988c539013bb6f98dcc31b0a7f..135a661a8fa1d549525fb6c5575324d8e9085416 100644
(file)
--- a/
shims/libaudioproxy/shim.cpp
+++ b/
shims/libaudioproxy/shim.cpp
@@
-31,7
+31,7
@@
extern "C" int audio_route_missing_ctl(int *param_1) {
//__android_log_print(6,"audio_route","invalid audio_route");
return 0;
}
- int a = *(int *)(param_1 +
0x18
);
+ int a = *(int *)(param_1 +
6
);
return a;
}