Searched refs:oss_chset (Results 1 - 2 of 2) 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_oss.c62 snd_midi_process_event(&opl3_ops, ev, opl3->oss_chset);
72 snd_midi_channel_free_set(opl3->oss_chset);
83 opl3->oss_chset = snd_midi_channel_alloc_set(voices);
84 if (opl3->oss_chset == NULL)
86 opl3->oss_chset->private_data = opl3;
97 opl3->oss_chset->client = opl3->seq_client;
98 opl3->oss_chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks,
106 if (opl3->oss_chset->port < 0) {
108 port = opl3->oss_chset->port;
109 snd_midi_channel_free_set(opl3->oss_chset);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl3.h335 struct snd_midi_channel_set * oss_chset; member in struct:snd_opl3

Completed in 38 milliseconds