Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109074
b: refs/heads/master
c: 1082c74
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Aug 22, 2008
1 parent cf0e357 commit 2fc06ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 320dcc30f498e0a8b282b14cf0feed1897ea3b34
refs/heads/master: 1082c7487cbe5a40755ba9e33552b6ecbf419bf2
6 changes: 3 additions & 3 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ static void alc_subsystem_id(struct hda_codec *codec,
tmp | 0x2010);
break;
case 0x10ec0888:
alc888_coef_init(codec);
/*alc888_coef_init(codec);*/ /* called in alc_init() */
break;
case 0x10ec0267:
case 0x10ec0268:
Expand Down Expand Up @@ -2439,6 +2439,8 @@ static int alc_init(struct hda_codec *codec)
unsigned int i;

alc_fix_pll(codec);
if (codec->vendor_id == 0x10ec0888)
alc888_coef_init(codec);

for (i = 0; i < spec->num_init_verbs; i++)
snd_hda_sequence_write(codec, spec->init_verbs[i]);
Expand Down Expand Up @@ -8426,8 +8428,6 @@ static int patch_alc883(struct hda_codec *codec)
codec->patch_ops = alc_patch_ops;
if (board_config == ALC883_AUTO)
spec->init_hook = alc883_auto_init;
else if (codec->vendor_id == 0x10ec0888)
spec->init_hook = alc888_coef_init;

#ifdef CONFIG_SND_HDA_POWER_SAVE
if (!spec->loopback.amplist)
Expand Down

0 comments on commit 2fc06ca

Please sign in to comment.