mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add Intel Cougar Point PCH HD Audio Controller ID
MFC in a week
This commit is contained in:
parent
880a50b513
commit
f0d5a975b3
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ SND_DECLARE_FILE("$FreeBSD$");
|
|||
|
||||
/* Intel */
|
||||
#define INTEL_VENDORID 0x8086
|
||||
#define HDA_INTEL_CPT HDA_MODEL_CONSTRUCT(INTEL, 0x1c20)
|
||||
#define HDA_INTEL_82801F HDA_MODEL_CONSTRUCT(INTEL, 0x2668)
|
||||
#define HDA_INTEL_63XXESB HDA_MODEL_CONSTRUCT(INTEL, 0x269a)
|
||||
#define HDA_INTEL_82801G HDA_MODEL_CONSTRUCT(INTEL, 0x27d8)
|
||||
|
|
@ -486,6 +487,7 @@ static const struct {
|
|||
char *desc;
|
||||
char flags;
|
||||
} hdac_devices[] = {
|
||||
{ HDA_INTEL_CPT, "Intel Cougar Point", 0 },
|
||||
{ HDA_INTEL_82801F, "Intel 82801F", 0 },
|
||||
{ HDA_INTEL_63XXESB, "Intel 631x/632xESB", 0 },
|
||||
{ HDA_INTEL_82801G, "Intel 82801G", 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue