summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/neomagic.c
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-09-05 21:08:01 +0000
committercg <cg@FreeBSD.org>2000-09-05 21:08:01 +0000
commit4940b0a8a7927e49d74e750bfb615f72df91cbdf (patch)
tree14ecc2e14c8365670f744678deed04a1e5435d1c /sys/dev/sound/pci/neomagic.c
parent37e164419194b11b675358a7feb37a9aecdfa806 (diff)
downloadFreeBSD-src-4940b0a8a7927e49d74e750bfb615f72df91cbdf.zip
FreeBSD-src-4940b0a8a7927e49d74e750bfb615f72df91cbdf.tar.gz
initial support for multiple ac97 codecs
Diffstat (limited to 'sys/dev/sound/pci/neomagic.c')
-rw-r--r--sys/dev/sound/pci/neomagic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/neomagic.c b/sys/dev/sound/pci/neomagic.c
index 99eece8..72ae8b8 100644
--- a/sys/dev/sound/pci/neomagic.c
+++ b/sys/dev/sound/pci/neomagic.c
@@ -255,7 +255,7 @@ nm_initcd(void *devinfo)
nm_wr(sc, 0x6cc, 0x87, 1);
nm_wr(sc, 0x6cc, 0x80, 1);
nm_wr(sc, 0x6cc, 0x00, 1);
- return 0;
+ return 1;
}
static u_int32_t
OpenPOWER on IntegriCloud