Limit the device to only one playback channel until I can figure out why

a) newpcm insists on using only the highest number channel available, and
b) the maestro3 driver no longer likes anything above channel 0.
This commit is contained in:
Scott Long 2001-07-19 20:53:52 +00:00
parent e93d24c2f0
commit 19f2be11b0

View file

@ -87,7 +87,7 @@ static struct m3_card_type {
};
#define M3_BUFSIZE 4096
#define M3_PCHANS 4 /* create /dev/dsp0.[0-N] to use more than one */
#define M3_PCHANS 1 /* create /dev/dsp0.[0-N] to use more than one */
#define M3_RCHANS 1
#define M3_MAXADDR ((1 << 27) - 1)