Searched refs:snd_opl4_read_memory (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/drivers/opl4/ |
D | opl4_lib.c | 48 void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size) in snd_opl4_read_memory() function 72 EXPORT_SYMBOL(snd_opl4_read_memory);
|
D | yrw801.c | 40 snd_opl4_read_memory(opl4, buf, 0x001200, 15); in snd_yrw801_detect() 43 snd_opl4_read_memory(opl4, buf, 0x1ffffe, 2); in snd_yrw801_detect()
|
D | opl4_proc.c | 49 snd_opl4_read_memory(opl4, buf, pos, count); in snd_opl4_mem_proc_read()
|
D | opl4_local.h | 204 void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size);
|