/sound/synth/emux/ |
D | emux_oss.c | 26 static int snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, 287 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input() argument 301 return snd_emux_event_input(ev, direct, private_data, atomic, hop); in snd_emux_event_oss_input()
|
D | emux_voice.h | 24 int snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private,
|
D | emux_seq.c | 239 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input() argument
|
/sound/core/seq/oss/ |
D | seq_oss_midi.h | 30 int snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private);
|
D | seq_oss_event.h | 96 int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, i…
|
D | seq_oss_init.c | 40 static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int ho… 123 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce() argument
|
D | seq_oss_event.c | 422 snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_seq_oss_event_input() argument 429 return snd_seq_oss_midi_input(ev, direct, private_data); in snd_seq_oss_event_input()
|
D | seq_oss_midi.c | 506 snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private_data) in snd_seq_oss_midi_input() argument
|
/sound/core/seq/ |
D | seq_ports.h | 57 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data,
|
D | seq_system.c | 101 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer() argument
|
D | seq_dummy.c | 74 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input() argument
|
D | seq_virmidi.c | 101 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input() argument
|
D | seq_clientmgr.c | 608 int direct; in snd_seq_deliver_single_event() local 610 direct = snd_seq_ev_is_direct(event); in snd_seq_deliver_single_event() 638 result = dest_port->event_input(event, direct, in snd_seq_deliver_single_event() 652 if (result < 0 && !direct) { in snd_seq_deliver_single_event()
|
D | seq_midi.c | 114 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi() argument
|
/sound/core/oss/ |
D | pcm_oss.c | 837 int direct; in snd_pcm_oss_change_params_locked() local 854 direct = 1; in snd_pcm_oss_change_params_locked() 856 direct = substream->oss.setup.direct; in snd_pcm_oss_change_params_locked() 866 if (!direct) in snd_pcm_oss_change_params_locked() 881 if (direct) in snd_pcm_oss_change_params_locked() 905 if (direct) { in snd_pcm_oss_change_params_locked() 952 if (!direct) { in snd_pcm_oss_change_params_locked() 1810 int direct; in snd_pcm_oss_get_formats() local 1819 direct = 1; in snd_pcm_oss_get_formats() 1821 direct = substream->oss.setup.direct; in snd_pcm_oss_get_formats() [all …]
|
/sound/pci/hda/ |
D | patch_ca0132.c | 174 int direct; /* 0:output; 1:input*/ member 188 .direct = EFX_DIR_OUT, 196 .direct = EFX_DIR_OUT, 204 .direct = EFX_DIR_OUT, 212 .direct = EFX_DIR_OUT, 220 .direct = EFX_DIR_OUT, 229 .direct = EFX_DIR_OUT, 239 .direct = EFX_DIR_IN, 247 .direct = EFX_DIR_IN, 255 .direct = EFX_DIR_IN, [all …]
|
/sound/drivers/opl4/ |
D | opl4_seq.c | 111 static int snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct, in snd_opl4_seq_event_input() argument
|
/sound/drivers/opl3/ |
D | opl3_oss.c | 28 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input() argument
|
D | opl3_seq.c | 141 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input() argument
|