diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-23 06:35:25 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-23 06:35:25 -0500 |
commit | 19a2d3e9b99ffa264adf1138bd8d8aef8909dca9 (patch) | |
tree | 4b0d620306cf0f7660d0c247365305623a17dde0 /sound/pci/hda/patch_analog.c | |
parent | 6d6e17de4f64131e9c976fd524d73aaec268178f (diff) |
ALSA: hda - Remove invalid amp initializations for AD1988* codecs
The ADC widgets on AD1988* codecs have no amp controls.
Remove invalid initialization verbs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 9a902c2f05a2..52bc85dd6f54 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -2288,10 +2288,6 @@ static struct hda_verb ad1988_capture_init_verbs[] = { | |||
2288 | {0x0c, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2288 | {0x0c, AC_VERB_SET_CONNECT_SEL, 0x1}, |
2289 | {0x0d, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2289 | {0x0d, AC_VERB_SET_CONNECT_SEL, 0x1}, |
2290 | {0x0e, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2290 | {0x0e, AC_VERB_SET_CONNECT_SEL, 0x1}, |
2291 | /* ADCs; muted */ | ||
2292 | {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | ||
2293 | {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | ||
2294 | {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | ||
2295 | 2291 | ||
2296 | { } | 2292 | { } |
2297 | }; | 2293 | }; |
@@ -2399,10 +2395,6 @@ static struct hda_verb ad1988_3stack_init_verbs[] = { | |||
2399 | {0x0c, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2395 | {0x0c, AC_VERB_SET_CONNECT_SEL, 0x1}, |
2400 | {0x0d, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2396 | {0x0d, AC_VERB_SET_CONNECT_SEL, 0x1}, |
2401 | {0x0e, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2397 | {0x0e, AC_VERB_SET_CONNECT_SEL, 0x1}, |
2402 | /* ADCs; muted */ | ||
2403 | {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | ||
2404 | {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | ||
2405 | {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | ||
2406 | /* Analog Mix output amp */ | 2398 | /* Analog Mix output amp */ |
2407 | {0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x1f}, /* 0dB */ | 2399 | {0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x1f}, /* 0dB */ |
2408 | { } | 2400 | { } |
@@ -2474,10 +2466,6 @@ static struct hda_verb ad1988_laptop_init_verbs[] = { | |||
2474 | {0x0c, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2466 | {0x0c, AC_VERB_SET_CONNECT_SEL, 0x1}, |
2475 | {0x0d, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2467 | {0x0d, AC_VERB_SET_CONNECT_SEL, 0x1}, |
2476 | {0x0e, AC_VERB_SET_CONNECT_SEL, 0x1}, | 2468 | {0x0e, AC_VERB_SET_CONNECT_SEL, 0x1}, |
2477 | /* ADCs; muted */ | ||
2478 | {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | ||
2479 | {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | ||
2480 | {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, | ||
2481 | /* Analog Mix output amp */ | 2469 | /* Analog Mix output amp */ |
2482 | {0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x1f}, /* 0dB */ | 2470 | {0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x1f}, /* 0dB */ |
2483 | { } | 2471 | { } |