diff options
Diffstat (limited to 'sys/dev/sound/pci/csareg.h')
-rw-r--r-- | sys/dev/sound/pci/csareg.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/dev/sound/pci/csareg.h b/sys/dev/sound/pci/csareg.h index 9fd68d8..8ed292a 100644 --- a/sys/dev/sound/pci/csareg.h +++ b/sys/dev/sound/pci/csareg.h @@ -33,23 +33,6 @@ #ifndef _CSA_REG_H #define _CSA_REG_H -/* This is the pci device id. */ -#define CS4610_PCI_ID 0x60011013 -#define CS4614_PCI_ID 0x60031013 -#define CS4615_PCI_ID 0x60041013 -#define CS4281_PCI_ID 0x60051013 - -/* And the offsets in pci configuration space. */ -#define CS461x_IO_OFFSET 0x10 -#define CS461x_IO_SIZE (4 * 1024) -#define CS461x_MEM_OFFSET 0x14 -#define CS461x_MEM_SIZE (1024 * 1024) - -/* Buffer size on dma transfer. Fixed for CS416x. */ -#define CS461x_BUFFSIZE (4 * 1024) - -#define GOF_PER_SEC 200 - /* * The following constats are orginally in the sample by Crystal Semiconductor. * Copyright (c) 1996-1998 Crystal Semiconductor Corp. |