summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2013-11-09 05:53:20 +0000
committerjsg <jsg@openbsd.org>2013-11-09 05:53:20 +0000
commit3a3b90d16ea72aadaaf4937ae57b55717e37d1db (patch)
treec9a4a86ea50d2dc5bd6d8c6f981ba003f4178676 /sys
parentenable snooping on Intel 8 Series HD Audio (diff)
downloadwireguard-openbsd-3a3b90d16ea72aadaaf4937ae57b55717e37d1db.tar.xz
wireguard-openbsd-3a3b90d16ea72aadaaf4937ae57b55717e37d1db.zip
recognise Realtek ALC221
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/azalia_codec.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/azalia_codec.c b/sys/dev/pci/azalia_codec.c
index 71c936ea311..1a3b702e249 100644
--- a/sys/dev/pci/azalia_codec.c
+++ b/sys/dev/pci/azalia_codec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: azalia_codec.c,v 1.155 2013/10/06 10:46:24 rapha Exp $ */
+/* $OpenBSD: azalia_codec.c,v 1.156 2013/11/09 05:53:20 jsg Exp $ */
/* $NetBSD: azalia_codec.c,v 1.8 2006/05/10 11:17:27 kent Exp $ */
/*-
@@ -72,6 +72,9 @@ azalia_codec_init_vtbl(codec_t *this)
AZ_QRK_GPIO_UNMUTE_3;
}
break;
+ case 0x10ec0221:
+ this->name = "Realtek ALC221";
+ break;
case 0x10ec0260:
this->name = "Realtek ALC260";
if (this->subid == 0x008f1025)