Diff between 0934bdf8c193a8a8cef41ef39738cfccfc2a0aca and 9f2ccfce8f0beec061554aabf2ff880b03ecdfcc
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/a2dp-codecs.h | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/a2dp-codecs.h b/profiles/audio/a2dp-codecs.h
index 2054919..2595990 100644
--- a/profiles/audio/a2dp-codecs.h
+++ b/profiles/audio/a2dp-codecs.h
@@ -25,7 +25,7 @@
#define A2DP_CODEC_SBC 0x00
#define A2DP_CODEC_MPEG12 0x01
#define A2DP_CODEC_MPEG24 0x02
-#define A2DP_CODEC_ATRAC 0x03
+#define A2DP_CODEC_ATRAC 0x04
#define A2DP_CODEC_VENDOR 0xFF
#define SBC_SAMPLING_FREQ_16000 (1 << 3)