(In reply to mohammed imran from comment #115) > (In reply to Raymond from comment #107) > > > https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/sound/pci/ > > hda/patch_realtek.c > > > > > > [ALC668_FIXUP_DELL_MIC_NO_PRESENCE] = { > > .type = HDA_FIXUP_PINS, > > .v.pins = (const struct hda_pintbl[]) { > > { 0x19, 0x03a1913d }, /* use as headphone mic, without > its own jack > > detect */ > > { 0x1b, 0x03a1113c }, /* use as headset mic, without > its own jack detect > > */ > > { } > > }, > > .chained = true, > > .chain_id = ALC668_FIXUP_HEADSET_MODE > > }, > >
> Umm, how to do this patching stuff and where to paste this code? Was your a > suggestion or a test for me to perform?
just append at the end of alc662_fixup[] after [ALC668_FIXUP_ASUS_Nx51]
s
(In reply to mohammed imran from comment #115) /git.kernel. org/cgit/ linux/kernel/ git/tiwai/ sound.git/ plain/sound/ pci/ FIXUP_DELL_ MIC_NO_ PRESENCE] = { FIXUP_HEADSET_ MODE
> (In reply to Raymond from comment #107)
> >
> https:/
> > hda/patch_realtek.c
> >
> >
> > [ALC668_
> > .type = HDA_FIXUP_PINS,
> > .v.pins = (const struct hda_pintbl[]) {
> > { 0x19, 0x03a1913d }, /* use as headphone mic, without
> its own jack
> > detect */
> > { 0x1b, 0x03a1113c }, /* use as headset mic, without
> its own jack detect
> > */
> > { }
> > },
> > .chained = true,
> > .chain_id = ALC668_
> > },
> >
> Umm, how to do this patching stuff and where to paste this code? Was your a
> suggestion or a test for me to perform?
just append at the end of alc662_fixup[] after [ALC668_ FIXUP_ASUS_ Nx51]
s