Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/emu10k1/
Demuproc.c301 low = snd_emu10k1_efx_read(emu, pc * 2); in snd_emu10k1_proc_acode_read()
302 high = snd_emu10k1_efx_read(emu, pc * 2 + 1); in snd_emu10k1_proc_acode_read()
Demufx.c512 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc) in snd_emu10k1_efx_read() function
635 if (put_user(snd_emu10k1_efx_read(emu, pc + 0), &icode->code[pc + 0])) in snd_emu10k1_code_peek()
637 if (put_user(snd_emu10k1_efx_read(emu, pc + 1), &icode->code[pc + 1])) in snd_emu10k1_code_peek()
2733 emu->saved_icode[i] = snd_emu10k1_efx_read(emu, i); in snd_emu10k1_efx_suspend()
/Linux-v4.19/include/sound/
Demu10k1.h1847 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc);