ALSA: hda/hdmi: improve debug traces for stream lookups
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Fri, 3 Jul 2020 15:38:18 +0000 (18:38 +0300)
committerTakashi Iwai <tiwai@suse.de>
Tue, 7 Jul 2020 08:13:13 +0000 (10:13 +0200)
commit90670fdfcf210f997c18490922bd3603b248f349
tree359df807e5e3689951cadb3ae6498905861a46dc
parent56275036d8185f92eceac7479d48b858ee3dab84
ALSA: hda/hdmi: improve debug traces for stream lookups

The HDMI codec driver has two debug traces printed from different
functions but with identical message content:

"HDMI: hinfo 000000006a6b84d9 not registered"

Fix this duplication and also add a bit more context in addition to raw
object pointer, to help analysis of kernel logs.

Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20200703153818.2808592-2-kai.vehmanen@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c