diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-05-06 02:40:25 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-05-06 02:40:25 -0400 |
commit | ef5dbbccbbfa7d2211fa8efcc095a9f4a7912dda (patch) | |
tree | 02467e3a1c6f15a99ab61f86a030847ec5033a78 /sound/pci | |
parent | 20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf (diff) |
ALSA: hda - Remove superfluous external amp setup for ALC888
We had a fixed external amp setup enabled for ALC888, but this seems
unnecessary. The amps are controlled rather by GPIOs.
Let's remove it now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 2078a1ac0f10..2b0131fb026d 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -10580,9 +10580,6 @@ static int patch_alc882(struct hda_codec *codec) | |||
10580 | spec->stream_digital_playback = &alc882_pcm_digital_playback; | 10580 | spec->stream_digital_playback = &alc882_pcm_digital_playback; |
10581 | spec->stream_digital_capture = &alc882_pcm_digital_capture; | 10581 | spec->stream_digital_capture = &alc882_pcm_digital_capture; |
10582 | 10582 | ||
10583 | if (codec->vendor_id == 0x10ec0888) | ||
10584 | spec->init_amp = ALC_INIT_DEFAULT; /* always initialize */ | ||
10585 | |||
10586 | if (!spec->adc_nids && spec->input_mux) { | 10583 | if (!spec->adc_nids && spec->input_mux) { |
10587 | int i, j; | 10584 | int i, j; |
10588 | spec->num_adc_nids = 0; | 10585 | spec->num_adc_nids = 0; |