Home
last modified time | relevance | path

Searched refs:SNDRV_RAWMIDI_STREAM_INPUT (Results 1 – 25 of 46) sorted by relevance

12

/linux/sound/core/
H A Drawmidi_compat.c38 case SNDRV_RAWMIDI_STREAM_INPUT: in snd_rawmidi_ioctl_params_compat()
72 case SNDRV_RAWMIDI_STREAM_INPUT: in snd_rawmidi_ioctl_status_compat64()
H A Drawmidi.c171 if (substream->stream == SNDRV_RAWMIDI_STREAM_INPUT) in snd_rawmidi_runtime_create()
314 [SNDRV_RAWMIDI_STREAM_INPUT] = SNDRV_RAWMIDI_INFO_INPUT, in assign_substream()
324 if (stream == SNDRV_RAWMIDI_STREAM_INPUT || in assign_substream()
378 SNDRV_RAWMIDI_STREAM_INPUT, in rawmidi_open_priv()
541 if (substream->stream == SNDRV_RAWMIDI_STREAM_INPUT) in close_substream()
804 status->stream = SNDRV_RAWMIDI_STREAM_INPUT; in snd_rawmidi_input_status()
830 case SNDRV_RAWMIDI_STREAM_INPUT: in snd_rawmidi_ioctl_status32()
870 case SNDRV_RAWMIDI_STREAM_INPUT: in snd_rawmidi_ioctl_status64()
906 case SNDRV_RAWMIDI_STREAM_INPUT: in snd_rawmidi_ioctl()
934 case SNDRV_RAWMIDI_STREAM_INPUT in snd_rawmidi_ioctl()
[all...]
H A Dump.c160 snd_rawmidi_set_ops(&ump->core, SNDRV_RAWMIDI_STREAM_INPUT, in snd_ump_endpoint_new()
325 substream = ump->substreams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_ump_receive()
556 group->dir_bits |= (1 << SNDRV_RAWMIDI_STREAM_INPUT); in snd_ump_update_group_attrs()
562 group->dir_bits |= (1 << SNDRV_RAWMIDI_STREAM_INPUT) | in snd_ump_update_group_attrs()
1213 const int dir = SNDRV_RAWMIDI_STREAM_INPUT;
1275 fill_substream_names(ump, rmidi, SNDRV_RAWMIDI_STREAM_INPUT); in snd_ump_attach_legacy_rawmidi()
1304 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
/linux/sound/firewire/tascam/
H A Dtascam-midi.c102 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_tscm_create_midi_devices()
104 stream = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_tscm_create_midi_devices()
/linux/sound/firewire/motu/
H A Dmotu-midi.c125 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_motu_create_midi_devices()
127 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_motu_create_midi_devices()
/linux/sound/firewire/fireface/
H A Dff-midi.c114 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_ff_create_midi_devices()
116 stream = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_ff_create_midi_devices()
/linux/sound/firewire/fireworks/
H A Dfireworks_midi.c122 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_efw_create_midi_devices()
125 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_efw_create_midi_devices()
/linux/sound/firewire/bebob/
H A Dbebob_midi.c123 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_bebob_create_midi_devices()
126 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_bebob_create_midi_devices()
/linux/sound/firewire/dice/
H A Ddice-midi.c138 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_dice_create_midi()
141 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_dice_create_midi()
/linux/sound/firewire/oxfw/
H A Doxfw-midi.c171 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_oxfw_create_midi()
174 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_oxfw_create_midi()
/linux/sound/drivers/
H A Dserial-generic.c299 snd_rawmidi_set_ops(rrawmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_serial_generic_rmidi()
307 snd_serial_generic_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT], in snd_serial_generic_rmidi()
H A Dportman2x4.c562 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_portman_rawmidi_create()
575 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams, in snd_portman_rawmidi_create()
H A Dserial-u16550.c844 snd_rawmidi_set_ops(rrawmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_uart16550_rmidi()
850 snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]); in snd_uart16550_rmidi()
H A Dmts64.c776 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_mts64_rawmidi_create()
789 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mts64_rawmidi_create()
/linux/sound/usb/caiaq/
H A Dmidi.c141 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_usb_caiaq_midi_init()
/linux/sound/firewire/digi00x/
H A Ddigi00x-midi.c148 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &capture_ops); in add_substream_pair()
/linux/sound/isa/msnd/
H A Dmsnd_midi.c159 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_msndmidi_new()
/linux/sound/core/seq/
H A Dseq_midi.c293 info->stream = SNDRV_RAWMIDI_STREAM_INPUT; in snd_seq_midisynth_probe()
344 info->stream = SNDRV_RAWMIDI_STREAM_INPUT; in snd_seq_midisynth_probe()
/linux/sound/usb/6fire/
H A Dmidi.c192 snd_rawmidi_set_ops(rt->instance, SNDRV_RAWMIDI_STREAM_INPUT, in usb6fire_midi_init()
/linux/sound/pci/echoaudio/
H A Dmidi.c317 snd_rawmidi_set_ops(chip->rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_echo_midi_create()
/linux/sound/usb/line6/
H A Dmidi.c240 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, in snd_line6_new_midi()
/linux/sound/isa/gus/
H A Dgus_uart.c241 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_gf1_uart_input); in snd_gf1_rawmidi_new()
/linux/sound/isa/sb/
H A Dsb8_midi.c259 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_sb8dsp_midi_input); in snd_sb8dsp_midi()
/linux/sound/pci/ca0106/
H A Dca_midi.c292 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &ca_midi_input); in ca_midi_init()
/linux/tools/include/uapi/sound/
H A Dasound.h

12