Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28511
b: refs/heads/master
c: 474167d
h: refs/heads/master
i:
  28509: 84f35c6
  28507: be85136
  28503: 7961735
  28495: 3cae03d
  28479: d54bc10
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 8e18515 commit e95fd51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 6581f4e74d8541dd7d579f64e94822622cbb1654
refs/heads/master: 474167d646cb2147b9fcd7bacf5cdf8177ed43c4
4 changes: 3 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -3106,6 +3106,7 @@ static struct hda_verb alc260_init_verbs[] = {
{ }
};

#if 0 /* should be identical with alc260_init_verbs? */
static struct hda_verb alc260_hp_init_verbs[] = {
/* Headphone and output */
{0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
Expand Down Expand Up @@ -3152,6 +3153,7 @@ static struct hda_verb alc260_hp_init_verbs[] = {
{0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
{ }
};
#endif

static struct hda_verb alc260_hp_3013_init_verbs[] = {
/* Line out and output */
Expand Down Expand Up @@ -3867,7 +3869,7 @@ static struct alc_config_preset alc260_presets[] = {
.mixers = { alc260_base_output_mixer,
alc260_input_mixer,
alc260_capture_alt_mixer },
.init_verbs = { alc260_hp_init_verbs },
.init_verbs = { alc260_init_verbs },
.num_dacs = ARRAY_SIZE(alc260_dac_nids),
.dac_nids = alc260_dac_nids,
.num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
Expand Down

0 comments on commit e95fd51

Please sign in to comment.