Lines Matching refs:q
908 const struct alc_codec_rename_pci_table *q; in alc_codec_rename_from_preset() local
919 for (q = rename_pci_tbl; q->codec_vendor_id; q++) { in alc_codec_rename_from_preset()
920 if (q->codec_vendor_id != codec->vendor_id) in alc_codec_rename_from_preset()
922 if (q->pci_subvendor != codec->bus->pci->subsystem_vendor) in alc_codec_rename_from_preset()
924 if (!q->pci_subdevice || in alc_codec_rename_from_preset()
925 q->pci_subdevice == codec->bus->pci->subsystem_device) in alc_codec_rename_from_preset()
926 return alc_codec_rename(codec, q->name); in alc_codec_rename_from_preset()
956 const struct snd_pci_quirk *q; in has_cdefine_beep() local
957 q = snd_pci_quirk_lookup(codec->bus->pci, beep_white_list); in has_cdefine_beep()
958 if (q) in has_cdefine_beep()
959 return q->value; in has_cdefine_beep()