Searched refs:precise_ptr (Results 1 – 4 of 4) sorted by relevance
/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 29 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 353 if (!rme9652->precise_ptr) in rme9652_hw_pointer() 2379 int precise_ptr) in snd_rme9652_create() 2427 rme9652->precise_ptr = precise_ptr; in snd_rme9652_create() 2538 err = snd_rme9652_create(card, rme9652, precise_ptr[dev]); in snd_rme9652_probe() 2380 snd_rme9652_create(struct snd_card * card,struct snd_rme9652 * rme9652,int precise_ptr) snd_rme9652_create() argument
|
H A D | hdsp.c | 449 int precise_ptr; member 1026 if (!hdsp->precise_ptr) in hdsp_hw_pointer() 2510 hdsp->precise_ptr = 1; in hdsp_set_precise_pointer() 2512 hdsp->precise_ptr = 0; in hdsp_set_precise_pointer() 2523 ucontrol->value.integer.value[0] = hdsp->precise_ptr; in snd_hdsp_get_precise_pointer() 2538 change = (int)val != hdsp->precise_ptr; in snd_hdsp_put_precise_pointer() 3455 snd_iprintf(buffer, "Precise pointer: %s\n", str_on_off(hdsp->precise_ptr)); in snd_hdsp_proc_read() 5299 hdsp->precise_ptr = 0; in snd_hdsp_create()
|
/linux/Documentation/sound/cards/ |
H A D | hdspm.rst | 355 * precise_ptr int array (min = 1, max = 8)
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 1164 precise_ptr 1940 precise_ptr
|