Skip to content

Commit 89b77c2

Browse files
authored
android: update feature flags packet data byte to remove adaptive volume
1 parent 13ab2d1 commit 89b77c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • android/app/src/main/java/me/kavishdevar/librepods/utils

android/app/src/main/java/me/kavishdevar/librepods/utils/AACPManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ class AACPManager {
389389

390390
fun createSetFeatureFlagsPacket(): ByteArray {
391391
val opcode = byteArrayOf(Opcodes.SET_FEATURE_FLAGS, 0x00)
392-
val data = byteArrayOf(0xFF.toByte(), 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
392+
val data = byteArrayOf(0xD7.toByte(), 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
393393
return opcode + data
394394
}
395395

0 commit comments

Comments
 (0)