At Thu, 9 Jul 2009 18:00:37 +0200, okias wrote: > > Simplify ALC882_TARGA and return gpio3 to ALC883_TARGA_DIG and > ALC883_TARGA_2ch_DIG, which I accidentally removed in commit id > 64a8be74357477558183b43156c5536b642de134 > > Signed-off-by: David Heidelberger <d.okias@xxxxxxxxx> Applied now. Thanks. Takashi > > --- > > --- sound/pci/hda/patch_realtek.c 2009-07-09 17:36:37.593323363 +0200 > +++ sound/pci/hda/patch_realtek.c 2009-07-09 17:57:31.014574807 +0200 > @@ -6895,9 +6895,6 @@ static struct hda_verb alc882_targa_verb > {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */ > > {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN}, > - {0x01, AC_VERB_SET_GPIO_MASK, 0x03}, > - {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03}, > - {0x01, AC_VERB_SET_GPIO_DATA, 0x03}, > { } /* end */ > }; > > @@ -7217,7 +7214,8 @@ static struct alc_config_preset alc882_p > }, > [ALC882_TARGA] = { > .mixers = { alc882_targa_mixer, alc882_chmode_mixer }, > - .init_verbs = { alc882_init_verbs, alc882_targa_verbs}, > + .init_verbs = { alc882_init_verbs, alc880_gpio3_init_verbs, > + alc882_targa_verbs}, > .num_dacs = ARRAY_SIZE(alc882_dac_nids), > .dac_nids = alc882_dac_nids, > .dig_out_nid = ALC882_DIGOUT_NID, > @@ -9212,7 +9210,8 @@ static struct alc_config_preset alc883_p > }, > [ALC883_TARGA_DIG] = { > .mixers = { alc883_targa_mixer, alc883_chmode_mixer }, > - .init_verbs = { alc883_init_verbs, alc883_targa_verbs}, > + .init_verbs = { alc883_init_verbs, alc880_gpio3_init_verbs, > + alc883_targa_verbs}, > .num_dacs = ARRAY_SIZE(alc883_dac_nids), > .dac_nids = alc883_dac_nids, > .dig_out_nid = ALC883_DIGOUT_NID, > @@ -9225,7 +9224,8 @@ static struct alc_config_preset alc883_p > }, > [ALC883_TARGA_2ch_DIG] = { > .mixers = { alc883_targa_2ch_mixer}, > - .init_verbs = { alc883_init_verbs, alc883_targa_verbs}, > + .init_verbs = { alc883_init_verbs, alc880_gpio3_init_verbs, > + alc883_targa_verbs}, > .num_dacs = ARRAY_SIZE(alc883_dac_nids), > .dac_nids = alc883_dac_nids, > .adc_nids = alc883_adc_nids_alt, > > > -- > Jabber/XMPP: okias@xxxxxxxxxxx > SIP VoIP: sip:17474537254@xxxxxxxxxxxxxxxxxxxx > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@xxxxxxxxxxxxxxxx > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel