Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273559
b: refs/heads/master
c: 35c1177
h: refs/heads/master
i:
  273557: 782d3b6
  273555: b6a59bb
  273551: f431222
v: v3
  • Loading branch information
Charles Chin authored and Takashi Iwai committed Nov 2, 2011
1 parent 7bb732e commit 3eb06a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 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: 08a1f5eb435640741c7b7d10fb339425dff786bb
refs/heads/master: 35c11777b906042eca9e6f1c03e464726c7faa07
20 changes: 1 addition & 19 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -5629,26 +5629,8 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
stac92xx_set_config_regs(codec,
stac92hd83xxx_brd_tbl[spec->board_config]);

switch (codec->vendor_id) {
case 0x111d76d1:
case 0x111d76d9:
case 0x111d76df:
case 0x111d76e5:
case 0x111d7666:
case 0x111d7667:
case 0x111d7668:
case 0x111d7669:
case 0x111d76e3:
case 0x111d7604:
case 0x111d76d4:
case 0x111d7605:
case 0x111d76d5:
case 0x111d76e7:
if (spec->board_config == STAC_92HD83XXX_PWR_REF)
break;
if (spec->board_config != STAC_92HD83XXX_PWR_REF)
spec->num_pwrs = 0;
break;
}

codec->patch_ops = stac92xx_patch_ops;

Expand Down

0 comments on commit 3eb06a4

Please sign in to comment.