Home
last modified time | relevance | path

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

/sound/core/seq/
A DMakefile7 snd-seq-y := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \
10 snd-seq-$(CONFIG_SND_PROC_FS) += seq_info.o
12 snd-seq-midi-y := seq_midi.o
13 snd-seq-midi-emul-y := seq_midi_emul.o
14 snd-seq-midi-event-y := seq_midi_event.o
15 snd-seq-dummy-y := seq_dummy.o
16 snd-seq-virmidi-y := seq_virmidi.o
17 snd-seq-ump-client-y := seq_ump_client.o
19 obj-$(CONFIG_SND_SEQUENCER) += snd-seq.o
22 obj-$(CONFIG_SND_SEQ_DUMMY) += snd-seq-dummy.o
[all …]
A DKconfig27 will be called snd-seq-dummy.
40 will be called snd-seq-oss.
/sound/hda/common/
A Dauto_parser.c31 short seq; member
38 return (int)(a->seq - b->seq); in compare_seq()
148 if (seq != seq_number) in can_be_headset_mic()
178 short seq, assoc_line_out; in snd_hda_parse_pin_defcfg() local
226 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
249 line_out[cfg->line_outs].seq = seq; in snd_hda_parse_pin_defcfg()
253 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
262 speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
266 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
275 hp_out[cfg->hp_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
[all …]
A Dcodec.c79 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write() argument
81 for (; seq->nid; seq++) in snd_hda_sequence_write()
82 snd_hda_codec_write(codec, seq->nid, 0, seq->verb, seq->param); in snd_hda_sequence_write()
/sound/hda/codecs/cirrus/
A Dcs8409.c255 if (cs8409_i2c_set_page(scodec, seq[i].addr)) in cs8409_i2c_bulk_read()
258 i2c_reg_data = (seq[i].addr << 8) & 0x0ffff; in cs8409_i2c_bulk_read()
341 if (cs8409_i2c_set_page(scodec, seq[i].addr)) in cs8409_i2c_bulk_write()
344 i2c_reg_data = ((seq[i].addr << 8) & 0x0ff00) | (seq[i].value & 0x0ff); in cs8409_i2c_bulk_write()
352 if (seq[i].delay) in cs8409_i2c_bulk_write()
353 fsleep(seq[i].delay); in cs8409_i2c_bulk_write()
1061 for (; seq->nid; seq++) in cs8409_cs42l42_hw_init()
1062 cs8409_vendor_coef_set(codec, seq->cir, seq->coeff); in cs8409_cs42l42_hw_init()
1281 const struct cs8409_cir_param *seq = dolphin_hw_cfg; in dolphin_hw_init() local
1295 for (; seq->nid; seq++) in dolphin_hw_init()
[all …]
/sound/core/seq/oss/
A DMakefile7 snd-seq-oss-y := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
11 obj-$(CONFIG_SND_SEQUENCER_OSS) += snd-seq-oss.o
/sound/core/
A DMakefile36 snd-seq-device-y := seq_device.o
47 obj-$(CONFIG_SND_SEQ_DEVICE) += snd-seq-device.o
54 obj-$(CONFIG_SND_SEQUENCER) += seq/
A Dinfo.c333 static int snd_info_seq_show(struct seq_file *seq, void *p) in snd_info_seq_show() argument
335 struct snd_info_private_data *data = seq->private; in snd_info_seq_show()
341 data->rbuffer->buffer = (char *)seq; /* XXX hack! */ in snd_info_seq_show()
A DKconfig270 source "sound/core/seq/Kconfig"
/sound/usb/
A Dfcp.c99 u16 seq; member
140 __le16 seq; member
151 u16 seq = private->seq++; in fcp_fill_request_header() local
155 req->seq = cpu_to_le16(seq); in fcp_fill_request_header()
258 if (req->seq != resp->seq) { in fcp_usb()
262 le16_to_cpu(req->seq), le16_to_cpu(resp->seq)); in fcp_usb()
1036 private->seq = 0; in fcp_init()
A Dquirks.c833 static const u8 seq[] = { 0x4e, 0x73, 0x52, 0x01 }; in snd_usb_accessmusic_boot_quirk() local
838 buf = kmemdup(seq, ARRAY_SIZE(seq), GFP_KERNEL); in snd_usb_accessmusic_boot_quirk()
842 ARRAY_SIZE(seq), &actual_length, 1000); in snd_usb_accessmusic_boot_quirk()
A Dmixer_scarlett2.c2306 __le16 seq; member
2317 u16 seq = private->scarlett2_seq++; in scarlett2_fill_request_header() local
2321 req->seq = cpu_to_le16(seq); in scarlett2_fill_request_header()
2438 (resp->seq != req->seq && in scarlett2_usb()
2439 (le16_to_cpu(req->seq) != 1 || resp->seq != 0)) || in scarlett2_usb()
2450 le16_to_cpu(req->seq), le16_to_cpu(resp->seq), in scarlett2_usb()
/sound/soc/codecs/
A Dcs43130.c1918 .seq = hp_en_cal_seq,
1923 .seq = hp_dc_ch_l_seq,
1928 .seq = hp_ac_ch_l_seq,
1933 .seq = hp_dis_cal_seq,
1938 .seq = hp_en_cal_seq,
1943 .seq = hp_dc_ch_r_seq,
1948 .seq = hp_ac_ch_r_seq,
1956 .seq = hp_en_cal_seq2,
1961 .seq = hp_dc_ch_l_seq2,
1966 .seq = hp_ac_ch_l_seq2,
[all …]
A Dtas2764-quirks.h167 const struct reg_sequence *seq; member
A Dtas2764.c565 if (!init_seq->seq) in tas2764_apply_init_quirks()
571 ret = regmap_multi_reg_write(tas2764->regmap, init_seq->seq, in tas2764_apply_init_quirks()
/sound/firewire/
A Damdtp-stream.c1034 unsigned int seq_size = s->ctx_data.rx.seq.size; in generate_rx_packet_descs()
1035 unsigned int seq_pos = s->ctx_data.rx.seq.pos; in generate_rx_packet_descs()
1044 const struct seq_desc *seq = seq_descs + seq_pos; in generate_rx_packet_descs() local
1053 desc->data_blocks = seq->data_blocks; in generate_rx_packet_descs()
1072 s->ctx_data.rx.seq.pos = seq_pos; in generate_rx_packet_descs()
1776 s->ctx_data.rx.seq.descs = kcalloc(queue_size, sizeof(*s->ctx_data.rx.seq.descs), GFP_KERNEL); in amdtp_stream_start()
1777 if (!s->ctx_data.rx.seq.descs) { in amdtp_stream_start()
1781 s->ctx_data.rx.seq.size = queue_size; in amdtp_stream_start()
1782 s->ctx_data.rx.seq.pos = 0; in amdtp_stream_start()
1857 kfree(s->ctx_data.rx.seq.descs); in amdtp_stream_start()
[all …]
A Damdtp-stream.h169 } seq; member
/sound/isa/sb/
A Dsb16_csp.c478 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq() argument
482 if (!snd_sbdsp_command(chip, seq[i])) in command_seq()
/sound/hda/codecs/realtek/
A Dalc269.c1184 const struct hda_alc298_mbxinit *seq; in alc298_fixup_huawei_mbx_stereo() local
1199 for (seq = dac_init; seq->value_0x23; seq++) in alc298_fixup_huawei_mbx_stereo()
1200 alc298_huawei_mbx_stereo_seq(codec, seq, seq == dac_init); in alc298_fixup_huawei_mbx_stereo()

Completed in 93 milliseconds