diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 8edd998509f7..45b4a8d70e08 100644 --- 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, | |||
4719 | cfg->dig_out_pins[0], cfg->dig_out_pins[1]); | 4719 | cfg->dig_out_pins[0], cfg->dig_out_pins[1]); |
4720 | snd_printd(" inputs:"); | 4720 | snd_printd(" inputs:"); |
4721 | for (i = 0; i < cfg->num_inputs; i++) { | 4721 | for (i = 0; i < cfg->num_inputs; i++) { |
4722 | snd_printdd(" %s=0x%x", | 4722 | snd_printd(" %s=0x%x", |
4723 | hda_get_autocfg_input_label(codec, cfg, i), | 4723 | hda_get_autocfg_input_label(codec, cfg, i), |
4724 | cfg->inputs[i].pin); | 4724 | cfg->inputs[i].pin); |
4725 | } | 4725 | } |