diff options
| author | Ariff Abdullah <ariff@FreeBSD.org> | 2006-01-11 23:22:57 +0000 |
|---|---|---|
| committer | Ariff Abdullah <ariff@FreeBSD.org> | 2006-01-11 23:22:57 +0000 |
| commit | 1738f662433cfd241b619fdbf34cb3ae693226b1 (patch) | |
| tree | 8e14d2df7bc113614479663b3d4435b13e334976 | |
| parent | 1cc59a99c0e29b381d87e285cb615533764d44a7 (diff) | |
Notes
| -rw-r--r-- | sys/dev/sound/pci/maestro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c index 6ca79053e620..6f1a4c5d56ce 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; } |
