Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111036
b: refs/heads/master
c: e8bfc6c
h: refs/heads/master
v: v3
  • Loading branch information
Robin H. Johnson authored and Jaroslav Kysela committed Sep 23, 2008
1 parent 4bf6038 commit 489b5cc
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 2a9c78160895af2a69ebcb1ac8be54b84815cfcf
refs/heads/master: e8bfc6c1d22395ab706784cb1bcd60f6f9569ed6
6 changes: 5 additions & 1 deletion trunk/sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -2249,8 +2249,12 @@ static struct hda_verb ad1988_spdif_init_verbs[] = {

/* AD1989 has no ADC -> SPDIF route */
static struct hda_verb ad1989_spdif_init_verbs[] = {
/* SPDIF out pin */
/* SPDIF-1 out pin */
{0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
{0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x27}, /* 0dB */
/* SPDIF-2/HDMI out pin */
{0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
{0x1d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x27}, /* 0dB */
{ }
};

Expand Down

0 comments on commit 489b5cc

Please sign in to comment.