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

Commit 4c4cf467 authored by Carson Liao's avatar Carson Liao Committed by leozwang
Browse files

modified AUDIO_SOURCE_FM_TUNER enum value for FM feature

    Review: https://partner-android-review.git.corp.google.com/#/c/183993



    Signed-off-by: default avatarCarson Liao <carson.liao@mediatek.com>

Change-Id: I8d70b197bcdc710119031bcf622fee0c1b3b3aa7
parent 24e3e831
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,9 +133,9 @@ typedef enum {
                                          /* An example of remote presentation is Wifi Display */
                                          /*  where a dongle attached to a TV can be used to   */
                                          /*  play the mix captured by this audio source.      */
    AUDIO_SOURCE_FM_TUNER            = 9,
    AUDIO_SOURCE_CNT,
    AUDIO_SOURCE_MAX                 = AUDIO_SOURCE_CNT - 1,
    AUDIO_SOURCE_FM_TUNER            = 1998,
    AUDIO_SOURCE_HOTWORD             = 1999, /* A low-priority, preemptible audio source for
                                                for background software hotword detection.
                                                Same tuning as AUDIO_SOURCE_VOICE_RECOGNITION.