Home
last modified time | relevance | path

Searched refs:delay_pcm_irq (Results 1 – 3 of 3) sorted by relevance

/sound/pci/emu10k1/
Demu10k1.c37 static uint delay_pcm_irq[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2}; variable
59 module_param_array(delay_pcm_irq, uint, NULL, 0444);
60 MODULE_PARM_DESC(delay_pcm_irq, "Delay PCM interrupt by specified number of samples (default 0).");
117 emu->delay_pcm_irq = delay_pcm_irq[dev] & 0x1f; in snd_card_emu10k1_probe()
Dmemory.c319 (emu->delay_pcm_irq * 2) : 0; in snd_emu10k1_alloc_pages()
Demupcm.c322 end_addr += ccis + emu->delay_pcm_irq; in snd_emu10k1_pcm_init_voice()
351 (start_addr + (extra ? emu->delay_pcm_irq : 0)) | in snd_emu10k1_pcm_init_voice()