summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCarson Liao <carson.liao@mediatek.com>2014-10-07 17:06:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-07 17:06:04 +0000
commit519d1cf44aa3f98cb61e29c7f68df83ac4a1cc90 (patch)
treeb897d4a8442512d39e1fd86afdce13421213210b /include
parent396d11e3c5a91a5ce030109895ca97b500d42813 (diff)
parent4b0374ae1a97cff279f287dded14619e9579da62 (diff)
downloadsystem_core-519d1cf44aa3f98cb61e29c7f68df83ac4a1cc90.zip
system_core-519d1cf44aa3f98cb61e29c7f68df83ac4a1cc90.tar.gz
system_core-519d1cf44aa3f98cb61e29c7f68df83ac4a1cc90.tar.bz2
am 4b0374ae: am 4c4cf467: modified AUDIO_SOURCE_FM_TUNER enum value for FM feature
* commit '4b0374ae1a97cff279f287dded14619e9579da62': modified AUDIO_SOURCE_FM_TUNER enum value for FM feature
Diffstat (limited to 'include')
-rw-r--r--include/system/audio.h2
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.