am 4c4cf467: modified AUDIO_SOURCE_FM_TUNER enum value for FM feature
* commit '4c4cf467f5857e9ec4a0688d75854cc9cdaa1d4d': modified AUDIO_SOURCE_FM_TUNER enum value for FM feature
This commit is contained in:
commit
4b0374ae1a
1 changed files with 1 additions and 1 deletions
|
|
@ -133,9 +133,9 @@ typedef enum {
|
||||||
/* An example of remote presentation is Wifi Display */
|
/* An example of remote presentation is Wifi Display */
|
||||||
/* where a dongle attached to a TV can be used to */
|
/* where a dongle attached to a TV can be used to */
|
||||||
/* play the mix captured by this audio source. */
|
/* play the mix captured by this audio source. */
|
||||||
AUDIO_SOURCE_FM_TUNER = 9,
|
|
||||||
AUDIO_SOURCE_CNT,
|
AUDIO_SOURCE_CNT,
|
||||||
AUDIO_SOURCE_MAX = AUDIO_SOURCE_CNT - 1,
|
AUDIO_SOURCE_MAX = AUDIO_SOURCE_CNT - 1,
|
||||||
|
AUDIO_SOURCE_FM_TUNER = 1998,
|
||||||
AUDIO_SOURCE_HOTWORD = 1999, /* A low-priority, preemptible audio source for
|
AUDIO_SOURCE_HOTWORD = 1999, /* A low-priority, preemptible audio source for
|
||||||
for background software hotword detection.
|
for background software hotword detection.
|
||||||
Same tuning as AUDIO_SOURCE_VOICE_RECOGNITION.
|
Same tuning as AUDIO_SOURCE_VOICE_RECOGNITION.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue