diff --git a/drivers/audio/sound.asm b/drivers/audio/sound.asm index 62ae88b231..13b3135b1c 100644 --- a/drivers/audio/sound.asm +++ b/drivers/audio/sound.asm @@ -232,7 +232,7 @@ endl .next: test [devfn], 7 jnz .next_fn - invoke PciRead32, [bus], [devfn], PCI_header.header_type + invoke PciRead8, [bus], [devfn], PCI_header.header_type test al, al js .next_fn or [devfn], 7