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

Collapse All | Expand All

(-)a/sound/soc/codecs/rt286.c (+7 lines)
Lines 1114-1119 Link Here
1114
			DMI_MATCH(DMI_BOARD_NAME, "Wilson Beach SDS")
1114
			DMI_MATCH(DMI_BOARD_NAME, "Wilson Beach SDS")
1115
		}
1115
		}
1116
	},
1116
	},
1117
	{
1118
		.ident = "Venue 11 Pro 7140",
1119
		.matches = {
1120
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1121
			DMI_MATCH(DMI_PRODUCT_VERSION, "Venue 11 Pro 7140")
1122
		}
1123
	},
1117
	{ }
1124
	{ }
1118
};
1125
};

Return to bug 150601