snd_rawmidi_new(9) centos man page | unix.com

Man Page: snd_rawmidi_new

Operating Environment: centos

Section: 9

SND_RAWMIDI_NEW(9)						     MIDI API							SND_RAWMIDI_NEW(9)

NAME
snd_rawmidi_new - create a rawmidi instance
SYNOPSIS
int snd_rawmidi_new(struct snd_card * card, char * id, int device, int output_count, int input_count, struct snd_rawmidi ** rrawmidi);
ARGUMENTS
card the card instance id the id string device the device index output_count the number of output streams input_count the number of input streams rrawmidi the pointer to store the new rawmidi instance
DESCRIPTION
Creates a new rawmidi instance. Use snd_rawmidi_set_ops to set the operators to the new instance.
RETURN
Zero if successful, or a negative error code on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SND_RAWMIDI_NEW(9)
Related Man Pages
amidi(1) - centos
ddi_get_instance(9f) - sunos
ddi_get_instance(9f) - php
ddi_get_instance(9f) - mojave
ddi_get_instance(9f) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq