Home
last modified time | relevance | path

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

/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()
/linux/include/sound/
H A Dseq_kernel.h91 int cap, int type, int midi_channels, int midi_voices, char *portname);
/linux/sound/core/seq/
H A Dseq_compat.c18 s32 midi_channels; /* channels per MIDI port */ member
H A Dseq_ump_client.c198 port->midi_channels = 16; in fill_port_info()
312 port->midi_channels = 16; in create_ump_endpoint_port()
H A Dseq_virmidi.c393 pinfo->midi_channels = 16; in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c376 port->midi_channels = 16; in snd_seq_midisynth_probe()
/linux/include/uapi/sound/
H A Dasequencer.h488 int midi_channels; /* channels per MIDI port */ member
/linux/sound/core/seq/oss/
H A Dseq_oss_init.c305 port.midi_channels = 128; in create_port()