Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248483
b: refs/heads/master
c: 1682c81
h: refs/heads/master
i:
  248481: f5db965
  248479: 9a1fed0
v: v3
  • Loading branch information
Takashi Iwai committed May 17, 2011
1 parent f301547 commit bacfe38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 06dec2282b1366136442950958b517db691533a1
refs/heads/master: 1682c8174692180fcb19317704a0d32c8731eb33
3 changes: 1 addition & 2 deletions trunk/sound/pci/hda/patch_cirrus.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@ static hda_nid_t get_adc(struct hda_codec *codec, hda_nid_t pin,
hda_nid_t pins[2];
unsigned int type;
int j, nums;
type = (get_wcaps(codec, nid) & AC_WCAP_TYPE)
>> AC_WCAP_TYPE_SHIFT;
type = get_wcaps_type(get_wcaps(codec, nid));
if (type != AC_WID_AUD_IN)
continue;
nums = snd_hda_get_connections(codec, nid, pins,
Expand Down

0 comments on commit bacfe38

Please sign in to comment.