audio:add format sbc support

Signed-off-by: shipei <shipei@xiaomi.com>
This commit is contained in:
shipei 2023-08-07 19:26:40 +08:00 committed by Xiang Xiao
parent 23d4263207
commit 858e43df91
2 changed files with 7 additions and 0 deletions

View File

@ -104,6 +104,12 @@ config AUDIO_FORMAT_MP3
---help---
Build in support for MP3 Audio format.
config AUDIO_FORMAT_SBC
bool "Bluetooth SubBand Coding"
default y
---help---
Build in support for SBC Audio format.
config AUDIO_FORMAT_MIDI
bool "Midi Format"
default n

View File

@ -154,6 +154,7 @@
#define AUDIO_FMT_MIDI 0x09
#define AUDIO_FMT_OGG_VORBIS 0x0a
#define AUDIO_FMT_FLAC 0x0b
#define AUDIO_FMT_SBC 0x0c
/* Audio Sub-Format Types ***************************************************/