mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
increase buffer size, reduce number of channels allocated since we only use
1 at the moment
This commit is contained in:
parent
278bd49cc8
commit
dedf4424a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54459
@ -38,6 +38,14 @@
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
||||
#define TDX_PCI_ID 0x20001023
|
||||
#define TNX_PCI_ID 0x20011023
|
||||
|
||||
#define TR_BUFFSIZE 0xf000
|
||||
#define TR_TIMEOUT_CDC 0xffff
|
||||
#define TR_INTSAMPLES 0x2000
|
||||
#define TR_MAXPLAYCH 4
|
||||
|
||||
struct tr_info;
|
||||
|
||||
/* channel registers */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user