From 4c4cf467f5857e9ec4a0688d75854cc9cdaa1d4d Mon Sep 17 00:00:00 2001 From: Carson Liao Date: Mon, 6 Oct 2014 20:46:24 +0800 Subject: [PATCH] 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 Change-Id: I8d70b197bcdc710119031bcf622fee0c1b3b3aa7 --- include/system/audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/system/audio.h b/include/system/audio.h index 2bd99fa80..df454fffd 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.