mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-15 22:05:28 -05:00
bluez5: replace codec->bap/asha flags with codec->kind enum
Indicate codec type with enum instead of bool flags. This is in preparation of moving also HFP to media codecs.
This commit is contained in:
parent
83c644fe09
commit
4e0d0c5f0b
17 changed files with 97 additions and 46 deletions
|
|
@ -584,6 +584,7 @@ static const struct media_codec duplex_codec = {
|
|||
};
|
||||
|
||||
#define FASTSTREAM_COMMON_DEFS \
|
||||
.kind = MEDIA_CODEC_A2DP, \
|
||||
.codec_id = A2DP_CODEC_VENDOR, \
|
||||
.vendor = { .vendor_id = FASTSTREAM_VENDOR_ID, \
|
||||
.codec_id = FASTSTREAM_CODEC_ID }, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue