Lines Matching refs:subvendor
1573 snd_iprintf(buffer, " Subvendor : 0x%x\n", ice->eeprom.subvendor); in snd_ice1712_proc_read()
2293 ice->eeprom.subvendor = 0; in snd_ice1712_read_eeprom()
2295 ice->eeprom.subvendor = (snd_ice1712_read_i2c(ice, dev, 0x00) << 0) | in snd_ice1712_read_eeprom()
2299 if (ice->eeprom.subvendor == 0 || in snd_ice1712_read_eeprom()
2300 ice->eeprom.subvendor == (unsigned int)-1) { in snd_ice1712_read_eeprom()
2305 ice->eeprom.subvendor = ((unsigned int)swab16(vendor) << 16) | swab16(device); in snd_ice1712_read_eeprom()
2306 if (ice->eeprom.subvendor == 0 || ice->eeprom.subvendor == (unsigned int)-1) { in snd_ice1712_read_eeprom()
2314 for (c = *tbl; c->subvendor; c++) { in snd_ice1712_read_eeprom()
2318 ice->eeprom.subvendor = c->subvendor; in snd_ice1712_read_eeprom()
2319 } else if (c->subvendor != ice->eeprom.subvendor) in snd_ice1712_read_eeprom()
2332 ice->eeprom.subvendor); in snd_ice1712_read_eeprom()
2369 if (ice->eeprom.subvendor == ICE1712_SUBDEVICE_DMX6FIRE && in snd_ice1712_chip_init()
2380 if (ice->eeprom.subvendor != ICE1712_SUBDEVICE_STDSP24) { in snd_ice1712_chip_init()
2660 for (c = *tbl; c->subvendor; c++) { in snd_ice1712_probe()
2661 if (c->subvendor == ice->eeprom.subvendor) { in snd_ice1712_probe()