From: jsg Date: Sun, 30 May 2021 03:18:38 +0000 (+0000) Subject: recognise ALC294 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=411d1b0b93bb40f8e601fa0171ad99d9a96430fe;p=openbsd recognise ALC294 --- diff --git a/sys/dev/pci/azalia_codec.c b/sys/dev/pci/azalia_codec.c index 4a883f0ab9c..2e7c797ddd6 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.184 2021/04/20 04:31:54 ratchov Exp $ */ +/* $OpenBSD: azalia_codec.c,v 1.185 2021/05/30 03:18:38 jsg Exp $ */ /* $NetBSD: azalia_codec.c,v 1.8 2006/05/10 11:17:27 kent Exp $ */ /*- @@ -210,6 +210,9 @@ azalia_codec_init_vtbl(codec_t *this) else this->name = "Realtek ALC293"; break; + case 0x10ec0294: + this->name = "Realtek ALC294"; + break; case 0x10ec0295: if (PCI_VENDOR(this->subid) == PCI_VENDOR_DELL) this->name = "Realtek ALC3254";