Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92015
b: refs/heads/master
c: 12a733e
h: refs/heads/master
i:
  92013: 5af2154
  92011: 995d1d1
  92007: 4cd9fbf
  91999: c380add
v: v3
  • Loading branch information
Takashi Iwai committed Apr 24, 2008
1 parent b0d1a6f commit b62c869
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 09f99701393c7b66bde01df6c292fe5d9f843033
refs/heads/master: 12a733e56c0f1c78bd34bf36e9765463fd51c88e
5 changes: 5 additions & 0 deletions trunk/sound/pci/hda/patch_atihdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ static int atihdmi_build_controls(struct hda_codec *codec)
static int atihdmi_init(struct hda_codec *codec)
{
snd_hda_sequence_write(codec, atihdmi_basic_init);
/* SI codec requires to unmute the pin */
if (get_wcaps(codec, 0x03) & AC_WCAP_OUT_AMP)
snd_hda_codec_write(codec, 0x03, 0, AC_VERB_SET_AMP_GAIN_MUTE,
AMP_OUT_UNMUTE);
return 0;
}

Expand Down Expand Up @@ -158,5 +162,6 @@ struct hda_codec_preset snd_hda_preset_atihdmi[] = {
{ .id = 0x10027919, .name = "ATI RS600 HDMI", .patch = patch_atihdmi },
{ .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi },
{ .id = 0x1002aa01, .name = "ATI R6xx HDMI", .patch = patch_atihdmi },
{ .id = 0x10951392, .name = "SI HDMI", .patch = patch_atihdmi },
{} /* terminator */
};

0 comments on commit b62c869

Please sign in to comment.