From e2b318d303813310ffd1ce9ee6124fbee56b72d6 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 2 Feb 2009 11:37:03 +0100 Subject: [PATCH] --- yaml --- r: 130940 b: refs/heads/master c: 516a1ced456a6d118db738f0f09fce0cb0f42794 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_proc.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 809c3fa170bd..a6121b9e7981 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3077e44c48242bb5867b41586f23aa8f6921073a +refs/heads/master: 516a1ced456a6d118db738f0f09fce0cb0f42794 diff --git a/trunk/sound/pci/hda/hda_proc.c b/trunk/sound/pci/hda/hda_proc.c index 7ca66d654148..144b85276d5a 100644 --- a/trunk/sound/pci/hda/hda_proc.c +++ b/trunk/sound/pci/hda/hda_proc.c @@ -399,7 +399,8 @@ static void print_conn_list(struct snd_info_buffer *buffer, { int c, curr = -1; - if (conn_len > 1 && wid_type != AC_WID_AUD_MIX) + if (conn_len > 1 && wid_type != AC_WID_AUD_MIX && + wid_type != AC_WID_VOL_KNB) curr = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONNECT_SEL, 0); snd_iprintf(buffer, " Connection: %d\n", conn_len);