From 5b05b622062872d674cbdb63840a4c0327eba1df Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 26 May 2011 14:10:44 +0200 Subject: [PATCH] --- yaml --- r: 252108 b: refs/heads/master c: 0b6267376d1113bf8e09ae655919e6f0bbe90d01 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_codec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cbeef7a1d053..e009ad0a3e7f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 739266566ae9ba6b01ed3a01165171705fa2974e +refs/heads/master: 0b6267376d1113bf8e09ae655919e6f0bbe90d01 diff --git a/trunk/sound/pci/hda/hda_codec.c b/trunk/sound/pci/hda/hda_codec.c index 8edd998509f7..45b4a8d70e08 100644 --- a/trunk/sound/pci/hda/hda_codec.c +++ b/trunk/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_printdd(" %s=0x%x", + snd_printd(" %s=0x%x", hda_get_autocfg_input_label(codec, cfg, i), cfg->inputs[i].pin); }