projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7392665
)
ALSA: hda - Use snd_printd() in snd_hda_parse_pin_def_config()
author
Takashi Iwai
<tiwai@suse.de>
Thu, 26 May 2011 12:10:44 +0000
(14:10 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 26 May 2011 12:10:44 +0000
(14:10 +0200)
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
patch
|
blob
|
history
diff --git
a/sound/pci/hda/hda_codec.c
b/sound/pci/hda/hda_codec.c
index 8edd998509f72057143a75715ce19c17e4896354..45b4a8d70e085a36849f32d971e0d987b6ded638 100644
(file)
--- a/
sound/pci/hda/hda_codec.c
+++ b/
sound/pci/hda/hda_codec.c
@@
-4719,7
+4719,7
@@
int snd_hda_parse_pin_def_config(struct hda_codec *codec,
cfg->dig_out_pins[0], cfg->dig_out_pins[1]);
snd_printd(" inputs:");
for (i = 0; i < cfg->num_inputs; i++) {
- snd_printd
d
(" %s=0x%x",
+ snd_printd(" %s=0x%x",
hda_get_autocfg_input_label(codec, cfg, i),
cfg->inputs[i].pin);
}