Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 069440ef authored by Francescodario Cuzzocrea's avatar Francescodario Cuzzocrea Committed by ivanmeler
Browse files

universal8890: audio: define RIL_UNSOL_SNDMGR_WB_AMR_REPORT

    * we dont have ril headers as we dont use OSS ril from hw/samsung,
      we use prebuilt instead

    * hardcode the value of the define so we always end up in the right
      code path

Change-Id: Ia04b8f60ab7d3a03138f1ea0bb8e7b42dcc14f98
parent 9337a3c4
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@
 * limitations under the License.
 */

#include <telephony/ril.h>

#ifndef SAMSUNG_AUDIO_H
#define SAMSUNG_AUDIO_H

@@ -46,13 +44,7 @@
#define SOUND_CAPTURE_VOICE_DEVICE 1

/* Wideband AMR callback */
#ifndef RIL_UNSOL_SNDMGR_WB_AMR_REPORT
#ifdef RIL_UNSOL_WB_AMR_STATE
#define RIL_UNSOL_SNDMGR_WB_AMR_REPORT RIL_UNSOL_WB_AMR_STATE
#else
#define RIL_UNSOL_SNDMGR_WB_AMR_REPORT 0
#endif
#endif
#define RIL_UNSOL_SNDMGR_WB_AMR_REPORT 20017

/* Unusupported
#define SOUND_CAPTURE_LOOPBACK_AEC_DEVICE 1