ALSA: hda - Use snd_printd() in snd_hda_parse_pin_def_config()
authorTakashi Iwai <tiwai@suse.de>
Thu, 26 May 2011 12:10:44 +0000 (14:10 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 May 2011 12:10:44 +0000 (14:10 +0200)
commit0b6267376d1113bf8e09ae655919e6f0bbe90d01
tree2520430eb0c332d20f56a598a0b0b285dec596ce
parent739266566ae9ba6b01ed3a01165171705fa2974e
ALSA: hda - Use snd_printd() in snd_hda_parse_pin_def_config()

Fixed the wrong usage of snd_printdd() for debug prints of input
entries.  It should be snd_printd() like others.

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