diff options
-rw-r--r-- | sound/pci/hda/hda_proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c index 35a630d1770f..5633f77f8f3b 100644 --- a/sound/pci/hda/hda_proc.c +++ b/sound/pci/hda/hda_proc.c | |||
@@ -584,7 +584,8 @@ static void print_codec_info(struct snd_info_entry *entry, | |||
584 | print_amp_caps(buffer, codec, nid, HDA_INPUT); | 584 | print_amp_caps(buffer, codec, nid, HDA_INPUT); |
585 | snd_iprintf(buffer, " Amp-In vals: "); | 585 | snd_iprintf(buffer, " Amp-In vals: "); |
586 | print_amp_vals(buffer, codec, nid, HDA_INPUT, | 586 | print_amp_vals(buffer, codec, nid, HDA_INPUT, |
587 | wid_caps & AC_WCAP_STEREO, conn_len); | 587 | wid_caps & AC_WCAP_STEREO, |
588 | wid_type == AC_WID_PIN ? 1 : conn_len); | ||
588 | } | 589 | } |
589 | if (wid_caps & AC_WCAP_OUT_AMP) { | 590 | if (wid_caps & AC_WCAP_OUT_AMP) { |
590 | snd_iprintf(buffer, " Amp-Out caps: "); | 591 | snd_iprintf(buffer, " Amp-Out caps: "); |