Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157801
b: refs/heads/master
c: 254da00
h: refs/heads/master
i:
  157799: 0a32c1b
v: v3
  • Loading branch information
Jaroslav Kysela authored and Takashi Iwai committed Jul 22, 2009
1 parent 5b281ff commit 6df98ee
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 052960483833f81603450e2a3cfa7a5ee98eedd4
refs/heads/master: 254da007f93f79ee773788cbb38f24dfab9590f5
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static int add_new_node(struct hda_codec *codec, struct hda_gspec *spec, hda_nid
node->nid = nid;
node->wid_caps = get_wcaps(codec, nid);
node->type = (node->wid_caps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
if (node->type <= AC_WID_BEEP || node->type == AC_WID_VENDOR) {
if (node->wid_caps & AC_WCAP_CONN_LIST) {
nconns = snd_hda_get_connections(codec, nid, conn_list,
HDA_MAX_CONNECTIONS);
if (nconns < 0) {
Expand Down

0 comments on commit 6df98ee

Please sign in to comment.