diff options
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 59a52a430f24..e826ff75548b 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -5629,26 +5629,8 @@ again: | |||
5629 | stac92xx_set_config_regs(codec, | 5629 | stac92xx_set_config_regs(codec, |
5630 | stac92hd83xxx_brd_tbl[spec->board_config]); | 5630 | stac92hd83xxx_brd_tbl[spec->board_config]); |
5631 | 5631 | ||
5632 | switch (codec->vendor_id) { | 5632 | if (spec->board_config != STAC_92HD83XXX_PWR_REF) |
5633 | case 0x111d76d1: | ||
5634 | case 0x111d76d9: | ||
5635 | case 0x111d76df: | ||
5636 | case 0x111d76e5: | ||
5637 | case 0x111d7666: | ||
5638 | case 0x111d7667: | ||
5639 | case 0x111d7668: | ||
5640 | case 0x111d7669: | ||
5641 | case 0x111d76e3: | ||
5642 | case 0x111d7604: | ||
5643 | case 0x111d76d4: | ||
5644 | case 0x111d7605: | ||
5645 | case 0x111d76d5: | ||
5646 | case 0x111d76e7: | ||
5647 | if (spec->board_config == STAC_92HD83XXX_PWR_REF) | ||
5648 | break; | ||
5649 | spec->num_pwrs = 0; | 5633 | spec->num_pwrs = 0; |
5650 | break; | ||
5651 | } | ||
5652 | 5634 | ||
5653 | codec->patch_ops = stac92xx_patch_ops; | 5635 | codec->patch_ops = stac92xx_patch_ops; |
5654 | 5636 | ||