ALSA: hda: Add PCI device prefix for clarity
authorDaniel J Blueman <daniel@quora.org>
Wed, 5 Dec 2012 15:04:21 +0000 (23:04 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Dec 2012 15:09:49 +0000 (16:09 +0100)
commit445a51b353c35fe54840c10352ef51152fbb94df
tree9e4a56ec11f178d29c5e4cbfa2d50294ca88be68
parentf4c482a4d0b3407cffaa79ef1c516bd5fe1dba13
ALSA: hda: Add PCI device prefix for clarity

When printing, use a prefix of the PCI domain, bus, device and function
as in other drivers, to differentiate multiple devices.

Important for reporting and debugging. A future step is to tidy this up with
dev_printk et al.

v2: Move conversion specifier into call site, preventing build issues
v3: Refactor for Takashi's for-next branch

Signed-off-by: Daniel J Blueman <daniel@quora.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c