Lines Matching refs:cs8427_timeout
89 static int cs8427_timeout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 500}; /* CS8427 S/PDIF transcei… variable
100 module_param_array(cs8427_timeout, int, NULL, 0444);
101 MODULE_PARM_DESC(cs8427_timeout, "Define reset timeout for cs8427 chip in msec resolution.");
395 (ice->cs8427_timeout * HZ) / 1000, &ice->cs8427); in snd_ice1712_init_cs8427()
2516 int cs8427_timeout, in snd_ice1712_create() argument
2547 if (cs8427_timeout < 1) in snd_ice1712_create()
2548 cs8427_timeout = 1; in snd_ice1712_create()
2549 else if (cs8427_timeout > 1000) in snd_ice1712_create()
2550 cs8427_timeout = 1000; in snd_ice1712_create()
2551 ice->cs8427_timeout = cs8427_timeout; in snd_ice1712_create()
2653 cs8427_timeout[dev], dxr_enable[dev], &ice); in snd_ice1712_probe()