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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dice1712.c90 static int cs8427_timeout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 500}; /* CS8427 S/PDIF transciever reset timeout value in msec */ variable
101 module_param_array(cs8427_timeout, int, NULL, 0444);
102 MODULE_PARM_DESC(cs8427_timeout, "Define reset timeout for cs8427 chip in msec resolution.");
396 (ice->cs8427_timeout * HZ) / 1000, &ice->cs8427);
2538 int cs8427_timeout,
2568 if (cs8427_timeout < 1)
2569 cs8427_timeout = 1;
2570 else if (cs8427_timeout > 1000)
2571 cs8427_timeout = 1000;
2572 ice->cs8427_timeout
2534 snd_ice1712_create(struct snd_card *card, struct pci_dev *pci, const char *modelname, int omni, int cs8427_timeout, int dxr_enable, struct snd_ice1712 **r_ice1712) argument
[all...]
H A Dice1712.h354 unsigned int cs8427_timeout; /* CS8427 reset timeout in HZ/100 */ member in struct:snd_ice1712

Completed in 145 milliseconds