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

Commit e3465bf6 authored by Arne Coucheron's avatar Arne Coucheron Committed by Ethan Chen
Browse files

audio: fix incall music ifdefs (1/3)

Change-Id: Ie5627d9892335d8f3174d72ceff00c09d7427e1c
parent 346e2020
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ typedef enum {
    AUDIO_STREAM_REROUTING        = 11, /* For dynamic policy output mixes */
    AUDIO_STREAM_PATCH            = 12, /* For internal audio flinger tracks. Fixed volume */
    AUDIO_STREAM_PUBLIC_CNT       = AUDIO_STREAM_TTS + 1,
#ifdef QCOM_HARDWARE
#if defined(QCOM_HARDWARE) && !defined(QCOM_DIRECTTRACK)
    AUDIO_STREAM_INCALL_MUSIC     = 13,
    AUDIO_STREAM_CNT              = AUDIO_STREAM_INCALL_MUSIC + 1,
#else