a2dp: prefer aptx_hd over aptx

This commit is contained in:
Wim Taymans 2020-12-11 20:04:57 +01:00
parent 7763154239
commit c1bdc58d31

View file

@ -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,