summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2017-04-27 06:27:39 +0000
committermav <mav@FreeBSD.org>2017-04-27 06:27:39 +0000
commitb18f06f88071be5d79038dc0e910d4876b22757f (patch)
tree6b0e0f717994f4cbcd1f3e754a38bf54492befbd
parent8aa5d97b2e319a61cfa321a14b614e9c710b92c6 (diff)
downloadFreeBSD-src-b18f06f88071be5d79038dc0e910d4876b22757f.zip
FreeBSD-src-b18f06f88071be5d79038dc0e910d4876b22757f.tar.gz
MFC r315961: Add ids for ALC233 found on Intel Skull Mountain NUC.
-rw-r--r--sys/dev/sound/pci/hda/hdac.h1
-rw-r--r--sys/dev/sound/pci/hda/hdacc.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h
index 0849bac..735a3b5 100644
--- a/sys/dev/sound/pci/hda/hdac.h
+++ b/sys/dev/sound/pci/hda/hdac.h
@@ -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)
diff --git a/sys/dev/sound/pci/hda/hdacc.c b/sys/dev/sound/pci/hda/hdacc.c
index 9161b4c..e71124f 100644
--- a/sys/dev/sound/pci/hda/hdacc.c
+++ b/sys/dev/sound/pci/hda/hdacc.c
@@ -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" },
OpenPOWER on IntegriCloud