From: jsg Date: Thu, 8 Sep 2022 01:35:39 +0000 (+0000) Subject: recognise Realtek ALC245 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=727cd478d9abcb75d2f92d94ee39787e661c4db9;p=openbsd recognise Realtek ALC245 from Neel Chauhan --- diff --git a/sys/dev/pci/azalia_codec.c b/sys/dev/pci/azalia_codec.c index cfb3d005f5d..0fb0c5c3cd0 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.188 2022/08/03 05:54:50 jsg Exp $ */ +/* $OpenBSD: azalia_codec.c,v 1.189 2022/09/08 01:35:39 jsg Exp $ */ /* $NetBSD: azalia_codec.c,v 1.8 2006/05/10 11:17:27 kent Exp $ */ /*- @@ -98,6 +98,9 @@ azalia_codec_init_vtbl(codec_t *this) else this->name = "Realtek ALC236"; break; + case 0x10ec0245: + this->name = "Realtek ALC245"; + break; case 0x10ec0255: this->name = "Realtek ALC255"; break;