driver/audio: add format for AAC/MSBC/CVSD

Signed-off-by: cenzhanquan1 <cenzhanquan1@xiaomi.com>
This commit is contained in:
cenzhanquan1 2023-08-18 19:10:13 +08:00 committed by Xiang Xiao
parent 70ab01a20b
commit 0fb103bc66
1 changed files with 3 additions and 0 deletions

View File

@ -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 ***************************************************/