]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: hda - Show the fatal CORB/RIRB error more clearly
authorTakashi Iwai <tiwai@suse.de>
Fri, 26 Jul 2019 09:42:34 +0000 (11:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Jul 2019 12:24:55 +0000 (14:24 +0200)
commitdd65f7e19c6961ba6a69f7c925021b7a270cb950
treee6ca97d0577a4638b48d6dc23a3d5364b6ef4270
parent5e291a908869dd4fe70832a89678c6b0c1b8c481
ALSA: hda - Show the fatal CORB/RIRB error more clearly

The last fallback of CORB/RIRB communication error recovery is to turn
on the single command mode, and this last resort usually means that
something is really screwed up.  Instead of a normal dev_err(), show
the error more clearly with dev_WARN() with the caller stack trace.

Also, show the bus-reset fallback also as an error, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_controller.c