Searched refs:cs8427_timeout (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/pci/ice1712/
H A Dice1712.c69 static int cs8427_timeout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 500}; /* CS8427 S/PDIF transceiver reset timeout value in msec */ variable
80 module_param_array(cs8427_timeout, int, NULL, 0444);
81 MODULE_PARM_DESC(cs8427_timeout, "Define reset timeout for cs8427 chip in msec resolution.");
375 (ice->cs8427_timeout * HZ) / 1000, &ice->cs8427);
2457 int cs8427_timeout,
2475 if (cs8427_timeout < 1)
2476 cs8427_timeout = 1;
2477 else if (cs8427_timeout > 1000)
2478 cs8427_timeout = 1000;
2479 ice->cs8427_timeout
2453 snd_ice1712_create(struct snd_card *card, struct pci_dev *pci, const char *modelname, int omni, int cs8427_timeout, int dxr_enable) argument
[all...]
H A Dice1712.h347 unsigned int cs8427_timeout; /* CS8427 reset timeout in HZ/100 */ member in struct:snd_ice1712

Completed in 146 milliseconds