/sound/pci/hda/ |
D | patch_ca0132.c | 147 int direct; /* 0:output; 1:input*/ member 161 .direct = EFX_DIR_OUT, 169 .direct = EFX_DIR_OUT, 177 .direct = EFX_DIR_OUT, 185 .direct = EFX_DIR_OUT, 193 .direct = EFX_DIR_OUT, 202 .direct = EFX_DIR_OUT, 212 .direct = EFX_DIR_IN, 220 .direct = EFX_DIR_IN, 228 .direct = EFX_DIR_IN, [all …]
|
/sound/core/seq/oss/ |
D | seq_oss_midi.h | 43 int snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private);
|
D | seq_oss_event.h | 109 int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, i…
|
D | seq_oss_init.c | 53 static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int ho… 136 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce() argument
|
D | seq_oss_event.c | 435 snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_seq_oss_event_input() argument 442 return snd_seq_oss_midi_input(ev, direct, private_data); in snd_seq_oss_event_input()
|
D | seq_oss_midi.c | 519 snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private_data) in snd_seq_oss_midi_input() argument
|
/sound/synth/emux/ |
D | emux_oss.c | 41 static int snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, 302 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input() argument 316 return snd_emux_event_input(ev, direct, private_data, atomic, hop); in snd_emux_event_oss_input()
|
D | emux_voice.h | 37 int snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private,
|
D | emux_seq.c | 252 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input() argument
|
/sound/core/seq/ |
D | seq_ports.h | 72 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data,
|
D | seq_system.c | 116 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 | 88 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input() argument
|
D | seq_virmidi.c | 133 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input() argument
|
D | seq_clientmgr.c | 605 int direct; in snd_seq_deliver_single_event() local 607 direct = snd_seq_ev_is_direct(event); in snd_seq_deliver_single_event() 635 result = dest_port->event_input(event, direct, in snd_seq_deliver_single_event() 649 if (result < 0 && !direct) { in snd_seq_deliver_single_event()
|
D | seq_midi.c | 132 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi() argument
|
/sound/core/oss/ |
D | pcm_oss.c | 874 int direct; in snd_pcm_oss_change_params_locked() local 891 direct = 1; in snd_pcm_oss_change_params_locked() 893 direct = substream->oss.setup.direct; in snd_pcm_oss_change_params_locked() 903 if (!direct) in snd_pcm_oss_change_params_locked() 925 if (direct) in snd_pcm_oss_change_params_locked() 949 if (direct) { in snd_pcm_oss_change_params_locked() 996 if (!direct) { in snd_pcm_oss_change_params_locked() 1895 int direct; in snd_pcm_oss_get_formats() local 1904 direct = 1; in snd_pcm_oss_get_formats() 1906 direct = substream->oss.setup.direct; in snd_pcm_oss_get_formats() [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 | 57 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 | 155 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input() argument
|