Lines Matching defs:c
3 * Copyright (c) by Jaroslav Kysela <perex@perex.cz>
1472 const struct snd_emu_chip_details *c;
1505 for (c = emu_chip_details; c->vendor; c++) {
1506 if (c->vendor == pci->vendor && c->device == pci->device) {
1508 if (c->subsystem && (c->subsystem == subsystem))
1513 if (c->subsystem && (c->subsystem != emu->serial))
1515 if (c->revision && c->revision != emu->revision)
1521 if (c->vendor == 0) {
1525 emu->card_capabilities = c;
1526 if (c->subsystem && !subsystem)
1527 dev_dbg(card->dev, "Sound card name = %s\n", c->name);
1531 "Forced to subsystem = 0x%x\n", c->name,
1532 pci->vendor, pci->device, emu->serial, c->subsystem);
1536 c->name, pci->vendor, pci->device,
1539 if (!*card->id && c->id)
1540 strscpy(card->id, c->id, sizeof(card->id));
1542 is_audigy = emu->audigy = c->emu10k2_chip;