| /sound/core/seq/oss/ |
| A D | seq_oss_event.h | 20 unsigned char code; member 28 unsigned char code; member 36 unsigned char code; member 44 unsigned char code; member 53 unsigned char code; member 63 unsigned char code; member 73 unsigned char code; member 91 #define ev_is_long(ev) ((ev)->s.code >= 128) 92 #define ev_length(ev) ((ev)->s.code >= 128 ? LONG_EVENT_SIZE : SHORT_EVENT_SIZE)
|
| A D | seq_oss_rw.c | 97 if (rec.s.code == SEQ_FULLSIZE) { in snd_seq_oss_write() 110 if (rec.s.code == SEQ_EXTENDED && in snd_seq_oss_write()
|
| A D | seq_oss_timer.c | 77 if (ev->t.code == EV_TIMING) { in snd_seq_oss_process_timer_event() 97 } else if (ev->s.code == SEQ_WAIT) { in snd_seq_oss_process_timer_event()
|
| A D | seq_oss_event.c | 44 switch (q->s.code) { in snd_seq_oss_process_event() 97 switch (q->s.code) { in old_event() 433 if (rec->s.code == SEQ_SYNCTIMER) { in snd_seq_oss_event_input()
|
| A D | seq_oss_midi.c | 580 ossev.v.code = EV_CHN_VOICE; in send_synth_event() 588 ossev.l.code = EV_CHN_COMMON; in send_synth_event() 594 ossev.l.code = EV_CHN_COMMON; in send_synth_event()
|
| A D | seq_oss_writeq.c | 104 rec->t.code = SEQ_SYNCTIMER; in snd_seq_oss_writeq_sync()
|
| A D | seq_oss_readq.c | 227 rec.t.code = EV_TIMING; in snd_seq_oss_readq_put_timestamp()
|
| /sound/pci/echoaudio/ |
| A D | echoaudio_dsp.c | 185 u8 *code; in load_asic_generic() local 193 code = (u8 *)fw->data; in load_asic_generic() 231 u16 *code; in install_resident_loader() local 268 code = (u16 *)fw->data; in install_resident_loader() 273 index = code[0]; in install_resident_loader() 279 words = code[index++]; in install_resident_loader() 282 address = ((u32)code[index] << 16) + code[index + 1]; in install_resident_loader() 301 data = ((u32)code[index] << 16) + code[index + 1]; in install_resident_loader() 386 index = code[0]; in load_dsp() 409 address = ((u32)code[index] << 16) + code[index + 1]; in load_dsp() [all …]
|
| /sound/firewire/fireface/ |
| A D | ff-protocol-latter.c | 175 unsigned int code; in latter_allocate_resources() local 183 code = 0x04; in latter_allocate_resources() 185 code = 0x02; in latter_allocate_resources() 187 code = 0x00; in latter_allocate_resources() 192 code |= 0x08; in latter_allocate_resources() 194 code |= 0x10; in latter_allocate_resources() 196 reg = cpu_to_le32(code); in latter_allocate_resources()
|
| /sound/usb/line6/ |
| A D | midibuf.c | 13 static int midibuf_message_length(unsigned char code) in midibuf_message_length() argument 17 if (code < 0x80) in midibuf_message_length() 19 else if (code < 0xf0) { in midibuf_message_length() 22 message_length = length[(code >> 4) - 8]; in midibuf_message_length() 27 message_length = length[code & 0x0f]; in midibuf_message_length()
|
| A D | pod.c | 167 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, in pod_alloc_sysex_buffer() argument 170 return line6_alloc_sysex_buffer(&pod->line6, POD_SYSEX_CODE, code, in pod_alloc_sysex_buffer() 212 int code) in pod_set_system_param_int() argument 220 sysex[SYSEX_DATA_OFS] = code; in pod_set_system_param_int()
|
| A D | toneport.c | 117 int code; member 235 toneport_source_info[source].code, 0x0000); in snd_toneport_source_put() 382 toneport_source_info[toneport->source].code, in toneport_setup()
|
| /sound/virtio/ |
| A D | virtio_ctl_msg.c | 140 response->code = cpu_to_le32(VIRTIO_SND_S_IO_ERR); in virtsnd_ctl_msg_send() 162 le32_to_cpu(request->code)); in virtsnd_ctl_msg_send() 184 le32_to_cpu(request->code)); in virtsnd_ctl_msg_send() 191 switch (le32_to_cpu(response->code)) { in virtsnd_ctl_msg_send() 274 query->hdr.code = cpu_to_le32(command); in virtsnd_ctl_query_info()
|
| A D | virtio_kctl.c | 125 hdr->hdr.code = cpu_to_le32(VIRTIO_SND_R_CTL_READ); in virtsnd_kctl_get() 195 hdr->hdr.code = cpu_to_le32(VIRTIO_SND_R_CTL_WRITE); in virtsnd_kctl_put() 267 hdr->hdr.code = cpu_to_le32(VIRTIO_SND_R_CTL_TLV_READ); in virtsnd_kctl_tlv_op() 279 hdr->hdr.code = cpu_to_le32(VIRTIO_SND_R_CTL_TLV_WRITE); in virtsnd_kctl_tlv_op() 281 hdr->hdr.code = in virtsnd_kctl_tlv_op() 343 hdr->hdr.code = cpu_to_le32(VIRTIO_SND_R_CTL_ENUM_ITEMS); in virtsnd_kctl_get_enum_items()
|
| A D | virtio_jack.c | 221 switch (le32_to_cpu(event->hdr.code)) { in virtsnd_jack_event()
|
| /sound/pci/cs46xx/ |
| A D | dsp_spos.c | 60 if (ins->code.offset > 0) { in shadow_and_reallocate_code() 104 ins->code.data[ins->code.size++] = loval; in shadow_and_reallocate_code() 105 ins->code.data[ins->code.size++] = hival; in shadow_and_reallocate_code() 243 ins->code.offset = 0; in cs46xx_dsp_spos_create() 244 ins->code.size = 0; in cs46xx_dsp_spos_create() 272 kfree(ins->code.data); in cs46xx_dsp_spos_create() 296 kfree(ins->code.data); in cs46xx_dsp_spos_destroy() 395 if (code == NULL) { in cs46xx_dsp_load_module() 399 if (ins->code.offset + code->size > DSP_CODE_BYTE_SIZE) { in cs46xx_dsp_load_module() 418 doffset = (code->offset * 4 + ins->code.offset * 4 + DSP_CODE_BYTE_OFFSET); in cs46xx_dsp_load_module() [all …]
|
| A D | cs46xx_dsp_spos.h | 140 struct dsp_segment_desc code; member
|
| /sound/drivers/pcsp/ |
| A D | pcsp_input.c | 44 unsigned int code, int value) in pcspkr_input_event() argument 53 switch (code) { in pcspkr_input_event()
|
| /sound/oss/dmasound/ |
| A D | Kconfig | 11 This driver is also available as a module ( = code which can be 25 This driver is also available as a module ( = code which can be 39 This driver is also available as a module ( = code which can be
|
| /sound/hda/core/ |
| A D | Kconfig | 26 # A fallback is provided so that the code compiles in all cases. 34 # A fallback is provided so that the code compiles in all cases.
|
| /sound/soc/sof/ |
| A D | core.c | 128 u32 code; in sof_print_oops_and_stack() local 138 code = panic_code & (SOF_IPC_PANIC_MAGIC_MASK | SOF_IPC_PANIC_CODE_MASK); in sof_print_oops_and_stack() 141 if (panic_msg[i].id == code) { in sof_print_oops_and_stack() 143 panic_msg[i].msg, code & SOF_IPC_PANIC_CODE_MASK); in sof_print_oops_and_stack() 151 code & SOF_IPC_PANIC_CODE_MASK); in sof_print_oops_and_stack()
|
| /sound/core/ |
| A D | Kconfig | 131 the hrtimer as a precise timing source. The ALSA sequencer code 168 Say 'N' to disable Sound proc FS, which may reduce code size about 177 Say Y here to include code for verbose procfs contents (provides 194 Say Y here to enable ALSA debug code.
|
| /sound/ppc/ |
| A D | beep.c | 87 unsigned int code, int hz) in snd_pmac_beep_event() argument 101 switch (code) { in snd_pmac_beep_event()
|
| /sound/hda/common/ |
| A D | beep.c | 98 unsigned int code, int hz) in snd_hda_beep_event() argument 102 switch (code) { in snd_hda_beep_event()
|
| /sound/pci/emu10k1/ |
| A D | emufx.c | 494 u_int32_t *code; in snd_emu10k1_write_op() local 497 code = icode->code + (*ptr) * 2; in snd_emu10k1_write_op() 499 code[0] = ((x & 0x3ff) << 10) | (y & 0x3ff); in snd_emu10k1_write_op() 511 u_int32_t *code; in snd_emu10k1_audigy_write_op() local 514 code = icode->code + (*ptr) * 2; in snd_emu10k1_audigy_write_op() 632 lo = icode->code[pc + 0]; in snd_emu10k1_code_poke() 633 hi = icode->code[pc + 1]; in snd_emu10k1_code_poke() 654 (__user u32 *)&icode->code[pc + 0])) in snd_emu10k1_code_peek() 657 (__user u32 *)&icode->code[pc + 1])) in snd_emu10k1_code_peek() 1321 icode->code = icode->tram_addr_map + 256; in _snd_emu10k1_audigy_init_efx() [all …]
|