audio:add format sbc support
Signed-off-by: shipei <shipei@xiaomi.com>
This commit is contained in:
parent
23d4263207
commit
858e43df91
@ -104,6 +104,12 @@ config AUDIO_FORMAT_MP3
|
|||||||
---help---
|
---help---
|
||||||
Build in support for MP3 Audio format.
|
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
|
config AUDIO_FORMAT_MIDI
|
||||||
bool "Midi Format"
|
bool "Midi Format"
|
||||||
default n
|
default n
|
||||||
|
@ -154,6 +154,7 @@
|
|||||||
#define AUDIO_FMT_MIDI 0x09
|
#define AUDIO_FMT_MIDI 0x09
|
||||||
#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
|
||||||
|
|
||||||
/* Audio Sub-Format Types ***************************************************/
|
/* Audio Sub-Format Types ***************************************************/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user