diff options
author | cg <cg@FreeBSD.org> | 2000-09-05 21:08:01 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2000-09-05 21:08:01 +0000 |
commit | 4940b0a8a7927e49d74e750bfb615f72df91cbdf (patch) | |
tree | 14ecc2e14c8365670f744678deed04a1e5435d1c /sys/dev/sound/pci/neomagic.c | |
parent | 37e164419194b11b675358a7feb37a9aecdfa806 (diff) | |
download | FreeBSD-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.c | 2 |
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 |