am 53dc297d: Merge "Add HOTWORD audio source to audio.h" into klp-dev

* commit '53dc297dd685aa7498203fddb3f85e60f2cbc7df':
  Add HOTWORD audio source to audio.h
This commit is contained in:
Eric Laurent 2013-09-11 17:17:46 -07:00 committed by Android Git Automerger
commit d9c0642c6e

View file

@ -72,6 +72,11 @@ typedef enum {
/* play the mix captured by this audio source. */
AUDIO_SOURCE_CNT,
AUDIO_SOURCE_MAX = AUDIO_SOURCE_CNT - 1,
AUDIO_SOURCE_HOTWORD = 1999, /* A low-priority, preemptible audio source for
for background software hotword detection.
Same tuning as AUDIO_SOURCE_VOICE_RECOGNITION.
Used only internally to the framework. Not exposed
at the audio HAL. */
} audio_source_t;
/* special audio session values