mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
a2dp: prefer aptx_hd over aptx
This commit is contained in:
parent
7763154239
commit
c1bdc58d31
1 changed files with 1 additions and 1 deletions
|
|
@ -70,8 +70,8 @@ const struct a2dp_codec *a2dp_codec_list[] = {
|
|||
&a2dp_codec_ldac,
|
||||
#endif
|
||||
#if ENABLE_APTX
|
||||
&a2dp_codec_aptx,
|
||||
&a2dp_codec_aptx_hd,
|
||||
&a2dp_codec_aptx,
|
||||
#endif
|
||||
#if ENABLE_AAC
|
||||
&a2dp_codec_aac,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue