From c95ecf0ad5183c24b250da97a79f1a0c2714398c Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 20 Jan 2010 08:35:06 +0100 Subject: [PATCH] --- yaml --- r: 179967 b: refs/heads/master c: dc99be47667c56046555e89e62f1ac17fa06329a h: refs/heads/master i: 179965: dfc43a9831d8c01e91da10e838afa662adc28799 179963: 11698f43cb3243b26ed6a911911019f6e33d4bca 179959: 82032cbb6cd830800a7f4d4d46ba15015235889b 179951: c6da42976eb0afb0dd25d21739ec30805c91729a 179935: 7006a98ee88be2cdf1133bf0596b07c276b1444b 179903: ab683f39ae79dd3ff928150da2eb8afe99dbd282 179839: 6d7697734e70bbc62f758903bd7551727f24e7e6 179711: fe48a44cdad0d3bf30c3287fd67f695d9fa70df2 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_realtek.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index f327366e7e2b..f35040356d68 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3fb4a508b8e7957aa899f32cd6d9d462e102c7ca +refs/heads/master: dc99be47667c56046555e89e62f1ac17fa06329a diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index 6ae610c0111e..d00e6d1da085 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/sound/pci/hda/patch_realtek.c @@ -10382,7 +10382,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[] = { @@ -11793,9 +11793,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 },