Searched refs:midi_channels (Results 1 – 10 of 10) sorted by relevance
/linux/sound/firewire/ |
H A D | amdtp-am824.c | 59 unsigned int midi_channels; in amdtp_am824_set_parameters() local 69 midi_channels = DIV_ROUND_UP(midi_ports, 8); in amdtp_am824_set_parameters() 70 if (midi_channels > AM824_MAX_CHANNELS_FOR_MIDI) in amdtp_am824_set_parameters() 75 WARN_ON(midi_channels > AM824_MAX_CHANNELS_FOR_MIDI)) in amdtp_am824_set_parameters() 88 err = amdtp_stream_set_parameters(s, rate, pcm_channels + midi_channels, in amdtp_am824_set_parameters()
|
/linux/sound/core/seq/ |
H A D | seq_ports.c | 342 port->midi_channels = info->midi_channels; in snd_seq_set_port_info() 387 info->midi_channels = port->midi_channels; in snd_seq_get_port_info() 682 int cap, int type, int midi_channels, in snd_seq_event_port_attach() argument 697 portinfo.midi_channels = midi_channels; in snd_seq_event_port_attach()
|
H A D | seq_ports.h | 72 int midi_channels; member
|
H A D | seq_compat.c | 18 s32 midi_channels; /* channels per MIDI port */ member
|
H A D | seq_ump_client.c | 198 port->midi_channels = 16; in fill_port_info() 314 port->midi_channels = 16; in create_ump_endpoint_port()
|
H A D | seq_virmidi.c | 393 pinfo->midi_channels = 16; in snd_virmidi_dev_attach_seq()
|
H A D | seq_midi.c | 376 port->midi_channels = 16; in snd_seq_midisynth_probe()
|
/linux/include/sound/ |
H A D | seq_kernel.h | 91 int cap, int type, int midi_channels, int midi_voices, char *portname);
|
/linux/include/uapi/sound/ |
H A D | asequencer.h | 478 int midi_channels; /* channels per MIDI port */ member
|
/linux/sound/core/seq/oss/ |
H A D | seq_oss_init.c | 305 port.midi_channels = 128; in create_port()
|