/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 | 50 static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int ho… 126 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 | 520 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 | 40 static int snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, 309 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input() argument 323 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 | 254 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input() argument
|
/sound/pci/hda/ |
D | hda_codec.h | 823 int direct, 825 int snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int direct, 849 int direct, unsigned int verb, unsigned int parm);
|
D | hda_codec.c | 147 make_codec_cmd(struct hda_codec *codec, hda_nid_t nid, int direct, in make_codec_cmd() argument 153 val |= (u32)direct << 27; in make_codec_cmd() 173 int direct, in snd_hda_codec_read() argument 179 res = make_codec_cmd(codec, nid, direct, verb, parm); in snd_hda_codec_read() 204 int snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int direct, in snd_hda_codec_write() argument 211 res = make_codec_cmd(codec, nid, direct, verb, parm); in snd_hda_codec_write() 1994 int direct, unsigned int verb, unsigned int parm) in snd_hda_codec_write_cache() argument 2000 res = make_codec_cmd(codec, nid, direct, verb, parm); in snd_hda_codec_write_cache()
|
/sound/core/oss/ |
D | pcm_oss.c | 838 int direct; in snd_pcm_oss_change_params() local 855 direct = 1; in snd_pcm_oss_change_params() 857 direct = substream->oss.setup.direct; in snd_pcm_oss_change_params() 867 if (!direct) in snd_pcm_oss_change_params() 882 if (direct) in snd_pcm_oss_change_params() 903 if (direct) { in snd_pcm_oss_change_params() 928 if (!direct) { in snd_pcm_oss_change_params() 1752 int direct; in snd_pcm_oss_get_formats() local 1761 direct = 1; in snd_pcm_oss_get_formats() 1763 direct = substream->oss.setup.direct; in snd_pcm_oss_get_formats() [all …]
|
/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 | 114 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 | 118 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input() argument
|
D | seq_virmidi.c | 124 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input() argument
|
D | seq_clientmgr.c | 598 int direct; in snd_seq_deliver_single_event() local 600 direct = snd_seq_ev_is_direct(event); in snd_seq_deliver_single_event() 628 result = dest_port->event_input(event, direct, in snd_seq_deliver_single_event() 642 if (result < 0 && !direct) { in snd_seq_deliver_single_event()
|
D | seq_midi.c | 131 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi() argument
|
/sound/drivers/opl4/ |
D | opl4_seq.c | 110 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 | 154 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input() argument
|