mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Add ids for ALC233 found on Intel Skull Mountain NUC.
This commit is contained in:
parent
20c69e76b4
commit
e407efca16
2 changed files with 2 additions and 0 deletions
|
|
@ -339,6 +339,7 @@
|
|||
/* Realtek */
|
||||
#define REALTEK_VENDORID 0x10ec
|
||||
#define HDA_CODEC_ALC221 HDA_CODEC_CONSTRUCT(REALTEK, 0x0221)
|
||||
#define HDA_CODEC_ALC233 HDA_CODEC_CONSTRUCT(REALTEK, 0x0233)
|
||||
#define HDA_CODEC_ALC260 HDA_CODEC_CONSTRUCT(REALTEK, 0x0260)
|
||||
#define HDA_CODEC_ALC262 HDA_CODEC_CONSTRUCT(REALTEK, 0x0262)
|
||||
#define HDA_CODEC_ALC267 HDA_CODEC_CONSTRUCT(REALTEK, 0x0267)
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ static const struct {
|
|||
{ HDA_CODEC_CS4207, 0, "Cirrus Logic CS4207" },
|
||||
{ HDA_CODEC_CS4210, 0, "Cirrus Logic CS4210" },
|
||||
{ HDA_CODEC_ALC221, 0, "Realtek ALC221" },
|
||||
{ HDA_CODEC_ALC233, 0, "Realtek ALC233" },
|
||||
{ HDA_CODEC_ALC260, 0, "Realtek ALC260" },
|
||||
{ HDA_CODEC_ALC262, 0, "Realtek ALC262" },
|
||||
{ HDA_CODEC_ALC267, 0, "Realtek ALC267" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue