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

Commit

Permalink
Merge pull request #71 from xq262144/patch-1
Browse files Browse the repository at this point in the history
Fix typo of AAC codec sink
  • Loading branch information
EHfive authored Aug 9, 2019
2 parents 99aa1fe + d9ddf07 commit 3ecf1d7
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 3ecf1d7

Please sign in to comment.