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

Commit b055ea85 authored by Arne Coucheron's avatar Arne Coucheron Committed by Gerrit Code Review
Browse files

audio: fix incall music ifdefs (2/3)

Change-Id: Ia90a3ce8972a2e8c3964134aaf6ecc455a5c2355
parent e2c7a618
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -912,7 +912,7 @@ static jint android_media_AudioTrack_get_output_sample_rate(JNIEnv *env, jobjec
    case AUDIO_STREAM_NOTIFICATION:
    case AUDIO_STREAM_BLUETOOTH_SCO:
    case AUDIO_STREAM_DTMF:
#ifdef QCOM_HARDWARE
#if defined(QCOM_HARDWARE) && !defined(QCOM_DIRECTTRACK)
    case AUDIO_STREAM_INCALL_MUSIC:
#endif
        nativeStreamType = (audio_stream_type_t) javaStreamType;