From c59d1565ab43c40c6d4d6e5cc508a0fd787b0083 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Tue, 4 Nov 2014 19:43:15 +0000 Subject: [PATCH] Fixed typo from #5168 git-svn-id: svn://kolibrios.org@5170 a494cfbc-eb01-0410-851d-a64ba20cac60 --- drivers/audio/sound.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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