ALSA: hda/hdmi: always print pin NIDs as hexadecimal
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Fri, 11 Dec 2020 12:45:47 +0000 (14:45 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Dec 2020 13:02:47 +0000 (14:02 +0100)
commit13b1f8aa6569060480dc747e45741581dbc0cfc2
treec639ad9f3aa0d699142dcedf25a94fade335325b
parent19b5926b68252b36bde1cc7b26fb858bd1b9bebb
ALSA: hda/hdmi: always print pin NIDs as hexadecimal

The debug prints from patch_hdmi.c are not aligned with HDA common code
in hda_codec.c nor with other HDA codec drivers.

To align with rest of the codebase, use hexadecimal formatting whenever
printing value of a HDA NID. Also refer to NIDs with capital letters in
traces as is done other modules. This presentation is also aligned with
the formatting used in HDA codec procfs entry.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20201211124547.3243871-1-kai.vehmanen@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c