summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-07-19 20:53:52 +0000
committerscottl <scottl@FreeBSD.org>2001-07-19 20:53:52 +0000
commitac76e3b7fe950c13a3975d86d2c5036cb259dc96 (patch)
tree061d0e16e338dbb1c43d963c59bd53c0acd01cc2 /sys
parentb6c9d769b9ff135e14bb46516e3a15125a284dd2 (diff)
downloadFreeBSD-src-ac76e3b7fe950c13a3975d86d2c5036cb259dc96.zip
FreeBSD-src-ac76e3b7fe950c13a3975d86d2c5036cb259dc96.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/pci/maestro3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/maestro3.c b/sys/dev/sound/pci/maestro3.c
index 0c4d64c..ae23316 100644
--- a/sys/dev/sound/pci/maestro3.c
+++ b/sys/dev/sound/pci/maestro3.c
@@ -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)
OpenPOWER on IntegriCloud