Subject: Re: Multiple sound cards work (well, almost)
To: None <Mark_Weaver@brown.edu>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: current-users
Date: 05/19/1995 22:10:00
I just got two soundblasters working on NetBSD-current/i386. The only
thing I needed to do was edit "audio.h" to set NAUDIO to 2. For some
reason, config set NAUDIO to 1 even though I had two soundblaster
lines in the conf file.
That's because the entry in conf/files is wrong. For the current
implementation of audio.c, it should be labeled `needs-count' rather
than `needs-flag'.
However, I'm not going to `fix' it that way. I'm fixing the driver to
work correctly and not need NAUDIO at all.