driver/audio: add format for AAC/MSBC/CVSD
Signed-off-by: cenzhanquan1 <cenzhanquan1@xiaomi.com>
This commit is contained in:
parent
70ab01a20b
commit
0fb103bc66
|
@ -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…
Reference in New Issue