Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231834
b: refs/heads/master
c: 6fc398c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 13, 2011
1 parent 5fda74c commit 5601e6a
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 74dc8909c1ce38098e6689239ed6ae6b6bf9f92b
refs/heads/master: 6fc398cb306b0441436c93d6ddead3109b99f884
5 changes: 4 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -19366,7 +19366,10 @@ static void alc662_auto_init(struct hda_codec *codec)
}

static void alc272_fixup_mario(struct hda_codec *codec,
const struct alc_fixup *fix, int pre_init) {
const struct alc_fixup *fix, int pre_init)
{
if (!pre_init)
return;
if (snd_hda_override_amp_caps(codec, 0x2, HDA_OUTPUT,
(0x3b << AC_AMPCAP_OFFSET_SHIFT) |
(0x3b << AC_AMPCAP_NUM_STEPS_SHIFT) |
Expand Down

0 comments on commit 5601e6a

Please sign in to comment.