Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Fix typo of AAC codec sink
Browse files Browse the repository at this point in the history
  • Loading branch information
xq262144 authored Aug 8, 2019
1 parent 99aa1fe commit d9ddf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/bluetooth/bluez5-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ const char *pa_bluetooth_a2dp_profile_to_string(pa_a2dp_codec_index_t codec_inde
else if(codec_index == PA_A2DP_SOURCE_SBC)
return "a2dp_sink_sbc";
else if(codec_index == PA_A2DP_SINK_AAC)
return "a2dp_source_sbc";
return "a2dp_source_aac";
else if(codec_index == PA_A2DP_SOURCE_AAC)
return "a2dp_sink_aac";
else if(codec_index == PA_A2DP_SINK_APTX)
Expand Down

0 comments on commit d9ddf07

Please sign in to comment.