Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130940
b: refs/heads/master
c: 516a1ce
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Feb 2, 2009
1 parent 1cc8a10 commit e2b318d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3077e44c48242bb5867b41586f23aa8f6921073a
refs/heads/master: 516a1ced456a6d118db738f0f09fce0cb0f42794
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/hda_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e2b318d

Please sign in to comment.