Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 10 of 10) sorted by relevance

/sound/core/seq/
DMakefile6 snd-seq-device-objs := seq_device.o
7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \
10 snd-seq-$(CONFIG_SND_PROC_FS) += seq_info.o
11 snd-seq-midi-objs := seq_midi.o
12 snd-seq-midi-emul-objs := seq_midi_emul.o
13 snd-seq-midi-event-objs := seq_midi_event.o
14 snd-seq-dummy-objs := seq_dummy.o
15 snd-seq-virmidi-objs := seq_virmidi.o
17 obj-$(CONFIG_SND_SEQUENCER) += snd-seq.o snd-seq-device.o
19 obj-$(CONFIG_SND_SEQUENCER) += snd-seq-midi-event.o
[all …]
/sound/pci/hda/
Dhda_auto_parser.c35 short seq; member
42 return (int)(a->seq - b->seq); in compare_seq()
151 int seq = get_defcfg_sequence(def_conf); in can_be_headset_mic() local
152 if (seq != seq_number) in can_be_headset_mic()
182 short seq, assoc_line_out; in snd_hda_parse_pin_defcfg() local
230 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
253 line_out[cfg->line_outs].seq = seq; in snd_hda_parse_pin_defcfg()
257 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
266 speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
270 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
[all …]
Dhda_codec.h363 const struct hda_verb *seq);
Dhda_codec.c101 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write() argument
103 for (; seq->nid; seq++) in snd_hda_sequence_write()
104 snd_hda_codec_write(codec, seq->nid, 0, seq->verb, seq->param); in snd_hda_sequence_write()
/sound/core/seq/oss/
DMakefile6 snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
10 obj-$(CONFIG_SND_SEQUENCER) += snd-seq-oss.o
/sound/core/
DMakefile46 obj-$(CONFIG_SND_SEQUENCER) += seq/
DKconfig56 will be called snd-seq-dummy.
119 snd-seq-oss.
254 source "sound/core/seq/Kconfig"
Dinfo.c369 static int snd_info_seq_show(struct seq_file *seq, void *p) in snd_info_seq_show() argument
371 struct snd_info_private_data *data = seq->private; in snd_info_seq_show()
377 data->rbuffer->buffer = (char *)seq; /* XXX hack! */ in snd_info_seq_show()
/sound/usb/
Dquirks.c734 static const u8 seq[] = { 0x4e, 0x73, 0x52, 0x01 }; in snd_usb_accessmusic_boot_quirk() local
736 void *buf = kmemdup(seq, ARRAY_SIZE(seq), GFP_KERNEL); in snd_usb_accessmusic_boot_quirk()
740 ARRAY_SIZE(seq), &actual_length, 1000); in snd_usb_accessmusic_boot_quirk()
/sound/isa/sb/
Dsb16_csp.c488 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq() argument
492 if (!snd_sbdsp_command(chip, seq[i])) in command_seq()