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

/linux-master/sound/pci/rme9652/
H A Drme9652.c29 static bool precise_ptr[SNDRV_CARDS]; /* Enable precise pointer */ variable
37 module_param_array(precise_ptr, bool, NULL, 0444);
38 MODULE_PARM_DESC(precise_ptr, "Enable precise pointer (doesn't work reliably).");
192 int precise_ptr; member in struct:snd_rme9652
353 if (!rme9652->precise_ptr)
2380 int precise_ptr)
2428 rme9652->precise_ptr = precise_ptr;
2539 err = snd_rme9652_create(card, rme9652, precise_ptr[dev]);
2378 snd_rme9652_create(struct snd_card *card, struct snd_rme9652 *rme9652, int precise_ptr) argument
H A Dhdsp.c449 int precise_ptr; member in struct:hdsp
1026 if (!hdsp->precise_ptr)
2508 hdsp->precise_ptr = 1;
2510 hdsp->precise_ptr = 0;
2521 ucontrol->value.integer.value[0] = hdsp->precise_ptr;
2536 change = (int)val != hdsp->precise_ptr;
3453 snd_iprintf(buffer, "Precise pointer: %s\n", hdsp->precise_ptr ? "on" : "off");
5303 hdsp->precise_ptr = 0;

Completed in 117 milliseconds