View | Details | Raw Unified | Return to bug 99721 | Differences between
and this patch

Collapse All | Expand All

(-)a/sound/pci/hda/patch_realtek.c (-1 / +1 lines)
Lines 4960-4966 static const struct hda_fixup alc269_fixups[] = { Link Here
4960
	[ALC292_FIXUP_TPT440_DOCK] = {
4960
	[ALC292_FIXUP_TPT440_DOCK] = {
4961
		.type = HDA_FIXUP_PINS,
4961
		.type = HDA_FIXUP_PINS,
4962
		.v.pins = (const struct hda_pintbl[]) {
4962
		.v.pins = (const struct hda_pintbl[]) {
4963
			{ 0x16, 0x21211010 }, /* dock headphone */
4963
			{ 0x16, 0x21014020 }, /* dock line out */
4964
			{ 0x19, 0x21a11010 }, /* dock mic */
4964
			{ 0x19, 0x21a11010 }, /* dock mic */
4965
			{ }
4965
			{ }
4966
		},
4966
		},

Return to bug 99721