Skip to content

Commit

Permalink
ALSA: hda - Remove superfluous external amp setup for ALC888
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai committed May 6, 2010
1 parent 20d157a commit ef5dbbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -10580,9 +10580,6 @@ static int patch_alc882(struct hda_codec *codec)
spec->stream_digital_playback = &alc882_pcm_digital_playback;
spec->stream_digital_capture = &alc882_pcm_digital_capture;

if (codec->vendor_id == 0x10ec0888)
spec->init_amp = ALC_INIT_DEFAULT; /* always initialize */

if (!spec->adc_nids && spec->input_mux) {
int i, j;
spec->num_adc_nids = 0;
Expand Down

0 comments on commit ef5dbbc

Please sign in to comment.