mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
driver/audio: add format for AAC/MSBC/CVSD
Signed-off-by: cenzhanquan1 <cenzhanquan1@xiaomi.com>
This commit is contained in:
@@ -155,6 +155,9 @@
|
|||||||
#define AUDIO_FMT_OGG_VORBIS 0x0a
|
#define AUDIO_FMT_OGG_VORBIS 0x0a
|
||||||
#define AUDIO_FMT_FLAC 0x0b
|
#define AUDIO_FMT_FLAC 0x0b
|
||||||
#define AUDIO_FMT_SBC 0x0c
|
#define AUDIO_FMT_SBC 0x0c
|
||||||
|
#define AUDIO_FMT_AAC 0x0d
|
||||||
|
#define AUDIO_FMT_MSBC 0x0e
|
||||||
|
#define AUDIO_FMT_CVSD 0x0f
|
||||||
|
|
||||||
/* Audio Sub-Format Types ***************************************************/
|
/* Audio Sub-Format Types ***************************************************/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user