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

Commit 3ecf1d7

Browse files
authored
Merge pull request #71 from xq262144/patch-1
Fix typo of AAC codec sink
2 parents 99aa1fe + d9ddf07 commit 3ecf1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/bluetooth/bluez5-util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@ const char *pa_bluetooth_a2dp_profile_to_string(pa_a2dp_codec_index_t codec_inde
16051605
else if(codec_index == PA_A2DP_SOURCE_SBC)
16061606
return "a2dp_sink_sbc";
16071607
else if(codec_index == PA_A2DP_SINK_AAC)
1608-
return "a2dp_source_sbc";
1608+
return "a2dp_source_aac";
16091609
else if(codec_index == PA_A2DP_SOURCE_AAC)
16101610
return "a2dp_sink_aac";
16111611
else if(codec_index == PA_A2DP_SINK_APTX)

0 commit comments

Comments
 (0)