diff options
author | Carson Liao <carson.liao@mediatek.com> | 2014-10-07 16:57:35 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-07 16:57:35 +0000 |
commit | 4b0374ae1a97cff279f287dded14619e9579da62 (patch) | |
tree | 1289f0829c9de175383e13056017aa43d99f87de | |
parent | 67479c9771d2ce1b39fe5d074fac9f40a220f231 (diff) | |
parent | 4c4cf467f5857e9ec4a0688d75854cc9cdaa1d4d (diff) | |
download | system_core-4b0374ae1a97cff279f287dded14619e9579da62.zip system_core-4b0374ae1a97cff279f287dded14619e9579da62.tar.gz system_core-4b0374ae1a97cff279f287dded14619e9579da62.tar.bz2 |
am 4c4cf467: modified AUDIO_SOURCE_FM_TUNER enum value for FM feature
* commit '4c4cf467f5857e9ec4a0688d75854cc9cdaa1d4d':
modified AUDIO_SOURCE_FM_TUNER enum value for FM feature
-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. |