diff options
| -rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index cc0e26c69978..0201f2c49939 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
| @@ -864,10 +864,6 @@ static struct hda_verb stac92hd73xx_core_init[] = { | |||
| 864 | }; | 864 | }; |
| 865 | 865 | ||
| 866 | static struct hda_verb stac92hd83xxx_core_init[] = { | 866 | static struct hda_verb stac92hd83xxx_core_init[] = { |
| 867 | { 0xa, AC_VERB_SET_CONNECT_SEL, 0x1}, | ||
| 868 | { 0xb, AC_VERB_SET_CONNECT_SEL, 0x1}, | ||
| 869 | { 0xd, AC_VERB_SET_CONNECT_SEL, 0x0}, | ||
| 870 | |||
| 871 | /* power state controls amps */ | 867 | /* power state controls amps */ |
| 872 | { 0x01, AC_VERB_SET_EAPD, 1 << 2}, | 868 | { 0x01, AC_VERB_SET_EAPD, 1 << 2}, |
| 873 | {} | 869 | {} |
| @@ -5076,7 +5072,6 @@ static int patch_stac92hd83xxx(struct hda_codec *codec) | |||
| 5076 | 5072 | ||
| 5077 | codec->spec = spec; | 5073 | codec->spec = spec; |
| 5078 | codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs; | 5074 | codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs; |
| 5079 | spec->mono_nid = 0x19; | ||
| 5080 | spec->digbeep_nid = 0x21; | 5075 | spec->digbeep_nid = 0x21; |
| 5081 | spec->mux_nids = stac92hd83xxx_mux_nids; | 5076 | spec->mux_nids = stac92hd83xxx_mux_nids; |
| 5082 | spec->num_muxes = ARRAY_SIZE(stac92hd83xxx_mux_nids); | 5077 | spec->num_muxes = ARRAY_SIZE(stac92hd83xxx_mux_nids); |
