summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/sound/pci/maestro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c
index 6ca7905..6f1a4c5 100644
--- a/sys/dev/sound/pci/maestro.c
+++ b/sys/dev/sound/pci/maestro.c
@@ -1457,7 +1457,7 @@ aggpch_getcaps(kobj_t obj, void *data)
AFMT_STEREO | AFMT_S16_LE,
0
};
- static struct pcmchan_caps playcaps = {2000, 767999, playfmt, 0};
+ static struct pcmchan_caps playcaps = {8000, 48000, playfmt, 0};
return &playcaps;
}
OpenPOWER on IntegriCloud