diff options
author | obrien <obrien@FreeBSD.org> | 2003-04-18 04:13:38 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-04-18 04:13:38 +0000 |
commit | 23d5786094f9c9ddd60335602b4d7a34ddf6480b (patch) | |
tree | d9668eacd3e1c3fd8778c06c5b131b95c48f4c4c /sys/gnu | |
parent | f1e6671946b4bb8cf48cea0de4ab62a6b3a80290 (diff) | |
download | FreeBSD-src-23d5786094f9c9ddd60335602b4d7a34ddf6480b.zip FreeBSD-src-23d5786094f9c9ddd60335602b4d7a34ddf6480b.tar.gz |
Sync with Creative's 8010.h rev 1.39.
Diffstat (limited to 'sys/gnu')
-rw-r--r-- | sys/gnu/dev/sound/pci/emu10k1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/gnu/dev/sound/pci/emu10k1.h b/sys/gnu/dev/sound/pci/emu10k1.h index 0ee34c6..b3398cd 100644 --- a/sys/gnu/dev/sound/pci/emu10k1.h +++ b/sys/gnu/dev/sound/pci/emu10k1.h @@ -184,7 +184,7 @@ /* async audio source */ #define HCFG_LOCKSOUNDCACHE 0x00000008 /* 1 = Cancel bustmaster accesses to soundcache */ /* NOTE: This should generally never be used. */ -#define HCFG_LOCKTANKCACHE 0x00000004 /* 1 = Cancel bustmaster accesses to tankcache */ +#define HCFG_LOCKTANKCACHE_MASK 0x00000004 /* 1 = Cancel bustmaster accesses to tankcache */ /* NOTE: This should generally never be used. */ #define HCFG_MUTEBUTTONENABLE 0x00000002 /* 1 = Master mute button sets AUDIOENABLE = 0. */ /* NOTE: This is a 'cheap' way to implement a */ @@ -260,7 +260,7 @@ #define AC97_RECORDSELECT 0x1a #define AC97_RECORDGAIN 0x1c #define AC97_RECORDGAINMIC 0x1e -#define AC97_GENERALPUPOSE 0x20 +#define AC97_GENERALPURPOSE 0x20 #define AC97_3DCONTROL 0x22 #define AC97_MODEMRATE 0x24 #define AC97_POWERDOWN 0x26 @@ -371,7 +371,7 @@ #define MAP_PTI_MASK 0x00001fff /* The 13 bit index to one of the 8192 PTE dwords */ #define ENVVOL 0x10 /* Volume envelope register */ -#define ENVVOL_MASK 0x0000ffff /* Current value of volume envelope state variable */ +#define ENVVOL_MASK 0x0000ffff /* Current value of volume envelope state variable */ /* 0x8000-n == 666*n usec delay */ #define ATKHLDV 0x11 /* Volume envelope hold and attack register */ |