diff options
author | greid <greid@FreeBSD.org> | 2001-08-26 19:15:28 +0000 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-08-26 19:15:28 +0000 |
commit | a88b1ce13d5bea3b1414e2739b83df71478e6bda (patch) | |
tree | 562bc54ee620a2c682ad6e7d3eaf6f6c1e81d3d7 /sys/dev/sound/pci/t4dwave.h | |
parent | e7df8036704a3b2b7b54471c91e3fad3a84c7863 (diff) | |
download | FreeBSD-src-a88b1ce13d5bea3b1414e2739b83df71478e6bda.zip FreeBSD-src-a88b1ce13d5bea3b1414e2739b83df71478e6bda.tar.gz |
Add support for the SiS 7018
PR: 30100
Submitted by: Ada Lim <adal@cse.unsw.edu.au>
Diffstat (limited to 'sys/dev/sound/pci/t4dwave.h')
-rw-r--r-- | sys/dev/sound/pci/t4dwave.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/t4dwave.h b/sys/dev/sound/pci/t4dwave.h index be8a550..893bc81 100644 --- a/sys/dev/sound/pci/t4dwave.h +++ b/sys/dev/sound/pci/t4dwave.h @@ -63,6 +63,13 @@ #define TDX_CDC_RESET 0x01 #define TDX_CDC_ON (TDX_CDC_ADCON|TDX_CDC_DACON) +#define SPA_REG_CODECRD 0x44 +#define SPA_REG_CODECWR 0x40 +#define SPA_REG_CODECST 0x48 +#define SPA_RST_OFF 0x0f0000 +#define SPA_REG_GPIO 0x48 +#define SPA_CDC_RWSTAT 0x00008000 + #define TNX_REG_CODECWR 0x44 #define TNX_REG_CODEC1RD 0x48 #define TNX_REG_CODEC2RD 0x4c |