Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179967
b: refs/heads/master
c: dc99be4
h: refs/heads/master
i:
  179965: dfc43a9
  179963: 11698f4
  179959: 82032cb
  179951: c6da429
  179935: 7006a98
  179903: ab683f3
  179839: 6d76977
  179711: fe48a44
v: v3
  • Loading branch information
Takashi Iwai committed Jan 20, 2010
1 parent 9588783 commit c95ecf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3fb4a508b8e7957aa899f32cd6d9d462e102c7ca
refs/heads/master: dc99be47667c56046555e89e62f1ac17fa06329a
6 changes: 3 additions & 3 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down Expand Up @@ -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 },
Expand Down

0 comments on commit c95ecf0

Please sign in to comment.