mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +00:00
driver/audio: add format for AAC/MSBC/CVSD
Signed-off-by: cenzhanquan1 <cenzhanquan1@xiaomi.com>
This commit is contained in:
parent
70ab01a20b
commit
0fb103bc66
1 changed files with 3 additions and 0 deletions
|
|
@ -155,6 +155,9 @@
|
|||
#define AUDIO_FMT_OGG_VORBIS 0x0a
|
||||
#define AUDIO_FMT_FLAC 0x0b
|
||||
#define AUDIO_FMT_SBC 0x0c
|
||||
#define AUDIO_FMT_AAC 0x0d
|
||||
#define AUDIO_FMT_MSBC 0x0e
|
||||
#define AUDIO_FMT_CVSD 0x0f
|
||||
|
||||
/* Audio Sub-Format Types ***************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue