Searched refs:precise_ptr (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/sound/pci/rme9652/ |
D | rme9652.c | 42 static int precise_ptr[SNDRV_CARDS]; /* Enable precise pointer */ variable 50 module_param_array(precise_ptr, bool, NULL, 0444); 51 MODULE_PARM_DESC(precise_ptr, "Enable precise pointer (doesn't work reliably)."); 207 int precise_ptr; member 382 if (!rme9652->precise_ptr) in rme9652_hw_pointer() 2443 int precise_ptr) in snd_rme9652_create() argument 2487 rme9652->precise_ptr = precise_ptr; in snd_rme9652_create() 2608 if ((err = snd_rme9652_create(card, rme9652, precise_ptr[dev])) < 0) { in snd_rme9652_probe()
|
D | hdsp.c | 468 int precise_ptr; member 1013 if (!hdsp->precise_ptr) in hdsp_hw_pointer() 2813 hdsp->precise_ptr = 1; in hdsp_set_precise_pointer() 2815 hdsp->precise_ptr = 0; in hdsp_set_precise_pointer() 2826 ucontrol->value.integer.value[0] = hdsp->precise_ptr; in snd_hdsp_get_precise_pointer() 2841 change = (int)val != hdsp->precise_ptr; in snd_hdsp_put_precise_pointer() 3702 snd_iprintf(buffer, "Precise pointer: %s\n", hdsp->precise_ptr ? "on" : "off"); in snd_hdsp_proc_read() 5491 hdsp->precise_ptr = 0; in snd_hdsp_create()
|
/linux-2.6.39/Documentation/sound/alsa/ |
D | hdspm.txt | 343 precise_ptr int array (min = 1, max = 8),
|
D | ALSA-Configuration.txt | 971 precise_ptr - Enable precise pointer, or disable. 1625 precise_ptr - Enable precise pointer (doesn't work reliably).
|