From 3eb06a4c580a0b12d88bd22d8f93ba6152d399db Mon Sep 17 00:00:00 2001 From: Charles Chin Date: Wed, 2 Nov 2011 07:53:30 +0100 Subject: [PATCH] --- yaml --- r: 273559 b: refs/heads/master c: 35c11777b906042eca9e6f1c03e464726c7faa07 h: refs/heads/master i: 273557: 782d3b6c56129814e91cbdb7a2827991b0e99570 273555: b6a59bb1c91c502ad1b209b7e029ee579e8aee8b 273551: f4312225a08018d37f5aa2a85c3700402470f361 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 20 +------------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/[refs] b/[refs] index bf565cb149c3..085ccf0da82d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08a1f5eb435640741c7b7d10fb339425dff786bb +refs/heads/master: 35c11777b906042eca9e6f1c03e464726c7faa07 diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index 59a52a430f24..e826ff75548b 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -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;