Searched refs:mpu_blacklist (Results 1 – 1 of 1) sorted by relevance
2666 static struct ess_device_list mpu_blacklist[] = { variable2874 for (i = 0; i < ARRAY_SIZE(mpu_blacklist); i++) { in snd_es1968_probe()2875 if (chip->type == mpu_blacklist[i].type && in snd_es1968_probe()2876 vend == mpu_blacklist[i].vendor) { in snd_es1968_probe()