diff options
author | Carson Liao <carson.liao@mediatek.com> | 2014-10-06 20:46:24 +0800 |
---|---|---|
committer | leozwang <leozwang@google.com> | 2014-10-06 22:02:37 -0700 |
commit | 4c4cf467f5857e9ec4a0688d75854cc9cdaa1d4d (patch) | |
tree | 1d17aecee912badca67d956c53375b6ec18ac291 | |
parent | 24e3e831199e1279b3a12b0ccfeb00e06d4f4fd5 (diff) | |
download | system_core-4c4cf467f5857e9ec4a0688d75854cc9cdaa1d4d.zip system_core-4c4cf467f5857e9ec4a0688d75854cc9cdaa1d4d.tar.gz system_core-4c4cf467f5857e9ec4a0688d75854cc9cdaa1d4d.tar.bz2 |
modified AUDIO_SOURCE_FM_TUNER enum value for FM feature
Review: https://partner-android-review.git.corp.google.com/#/c/183993
Signed-off-by: Carson Liao <carson.liao@mediatek.com>
Change-Id: I8d70b197bcdc710119031bcf622fee0c1b3b3aa7
-rw-r--r-- | include/system/audio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system/audio.h b/include/system/audio.h index 2bd99fa..df454ff 100644 --- a/include/system/audio.h +++ b/include/system/audio.h @@ -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. |