Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56491
b: refs/heads/master
c: b75e53f
h: refs/heads/master
i:
  56489: 17e1da3
  56487: e1b7bda
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 16, 2007
1 parent 4633f26 commit 0c1f6c2
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: d417045e7deeb37d97793805fe302da7b4f82eec
refs/heads/master: b75e53f09212f12369156710e84d1cbf115113cd
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,8 @@ static u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction)
direction == HDA_OUTPUT ?
AC_PAR_AMP_OUT_CAP :
AC_PAR_AMP_IN_CAP);
info->status |= INFO_AMP_CAPS;
if (info->amp_caps)
info->status |= INFO_AMP_CAPS;
}
return info->amp_caps;
}
Expand Down

0 comments on commit 0c1f6c2

Please sign in to comment.