svn commit: r360314 - stable/12/sys/dev/sound/pci/hda
Ed Maste
emaste at FreeBSD.org
Sat Apr 25 15:42:38 UTC 2020
Author: emaste
Date: Sat Apr 25 15:42:38 2020
New Revision: 360314
URL: https://svnweb.freebsd.org/changeset/base/360314
Log:
MFC r359781: hda: if a CODEC is not responding, report which one
PR: 229190
Modified:
stable/12/sys/dev/sound/pci/hda/hdac.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/dev/sound/pci/hda/hdac.c
==============================================================================
--- stable/12/sys/dev/sound/pci/hda/hdac.c Sat Apr 25 15:38:48 2020 (r360313)
+++ stable/12/sys/dev/sound/pci/hda/hdac.c Sat Apr 25 15:42:38 2020 (r360314)
@@ -1526,7 +1526,7 @@ hdac_attach2(void *arg)
if (vendorid == HDA_INVALID &&
revisionid == HDA_INVALID) {
device_printf(sc->dev,
- "CODEC is not responding!\n");
+ "CODEC at address %d not responding!\n", i);
continue;
}
sc->codecs[i].vendor_id =
More information about the svn-src-stable
mailing list