Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/
H A Damdtp-am824.c59 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()
/openbmc/linux/sound/core/seq/
H A Dseq_ports.c351 port->midi_channels = info->midi_channels; in snd_seq_set_port_info()
394 info->midi_channels = port->midi_channels; in snd_seq_get_port_info()
693 int cap, int type, int midi_channels, in snd_seq_event_port_attach() argument
708 portinfo.midi_channels = midi_channels; in snd_seq_event_port_attach()
H A Dseq_ports.h82 int midi_channels; member
H A Dseq_compat.c18 s32 midi_channels; /* channels per MIDI port */ member
H A Dseq_ump_client.c208 port->midi_channels = 16; in fill_port_info()
368 port->midi_channels = 16; in create_ump_endpoint_port()
H A Dseq_virmidi.c399 pinfo->midi_channels = 16; in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c383 port->midi_channels = 16; in snd_seq_midisynth_probe()
/openbmc/linux/include/sound/
H A Dseq_kernel.h95 int cap, int type, int midi_channels, int midi_voices, char *portname);
/openbmc/linux/include/uapi/sound/
H A Dasequencer.h476 int midi_channels; /* channels per MIDI port */ member
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_init.c310 port.midi_channels = 128; in create_port()