bluez5: Add G722 codec for ASHA

For documentation on ASHA, see
https://source.android.com/docs/core/connect/bluetooth/asha
This commit is contained in:
Sanchayan Maity 2024-11-26 16:41:04 +05:30 committed by Wim Taymans
parent 6a5f2bbd1f
commit 41d099a580
9 changed files with 319 additions and 3 deletions

View file

@ -486,4 +486,6 @@ typedef struct {
uint8_t data;
} __attribute__ ((packed)) a2dp_opus_g_t;
#define ASHA_CODEC_G722 0x63
#endif