aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-04-10 21:27:49 +0000
committerEd Maste <emaste@FreeBSD.org>2020-04-10 21:27:49 +0000
commitb75e561a4ab4a0ee18b3a6c5845c0a36736465dc (patch)
tree2c3bb689cdc62a71c1075b74c878c33c59e1ce3f /sys/dev/sound
parent28e8046b2e907a7b047e007559d5496908b466d7 (diff)
downloadsrc-b75e561a4ab4a0ee18b3a6c5845c0a36736465dc.tar.gz
src-b75e561a4ab4a0ee18b3a6c5845c0a36736465dc.zip
hda: if a CODEC is not responding, report which one
PR: 229190 MFC after: 1 week
Notes
Notes: svn path=/head/; revision=359781
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 067cb779e97e..fecc40c4237d 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -1529,7 +1529,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 =