Sony Headphones: Fix V1 initialization

This commit is contained in:
José Rebelo 2024-12-28 14:12:11 +00:00
parent be9bf8f214
commit bbd0d8709d

View File

@ -1295,6 +1295,7 @@ public class SonyProtocolImplV1 extends AbstractSonyProtocolImpl {
case SINGLE: case SINGLE:
return 0x00; return 0x00;
case DUAL: case DUAL:
case DUAL2: // FIXME this is a workaround to fix the initialization - DUAL2 is not supported by V1
return 0x01; return 0x01;
case CASE: case CASE:
return 0x02; return 0x02;