]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit074daa431a19f27d16e4290a0166fe72f08e9491
treec639ad9f3aa0d699142dcedf25a94fade335325b
parentd447310e62a8833028a674b7b68f74c9ce65d4cb
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