Searched refs:rrawmidi (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_uart.c232 int snd_gf1_rawmidi_new(struct snd_gus_card * gus, int device, struct snd_rawmidi ** rrawmidi) argument
237 if (rrawmidi)
238 *rrawmidi = NULL;
247 if (rrawmidi)
248 *rrawmidi = rmidi;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb8_midi.c267 int snd_sb8dsp_midi(struct snd_sb *chip, int device, struct snd_rawmidi ** rrawmidi) argument
272 if (rrawmidi)
273 *rrawmidi = NULL;
284 if (rrawmidi)
285 *rrawmidi = rmidi;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dmpu401.h120 struct snd_rawmidi ** rrawmidi);
H A Dsb.h312 int snd_sb8dsp_midi(struct snd_sb *chip, int device, struct snd_rawmidi ** rrawmidi);
H A Dgus.h642 int snd_gf1_rawmidi_new(struct snd_gus_card * gus, int device, struct snd_rawmidi **rrawmidi);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/mpu401/
H A Dmpu401_uart.c513 * @rrawmidi: the pointer to store the new rawmidi instance
517 * Note that the rawmidi instance is returned on the rrawmidi argument,
528 struct snd_rawmidi ** rrawmidi)
535 if (rrawmidi)
536 *rrawmidi = NULL;
609 if (rrawmidi)
610 *rrawmidi = rmidi;
523 snd_mpu401_uart_new(struct snd_card *card, int device, unsigned short hardware, unsigned long port, unsigned int info_flags, int irq, int irq_flags, struct snd_rawmidi ** rrawmidi) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/
H A Dserial-u16550.c876 struct snd_rawmidi *rrawmidi; local
880 outs, ins, &rrawmidi);
883 snd_rawmidi_set_ops(rrawmidi, SNDRV_RAWMIDI_STREAM_INPUT,
885 snd_rawmidi_set_ops(rrawmidi, SNDRV_RAWMIDI_STREAM_OUTPUT,
887 strcpy(rrawmidi->name, "Serial MIDI");
888 snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]);
889 snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]);
890 rrawmidi->info_flags = SNDRV_RAWMIDI_INFO_OUTPUT |
893 rrawmidi->private_data = uart;
895 *rmidi = rrawmidi;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dcs4281.c1792 struct snd_rawmidi **rrawmidi)
1797 if (rrawmidi)
1798 *rrawmidi = NULL;
1807 if (rrawmidi)
1808 *rrawmidi = rmidi;
1791 snd_cs4281_midi(struct cs4281 * chip, int device, struct snd_rawmidi **rrawmidi) argument
H A Dens1370.c2351 struct snd_rawmidi **rrawmidi)
2356 if (rrawmidi)
2357 *rrawmidi = NULL;
2371 if (rrawmidi)
2372 *rrawmidi = rmidi;
2350 snd_ensoniq_midi(struct ensoniq * ensoniq, int device, struct snd_rawmidi **rrawmidi) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Drawmidi.c1404 * @rrawmidi: the pointer to store the new rawmidi instance
1413 struct snd_rawmidi ** rrawmidi)
1423 snd_assert(rrawmidi != NULL, return -EINVAL);
1424 *rrawmidi = NULL;
1458 *rrawmidi = rmidi;
1411 snd_rawmidi_new(struct snd_card *card, char *id, int device, int output_count, int input_count, struct snd_rawmidi ** rrawmidi) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.c2591 int __devinit snd_cs46xx_midi(struct snd_cs46xx *chip, int device, struct snd_rawmidi **rrawmidi) argument
2596 if (rrawmidi)
2597 *rrawmidi = NULL;
2606 if (rrawmidi)
2607 *rrawmidi = NULL;

Completed in 465 milliseconds