diff options
author | Garrett D'Amore <gdamore@opensolaris.org> | 2010-05-13 17:56:59 -0700 |
---|---|---|
committer | Garrett D'Amore <gdamore@opensolaris.org> | 2010-05-13 17:56:59 -0700 |
commit | 1cf8017554419c737af6423276fb70e173f45e5c (patch) | |
tree | e5a0c96dcacd4cddcc2666aadbcf37107dd9051a | |
parent | 88c9c80da9e2e9eacf3b6cfce526a40c6122d8b0 (diff) | |
download | illumos-joyent-1cf8017554419c737af6423276fb70e173f45e5c.tar.gz |
6936695 wrong vendor id for C-Media ac'97
-rw-r--r-- | usr/src/uts/common/sys/audio/ac97.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/audio/ac97.h b/usr/src/uts/common/sys/audio/ac97.h index 6808a21e5f..ca99847d95 100644 --- a/usr/src/uts/common/sys/audio/ac97.h +++ b/usr/src/uts/common/sys/audio/ac97.h @@ -20,8 +20,7 @@ */ /* - * Copyright 2010 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. */ #ifndef _SYS_AC97_H @@ -509,7 +508,7 @@ extern "C" { #define AC97_VENDOR_AKM 0x414b4d00 /* Asahi Kasei */ #define AC97_VENDOR_ALC 0x414c4300 /* Realtek */ #define AC97_VENDOR_ALG 0x414c4700 /* Realtek */ -#define AC97_VENDOR_CMI 0x43d44900 /* Cmedia */ +#define AC97_VENDOR_CMI 0x434d4900 /* Cmedia */ #define AC97_VENDOR_CRY 0x43525900 /* Cirrus Logic */ #define AC97_VENDOR_CXT 0x43585400 /* Conexant */ #define AC97_VENDOR_EMC 0x454d4300 /* eMicro */ |