1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-03-21 04:36:15 +00:00

Synchronize with change in usbaudio.class.c

This commit is contained in:
deadwood
2024-12-29 19:27:56 +01:00
parent a2ead82fe9
commit a517c181ee

View File

@ -130,7 +130,7 @@ AROS_LD5(IPTR, subLibGetAttr,
AROS_LDA(struct AHIAudioCtrlDrv *, audioctrl, A2),
SUBLIBBASETYPEPTR, nas, 18, nep);
AROS_LD3(IPTR, subLibHardwareControl,
AROS_LD3(ULONG, subLibHardwareControl,
AROS_LDA(ULONG, attr, D0),
AROS_LDA(LONG, arg, D1),
AROS_LDA(struct AHIAudioCtrlDrv *, audioctrl, A2),