Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 15:42:38 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r360314 - stable/12/sys/dev/sound/pci/hda
Message-ID:  <202004251542.03PFgcBR075220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 =



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004251542.03PFgcBR075220>