Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62049
b: refs/heads/master
c: 807a463
h: refs/heads/master
i:
  62047: a35d3bc
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jul 20, 2007
1 parent dce1068 commit bf4b8c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d5d3bc3eddf2ad97b2cb090b92580e7fed6cee1
refs/heads/master: 807a463603a2e014f36e88317aa5e07c15887fcd
7 changes: 7 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2127,6 +2127,13 @@ static int patch_stac922x(struct hda_codec *codec)

codec->patch_ops = stac92xx_patch_ops;

/* Fix Mux capture level; max to 2 */
snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
(0 << AC_AMPCAP_OFFSET_SHIFT) |
(2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
(0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
(0 << AC_AMPCAP_MUTE_SHIFT));

return 0;
}

Expand Down

0 comments on commit bf4b8c0

Please sign in to comment.