hda: if a CODEC is not responding, report which one

PR:		229190
MFC after:	1 week
This commit is contained in:
emaste 2020-04-10 21:27:49 +00:00
parent 94b6842dcf
commit 581f12f4a6

View File

@ -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 =