Lines Matching refs:subvendor
1582 snd_iprintf(buffer, " Subvendor : 0x%x\n", ice->eeprom.subvendor); in snd_ice1712_proc_read()
2321 ice->eeprom.subvendor = 0; in snd_ice1712_read_eeprom()
2323 ice->eeprom.subvendor = (snd_ice1712_read_i2c(ice, dev, 0x00) << 0) | in snd_ice1712_read_eeprom()
2327 if (ice->eeprom.subvendor == 0 || in snd_ice1712_read_eeprom()
2328 ice->eeprom.subvendor == (unsigned int)-1) { in snd_ice1712_read_eeprom()
2333 ice->eeprom.subvendor = ((unsigned int)swab16(vendor) << 16) | swab16(device); in snd_ice1712_read_eeprom()
2334 if (ice->eeprom.subvendor == 0 || ice->eeprom.subvendor == (unsigned int)-1) { in snd_ice1712_read_eeprom()
2341 for (c = *tbl; c->subvendor; c++) { in snd_ice1712_read_eeprom()
2344 ice->eeprom.subvendor = c->subvendor; in snd_ice1712_read_eeprom()
2345 } else if (c->subvendor != ice->eeprom.subvendor) in snd_ice1712_read_eeprom()
2358 ice->eeprom.subvendor); in snd_ice1712_read_eeprom()
2394 if (ice->eeprom.subvendor == ICE1712_SUBDEVICE_DMX6FIRE && in snd_ice1712_chip_init()
2405 if (ice->eeprom.subvendor != ICE1712_SUBDEVICE_STDSP24) { in snd_ice1712_chip_init()
2688 for (c = *tbl; c->subvendor; c++) { in snd_ice1712_probe()
2689 if (c->subvendor == ice->eeprom.subvendor) { in snd_ice1712_probe()