Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/
Damdtp-am824.c61 unsigned int midi_channels; in amdtp_am824_set_parameters() local
71 midi_channels = DIV_ROUND_UP(midi_ports, 8); in amdtp_am824_set_parameters()
72 if (midi_channels > AM824_MAX_CHANNELS_FOR_MIDI) in amdtp_am824_set_parameters()
77 WARN_ON(midi_channels > AM824_MAX_CHANNELS_FOR_MIDI)) in amdtp_am824_set_parameters()
81 pcm_channels + midi_channels); in amdtp_am824_set_parameters()
/Linux-v5.4/sound/core/seq/
Dseq_ports.c339 port->midi_channels = info->midi_channels; in snd_seq_set_port_info()
368 info->midi_channels = port->midi_channels; in snd_seq_get_port_info()
648 int cap, int type, int midi_channels, in snd_seq_event_port_attach() argument
663 portinfo.midi_channels = midi_channels; in snd_seq_event_port_attach()
Dseq_ports.h71 int midi_channels; member
Dseq_compat.c18 s32 midi_channels; /* channels per MIDI port */ member
Dseq_virmidi.c379 pinfo->midi_channels = 16; in snd_virmidi_dev_attach_seq()
Dseq_midi.c368 port->midi_channels = 16; in snd_seq_midisynth_probe()
/Linux-v5.4/include/sound/
Dseq_kernel.h85 int cap, int type, int midi_channels, int midi_voices, char *portname);
/Linux-v5.4/include/uapi/sound/
Dasequencer.h457 int midi_channels; /* channels per MIDI port */ member
/Linux-v5.4/sound/core/seq/oss/
Dseq_oss_init.c311 port.midi_channels = 128; in create_port()