Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182740
b: refs/heads/master
c: 0aea778
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 25, 2010
1 parent 61cc79f commit f29712b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 95f475f7a2e5d60fe9eeb7a2700753036a6ee6a0
refs/heads/master: 0aea778efa0d632b62eb35122cbb3b9fae548c61
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
case 0x10ec0888:
alc888_coef_init(codec);
break;
#if 0 /* XXX: This may cause the silent output on speaker on some machines */
case 0x10ec0267:
case 0x10ec0268:
snd_hda_codec_write(codec, 0x20, 0,
Expand All @@ -1157,6 +1158,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
AC_VERB_SET_PROC_COEF,
tmp | 0x3000);
break;
#endif /* XXX */
}
break;
}
Expand Down

0 comments on commit f29712b

Please sign in to comment.