Searched refs:midi_channels (Results 1 - 10 of 10) sorted by relevance

/linux-master/sound/firewire/
H A Damdtp-am824.c59 unsigned int midi_channels; local
69 midi_channels = DIV_ROUND_UP(midi_ports, 8);
70 if (midi_channels > AM824_MAX_CHANNELS_FOR_MIDI)
75 WARN_ON(midi_channels > AM824_MAX_CHANNELS_FOR_MIDI))
88 err = amdtp_stream_set_parameters(s, rate, pcm_channels + midi_channels,
/linux-master/include/sound/
H A Dseq_kernel.h95 int cap, int type, int midi_channels, int midi_voices, char *portname);
/linux-master/sound/core/seq/
H A Dseq_ports.h82 int midi_channels; member in struct:snd_seq_client_port
H A Dseq_ports.c342 port->midi_channels = info->midi_channels;
385 info->midi_channels = port->midi_channels;
677 int cap, int type, int midi_channels,
692 portinfo.midi_channels = midi_channels;
675 snd_seq_event_port_attach(int client, struct snd_seq_port_callback *pcbp, int cap, int type, int midi_channels, int midi_voices, char *portname) argument
H A Dseq_compat.c18 s32 midi_channels; /* channels per MIDI port */ member in struct:snd_seq_port_info32
H A Dseq_ump_client.c205 port->midi_channels = 16;
357 port->midi_channels = 16;
H A Dseq_midi.c376 port->midi_channels = 16;
H A Dseq_virmidi.c393 pinfo->midi_channels = 16;
/linux-master/include/uapi/sound/
H A Dasequencer.h476 int midi_channels; /* channels per MIDI port */ member in struct:snd_seq_port_info
/linux-master/sound/core/seq/oss/
H A Dseq_oss_init.c305 port.midi_channels = 128;

Completed in 204 milliseconds