Searched refs:pcm_port (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl4.h28 unsigned long fm_port, unsigned long pcm_port,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_lib.c41 outb(reg, opl4->pcm_port);
44 outb(value, opl4->pcm_port + 1);
52 outb(reg, opl4->pcm_port);
55 return inb(opl4->pcm_port + 1);
75 outb(OPL4_REG_MEMORY_DATA, opl4->pcm_port);
77 insb(opl4->pcm_port + 1, buf, size);
101 outb(OPL4_REG_MEMORY_DATA, opl4->pcm_port);
103 outsb(opl4->pcm_port + 1, buf, size);
195 unsigned long fm_port, unsigned long pcm_port,
216 opl4->res_pcm_port = request_region(pcm_port,
194 snd_opl4_create(struct snd_card *card, unsigned long fm_port, unsigned long pcm_port, int seq_device, struct snd_opl3 **ropl3, struct snd_opl4 **ropl4) argument
[all...]
H A Dopl4_local.h174 unsigned long pcm_port; member in struct:snd_opl4

Completed in 148 milliseconds