diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-07-14 20:30:06 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-07-14 20:30:06 +0200 |
commit | ea93eb886b7b8c02d187331ace5bd48b69b59e0c (patch) | |
tree | 4ae84127794b1952783cde30986e86dba1b19e24 | |
parent | 6c3278336b44157cf5fb7a7a3d07eb56aec14f69 (diff) | |
download | device_samsung_kona-common-ea93eb886b7b8c02d187331ace5bd48b69b59e0c.zip device_samsung_kona-common-ea93eb886b7b8c02d187331ace5bd48b69b59e0c.tar.gz device_samsung_kona-common-ea93eb886b7b8c02d187331ace5bd48b69b59e0c.tar.bz2 |
audio: use Audio-RIL-Interface
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rwxr-xr-x | audio/ril_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ril_interface.h b/audio/ril_interface.h index 676772c..76e25d8 100755 --- a/audio/ril_interface.h +++ b/audio/ril_interface.h @@ -17,7 +17,7 @@ #ifndef RIL_INTERFACE_H #define RIL_INTERFACE_H -#define RIL_CLIENT_LIBPATH "libsecril-client.so" +#define RIL_CLIENT_LIBPATH "libaudio-ril-interface.so" #define RIL_CLIENT_ERR_SUCCESS 0 #define RIL_CLIENT_ERR_AGAIN 1 |