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-midi-objs := seq_midi.o
11 snd-seq-midi-emul-objs := seq_midi_emul.o
12 snd-seq-midi-event-objs := seq_midi_event.o
13 snd-seq-dummy-objs := seq_dummy.o
14 snd-seq-virmidi-objs := seq_virmidi.o
16 obj-$(CONFIG_SND_SEQUENCER) += snd-seq.o snd-seq-device.o
18 obj-$(CONFIG_SND_SEQUENCER) += snd-seq-midi-event.o
21 obj-$(CONFIG_SND_SEQ_DUMMY) += snd-seq-dummy.o
[all …]
/sound/pci/hda/
Dhda_auto_parser.c37 short seq; member
44 return (int)(a->seq - b->seq); in compare_seq()
140 int seq = get_defcfg_sequence(def_conf); in can_be_headset_mic() local
141 if (seq != seq_number) in can_be_headset_mic()
171 short seq, assoc_line_out; in snd_hda_parse_pin_defcfg() local
220 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
235 line_out[cfg->line_outs].seq = seq; in snd_hda_parse_pin_defcfg()
239 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
244 speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
248 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
[all …]
Dhda_codec.c308 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write() argument
310 for (; seq->nid; seq++) in snd_hda_sequence_write()
311 snd_hda_codec_write(codec, seq->nid, 0, seq->verb, seq->param); in snd_hda_sequence_write()
3700 const struct hda_verb *seq) in snd_hda_sequence_write_cache() argument
3702 for (; seq->nid; seq++) in snd_hda_sequence_write_cache()
3703 snd_hda_codec_write_cache(codec, seq->nid, 0, seq->verb, in snd_hda_sequence_write_cache()
3704 seq->param); in snd_hda_sequence_write_cache()
Dhda_codec.h982 const struct hda_verb *seq);
991 const struct hda_verb *seq);
/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/
Dmemalloc.c376 static int snd_mem_proc_read(struct seq_file *seq, void *offset) in snd_mem_proc_read() argument
384 seq_printf(seq, "pages : %li bytes (%li pages per %likB)\n", in snd_mem_proc_read()
389 seq_printf(seq, "buffer %d : ID %08x : type %s\n", in snd_mem_proc_read()
391 seq_printf(seq, " addr = 0x%lx, size = %d bytes\n", in snd_mem_proc_read()
DMakefile36 obj-$(CONFIG_SND_SEQUENCER) += seq/
DKconfig47 will be called snd-seq-dummy.
99 snd-seq-oss.
219 source "sound/core/seq/Kconfig"
/sound/usb/
Dquirks.c478 static const u8 seq[] = { 0x4e, 0x73, 0x52, 0x01 }; in snd_usb_accessmusic_boot_quirk() local
480 void *buf = kmemdup(seq, ARRAY_SIZE(seq), GFP_KERNEL); in snd_usb_accessmusic_boot_quirk()
484 ARRAY_SIZE(seq), &actual_length, 1000); in snd_usb_accessmusic_boot_quirk()
/sound/isa/sb/
Dsb16_csp.c487 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq() argument
491 if (!snd_sbdsp_command(chip, seq[i])) in command_seq()