Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d55083d1 authored by Eric Laurent's avatar Eric Laurent
Browse files

audio: add new audio formats

Add type converter for LHDC Bluetooth codec audio format.

Bug: 120395342
Test: make
Change-Id: I8e18db9c86ad8f71f99cf72c18372895557153bc
parent dc3ad9ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -215,6 +215,8 @@ const FormatConverter::Table FormatConverter::mTable[] = {
    MAKE_STRING_FROM_ENUM(AUDIO_FORMAT_AAC_LATM_HE_V2),
    MAKE_STRING_FROM_ENUM(AUDIO_FORMAT_CELT),
    MAKE_STRING_FROM_ENUM(AUDIO_FORMAT_APTX_ADAPTIVE),
    MAKE_STRING_FROM_ENUM(AUDIO_FORMAT_LHDC),
    MAKE_STRING_FROM_ENUM(AUDIO_FORMAT_LHDC_LL),
    TERMINATOR
};