Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 35) sorted by relevance

12

/sound/firewire/dice/
Ddice.c57 int key, val, vendor = -1, model = -1; in check_dice_category() local
70 vendor = val; in check_dice_category()
78 if (vendor == OUI_FOCUSRITE || vendor == OUI_TCELECTRONIC) { in check_dice_category()
83 if (vendor == OUI_WEISS) in check_dice_category()
85 else if (vendor == OUI_LOUD) in check_dice_category()
89 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category()
124 char vendor[32], model[32]; in dice_card_strings() local
143 strcpy(vendor, "?"); in dice_card_strings()
144 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
149 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings()
/sound/pci/emu10k1/
Demu10k1_main.c1358 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10241102,
1404 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10211102,
1422 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102,
1461 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102,
1471 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102,
1481 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40041102,
1490 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40071102,
1499 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40011102,
1507 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102,
1515 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40021102,
[all …]
/sound/firewire/oxfw/
Doxfw.c71 char vendor[24]; in name_card() local
79 vendor, sizeof(vendor)); in name_card()
104 v = vendor; in name_card()
156 int vendor, model; in detect_quirks() local
193 vendor = model = 0; in detect_quirks()
197 vendor = val; in detect_quirks()
206 if (vendor == VENDOR_LOUD && model == MODEL_SATELLITE) in detect_quirks()
/sound/core/
Dmisc.c118 snd_pci_quirk_lookup_id(u16 vendor, u16 device, in snd_pci_quirk_lookup_id() argument
124 if (q->subvendor != vendor) in snd_pci_quirk_lookup_id()
/sound/usb/
Dusbaudio.h25 #define USB_ID(vendor, product) (((vendor) << 16) | (product)) argument
Dmidi.c1542 #define PORT_INFO(vendor, product, num, name_, voices_, flags) \ argument
1543 { .id = USB_ID(vendor, product), \
1546 #define EXTERNAL_PORT(vendor, product, num, name) \ argument
1547 PORT_INFO(vendor, product, num, name, 0, \
1551 #define CONTROL_PORT(vendor, product, num, name) \ argument
1552 PORT_INFO(vendor, product, num, name, 0, \
1555 #define GM_SYNTH_PORT(vendor, product, num, name, voices) \ argument
1556 PORT_INFO(vendor, product, num, name, voices, \
1561 #define ROLAND_SYNTH_PORT(vendor, product, num, name, voices) \ argument
1562 PORT_INFO(vendor, product, num, name, voices, \
[all …]
/sound/firewire/bebob/
Dbebob.c73 char vendor[24] = {0}; in name_device() local
83 vendor, sizeof(vendor)); in name_device()
122 vendor, model, hw_id, revision, in name_device()
Dbebob.h252 #define SND_BEBOB_DEV_ENTRY(vendor, model, data) \ argument
256 .vendor_id = vendor, \
/sound/pci/au88x0/
Dau88x0.c171 chip->vendor = pci->vendor; in snd_vortex_create()
337 &(chip->vendor))) < 0) { in snd_vortex_probe()
Dau88x0.h192 u16 vendor; member
/sound/firewire/fireworks/
Dfireworks.h226 #define SND_EFW_DEV_ENTRY(vendor, model) \ argument
230 .vendor_id = vendor,\
/sound/pci/hda/
Dhda_intel.c370 #define IS_SKL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa170)
371 #define IS_SKL_LP(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9d70)
372 #define IS_KBL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa171)
373 #define IS_KBL_LP(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9d71)
374 #define IS_KBL_H(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa2f0)
375 #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98)
376 #define IS_GLK(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x3198)
1297 switch (pci->vendor) { in get_bound_vga()
1539 if (chip->pci->vendor == PCI_VENDOR_ID_INTEL) { in default_bdl_pos_adj()
1708 if (chip->pci->vendor == PCI_VENDOR_ID_AMD) in azx_first_init()
[all …]
Dhda_beep.c168 input_dev->id.vendor = codec->core.vendor_id >> 16; in snd_hda_do_attach()
/sound/pci/cs46xx/
Dcs46xx_lib.c3643 u16 vendor; member
3654 .vendor = 0x1489,
3660 .vendor = 0x5053,
3667 .vendor = 0x1071,
3674 .vendor = 0x14af, /* Guillemot Corporation */
3681 .vendor = 0x1681,
3688 .vendor = 0x1681,
3696 .vendor = 0x1681,
3703 .vendor = 0x1681,
3710 .vendor = 0x1681,
[all …]
/sound/drivers/pcsp/
Dpcsp_input.c92 input_dev->id.vendor = 0x001f; in pcspkr_input_init()
/sound/pci/asihpi/
Dhpimsgx.c46 for (i = 0; asihpi_pci_tbl[i].vendor != 0; i++) { in hpi_lookup_entry_point_function()
47 if (asihpi_pci_tbl[i].vendor != PCI_ANY_ID in hpi_lookup_entry_point_function()
48 && asihpi_pci_tbl[i].vendor != in hpi_lookup_entry_point_function()
49 pci_info->pci_dev->vendor) in hpi_lookup_entry_point_function()
Dhpioctl.c352 "probe %04x:%04x,%04x:%04x,%04x\n", pci_dev->vendor, in asihpi_adapter_probe()
556 pci_dev->vendor, pci_dev->device, in asihpi_adapter_remove()
/sound/pci/trident/
Dtrident.c99 ((pci->vendor << 16) | pci->device) == TRIDENT_DEVICE_ID_SI7018 ? 1 : 2, in snd_trident_probe()
/sound/pci/ctxfi/
Dctatc.h47 u16 vendor; member
/sound/ppc/
Dbeep.c239 input_dev->id.vendor = 0x001f; in snd_pmac_attach_beep()
/sound/pci/oxygen/
Doxygen.h55 .vendor = PCI_VENDOR_ID_CMEDIA, \
Doxygen_lib.c277 for (; ids->vendor; ++ids) in oxygen_search_pci_id()
/sound/pci/
Des1968.c2518 input_dev->id.vendor = chip->pci->vendor; in snd_es1968_input_register()
2652 unsigned short vendor; /* subsystem vendor id */ member
2752 vend == pm_whitelist[i].vendor) { in snd_es1968_create()
2876 vend == mpu_blacklist[i].vendor) { in snd_es1968_probe()
/sound/pci/ice1712/
Dice1724.c2323 u16 vendor, device; in snd_vt1724_read_eeprom() local
2325 &vendor); in snd_vt1724_read_eeprom()
2328 ((unsigned int)swab16(vendor) << 16) | swab16(device); in snd_vt1724_read_eeprom()
Dice1712.c2302 u16 vendor, device; in snd_ice1712_read_eeprom() local
2303 pci_read_config_word(ice->pci, PCI_SUBSYSTEM_VENDOR_ID, &vendor); in snd_ice1712_read_eeprom()
2305 ice->eeprom.subvendor = ((unsigned int)swab16(vendor) << 16) | swab16(device); in snd_ice1712_read_eeprom()

12