Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 20 of 20) sorted by relevance

/sound/core/seq/oss/
Dseq_oss_midi.h43 int snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private);
Dseq_oss_event.h109 int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, i…
Dseq_oss_init.c50 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
Dseq_oss_event.c422 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()
Dseq_oss_midi.c520 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/
Demux_oss.c40 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()
Demux_voice.h37 int snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private,
Demux_seq.c254 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input() argument
/sound/pci/hda/
Dhda_codec.h823 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);
Dhda_codec.c147 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/
Dpcm_oss.c838 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/
Dseq_ports.h72 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data,
Dseq_system.c114 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer() argument
Dseq_dummy.c118 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input() argument
Dseq_virmidi.c124 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input() argument
Dseq_clientmgr.c598 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()
Dseq_midi.c131 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi() argument
/sound/drivers/opl4/
Dopl4_seq.c110 static int snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct, in snd_opl4_seq_event_input() argument
/sound/drivers/opl3/
Dopl3_oss.c57 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input() argument
Dopl3_seq.c154 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input() argument