diff options
author | cg <cg@FreeBSD.org> | 1999-12-12 02:16:14 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 1999-12-12 02:16:14 +0000 |
commit | f1be6706cf778d9ab56e7bc0f0c7d2ba5fc27b84 (patch) | |
tree | 0c2cb95bf4a81c2e8a7ada4e67d5f0b3110df567 /sys/dev/sound/pci/t4dwave.h | |
parent | e19cc0dd4faa046a35874be88336c0f17dab807c (diff) | |
download | FreeBSD-src-f1be6706cf778d9ab56e7bc0f0c7d2ba5fc27b84.zip FreeBSD-src-f1be6706cf778d9ab56e7bc0f0c7d2ba5fc27b84.tar.gz |
increase buffer size, reduce number of channels allocated since we only use
1 at the moment
Diffstat (limited to 'sys/dev/sound/pci/t4dwave.h')
-rw-r--r-- | sys/dev/sound/pci/t4dwave.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/sound/pci/t4dwave.h b/sys/dev/sound/pci/t4dwave.h index 1e68c86..661c6db 100644 --- a/sys/dev/sound/pci/t4dwave.h +++ b/sys/dev/sound/pci/t4dwave.h @@ -29,14 +29,6 @@ #ifndef _T4DWAVE_REG_H #define _T4DWAVE_REG_H -#define TDX_PCI_ID 0x20001023 -#define TNX_PCI_ID 0x20011023 - -#define TR_BUFFSIZE 0x8000 -#define TR_TIMEOUT_CDC 0xffff -#define TR_INTSAMPLES 0x2000 -#define TR_MAXPLAYCH 64 - #define TR_REG_CIR 0xa0 #define TR_CIR_MASK 0x0000003f #define TR_CIR_ADDRENA 0x00001000 |