X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=sound%2Fsoc%2Fintel%2Fboards%2Fbytcr_rt5640.c;h=744e5eab2298d52bf96c1b69bb83fedc29cd4c4e;hb=39d75485689de9abd2b27e9b2771c48db8e4be23;hp=1ae4d0ca80643b263e2dfe27bebed4a36ffafbef;hpb=f12f5c84e35c7b66dbc5066a46b502b832b69669;p=mirror_ubuntu-bionic-kernel.git diff --git a/sound/soc/intel/boards/bytcr_rt5640.c b/sound/soc/intel/boards/bytcr_rt5640.c index 1ae4d0ca8064..744e5eab2298 100644 --- a/sound/soc/intel/boards/bytcr_rt5640.c +++ b/sound/soc/intel/boards/bytcr_rt5640.c @@ -386,6 +386,16 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = { BYT_RT5640_MCLK_EN | BYT_RT5640_SSP0_AIF1), + }, + { + .callback = byt_rt5640_quirk_cb, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Insyde"), + }, + .driver_data = (unsigned long *)(BYT_RT5640_IN3_MAP | + BYT_RT5640_MCLK_EN | + BYT_RT5640_SSP0_AIF1), + }, {} };