diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-05-11 23:34:36 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-05-11 23:34:36 +0000 |
commit | c80038e3a4475fb7cb5184ba7982376ebfb62a0b (patch) | |
tree | 240099e19a173606c16c0a3943bd10ef7901ba49 /sys/dev/pci/azalia.h | |
parent | 2c3b887610852eecfd347f84dcc6e0e3fb0416f8 (diff) |
use the PCI multimedia subclass type HD audio define from pcireg.h
Diffstat (limited to 'sys/dev/pci/azalia.h')
-rw-r--r-- | sys/dev/pci/azalia.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/azalia.h b/sys/dev/pci/azalia.h index 5da80b4f3db..9e601926a77 100644 --- a/sys/dev/pci/azalia.h +++ b/sys/dev/pci/azalia.h @@ -1,4 +1,4 @@ -/* $OpenBSD: azalia.h,v 1.5 2006/05/08 04:18:43 brad Exp $ */ +/* $OpenBSD: azalia.h,v 1.6 2006/05/11 23:34:35 brad Exp $ */ /* $NetBSD: azalia.h,v 1.6 2006/01/16 14:15:26 kent Exp $ */ /*- @@ -425,9 +425,6 @@ #define CORB_NID_ROOT 0 #define HDA_MAX_CHANNELS 16 - -#define PCI_SUBCLASS_HDAUDIO 0x03 - /* memory-mapped types */ typedef struct { uint32_t low; |