Searched refs:seq_client (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_seq.c196 opl3->chset->client = opl3->seq_client;
197 opl3->chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks,
231 opl3->seq_client = -1;
236 client = opl3->seq_client =
244 opl3->seq_client = -1;
272 if (opl3->seq_client >= 0) {
273 snd_seq_delete_kernel_client(opl3->seq_client);
274 opl3->seq_client = -1;
H A Dopl3_oss.c97 opl3->oss_chset->client = opl3->seq_client;
98 opl3->oss_chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_seq.c151 opl4->seq_client = client;
176 opl4->seq_client = -1;
190 if (opl4->seq_client >= 0) {
191 snd_seq_delete_kernel_client(opl4->seq_client);
192 opl4->seq_client = -1;
H A Dopl4_local.h191 int seq_client; member in struct:snd_opl4
H A Dopl4_lib.c258 opl4->seq_client = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi.c59 int seq_client; member in struct:seq_midisynth
65 int seq_client; member in struct:seq_midisynth_client
106 snd_seq_kernel_client_dispatch(msynth->seq_client, &ev, 1, 0);
266 if (msynth->seq_client > 0) {
268 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port);
325 client->seq_client =
329 if (client->seq_client < 0) {
350 port->addr.client = client->seq_client;
398 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0)
400 ms->seq_client
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl3.h328 int seq_client; member in struct:snd_opl3
H A Dtrident.h336 int seq_client; member in struct:snd_4dwave
H A Dgus.h364 int seq_client; member in struct:snd_gf1

Completed in 57 milliseconds