Searched refs:ac97_ids_match (Results 1 – 3 of 3) sorted by relevance
111 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset()118 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset()
12 static inline bool ac97_ids_match(unsigned int id1, unsigned int id2, in ac97_ids_match() function
492 if (ac97_ids_match(id[i].id, adev->vendor_id, id[i].mask)) in ac97_bus_match()