diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-02-05 09:09:25 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-02-05 09:09:25 +0100 |
commit | 794d6206508673d7c7426976d4e78e6af10b3e4f (patch) | |
tree | d429dc7a774f9cd5d6b77509edcacdb813831ce3 /sound/pci/hda/patch_realtek.c | |
parent | ALSA: hda - Add support of ALC665 (diff) | |
parent | ALSA: cosmetic: make hda intel interrupt name consistent with others (diff) | |
download | linux-794d6206508673d7c7426976d4e78e6af10b3e4f.tar.xz linux-794d6206508673d7c7426976d4e78e6af10b3e4f.zip |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 82772f0ab3e7..0c224977c8cf 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9514,6 +9514,7 @@ static struct alc_config_preset alc882_presets[] = { .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes), .channel_mode = alc883_3ST_6ch_modes, .need_dac_fix = 1, + .const_channel_count = 6, .num_mux_defs = ARRAY_SIZE(alc888_2_capture_sources), .input_mux = alc888_2_capture_sources, @@ -10423,7 +10424,7 @@ static void alc262_hp_t5735_setup(struct hda_codec *codec) struct alc_spec *spec = codec->spec; spec->autocfg.hp_pins[0] = 0x15; - spec->autocfg.speaker_pins[0] = 0x0c; /* HACK: not actually a pin */ + spec->autocfg.speaker_pins[0] = 0x14; } static struct snd_kcontrol_new alc262_hp_t5735_mixer[] = { @@ -11852,9 +11853,9 @@ static struct alc_config_preset alc262_presets[] = { .num_channel_mode = ARRAY_SIZE(alc262_modes), .channel_mode = alc262_modes, .input_mux = &alc262_capture_source, - .unsol_event = alc_automute_amp_unsol_event, + .unsol_event = alc_sku_unsol_event, .setup = alc262_hp_t5735_setup, - .init_hook = alc_automute_amp, + .init_hook = alc_inithook, }, [ALC262_HP_RP5700] = { .mixers = { alc262_hp_rp5700_mixer }, |