/sound/oss/ |
D | midi_synth.c | 44 do_midi_msg(int synthno, unsigned char *msg, int mlen) in do_midi_msg() argument 46 switch (msg[0] & 0xf0) in do_midi_msg() 49 if (msg[2] != 0) in do_midi_msg() 51 STORE(SEQ_START_NOTE(synthno, msg[0] & 0x0f, msg[1], msg[2])); in do_midi_msg() 54 msg[2] = 64; in do_midi_msg() 57 STORE(SEQ_STOP_NOTE(synthno, msg[0] & 0x0f, msg[1], msg[2])); in do_midi_msg() 61 STORE(SEQ_KEY_PRESSURE(synthno, msg[0] & 0x0f, msg[1], msg[2])); in do_midi_msg() 65 STORE(SEQ_CONTROL(synthno, msg[0] & 0x0f, in do_midi_msg() 66 msg[1], msg[2])); in do_midi_msg() 70 STORE(SEQ_SET_PATCH(synthno, msg[0] & 0x0f, msg[1])); in do_midi_msg() [all …]
|
D | mpu401.c | 231 int msg = ((int) (midic & 0xf0) >> 4); in mpu_input_scanner() local 235 if (msg < 8) /* Data byte */ in mpu_input_scanner() 238 msg = ((int) (devc->last_status & 0xf0) >> 4); in mpu_input_scanner() 239 msg -= 8; in mpu_input_scanner() 240 devc->m_left = len_tab[msg] - 1; in mpu_input_scanner() 253 else if (msg == 0xf) /* MPU MARK */ in mpu_input_scanner() 279 msg -= 8; in mpu_input_scanner() 280 devc->m_left = len_tab[msg]; in mpu_input_scanner()
|
D | sound_calls.h | 87 void do_midi_msg (int synthno, unsigned char *msg, int mlen);
|
/sound/pci/mixart/ |
D | mixart_core.c | 145 struct mixart_msg *msg, in send_msg() argument 154 if (snd_BUG_ON(msg->size % 4)) in send_msg() 185 …writel_be( msg->size + MSG_DESCRIPTOR_SIZE, MIXART_MEM(mgr, msg_frame_address) ); /* siz… in send_msg() 186 …writel_be( msg->message_id , MIXART_MEM(mgr, msg_frame_address + 4) ); /* dwM… in send_msg() 187 …writel_be( msg->uid.object_id, MIXART_MEM(mgr, msg_frame_address + 8) ); /* uid… in send_msg() 188 writel_be( msg->uid.desc, MIXART_MEM(mgr, msg_frame_address + 12) ); /* */ in send_msg() 191 …writel_be( msg->size, MIXART_MEM(mgr, msg_frame_address + 24) ); /* Siz… in send_msg() 197 for( i=0; i < msg->size; i+=4 ) { in send_msg() 198 writel_be( *(u32*)(msg->data + i), MIXART_MEM(mgr, MSG_HEADER_SIZE + msg_frame_address + i) ); in send_msg() 359 u32 msg, addr, type; in snd_mixart_msg_tasklet() local [all …]
|
/sound/pci/asihpi/ |
D | hpidebug.h | 98 #define compile_time_assert(cond, msg) \ argument 99 typedef char msg[(cond) ? 1 : -1]
|
D | hpi_internal.h | 91 #define compile_time_assert(cond, msg) \ argument 92 typedef char ASSERT_##msg[(cond) ? 1 : -1]
|
/sound/core/seq/ |
D | seq_virmidi.c | 83 unsigned char msg[4]; in snd_virmidi_dev_receive_event() local 95 len = snd_midi_event_decode(vmidi->parser, msg, sizeof(msg), ev); in snd_virmidi_dev_receive_event() 97 snd_rawmidi_receive(vmidi->substream, msg, len); in snd_virmidi_dev_receive_event()
|
D | seq_midi.c | 136 unsigned char msg[10]; /* buffer for constructing midi messages */ in event_process_midi() local 156 len = snd_midi_event_decode(msynth->parser, msg, sizeof(msg), ev); in event_process_midi() 159 if (dump_midi(substream, msg, len) < 0) in event_process_midi()
|
D | seq_clientmgr.c | 2448 int is_src, char *msg) in snd_seq_info_dump_subscribers() argument 2459 snd_iprintf(buffer, msg); in snd_seq_info_dump_subscribers()
|
/sound/core/seq/oss/ |
D | seq_oss_midi.c | 614 char msg[32]; in send_midi_event() local 625 len = snd_midi_event_decode(mdev->coder, msg, sizeof(msg), ev); in send_midi_event() 627 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, msg, len); in send_midi_event()
|
/sound/usb/ |
D | mixer.c | 2278 struct uac2_interrupt_data_msg *msg; in snd_usb_mixer_interrupt() local 2280 for (msg = urb->transfer_buffer; in snd_usb_mixer_interrupt() 2281 len >= sizeof(*msg); in snd_usb_mixer_interrupt() 2282 len -= sizeof(*msg), msg++) { in snd_usb_mixer_interrupt() 2284 if ((msg->bInfo & UAC2_INTERRUPT_DATA_MSG_VENDOR) || in snd_usb_mixer_interrupt() 2285 (msg->bInfo & UAC2_INTERRUPT_DATA_MSG_EP)) in snd_usb_mixer_interrupt() 2288 snd_usb_mixer_interrupt_v2(mixer, msg->bAttribute, in snd_usb_mixer_interrupt() 2289 le16_to_cpu(msg->wValue), in snd_usb_mixer_interrupt() 2290 le16_to_cpu(msg->wIndex)); in snd_usb_mixer_interrupt()
|
D | midi.c | 686 uint8_t *msg; in snd_usbmidi_akai_output() local 694 msg = urb->transfer_buffer + urb->transfer_buffer_length; in snd_usbmidi_akai_output() 728 msg[0] = 0x10 | count; in snd_usbmidi_akai_output() 729 memcpy(&msg[1], tmp, count); in snd_usbmidi_akai_output() 732 msg += count + 1; in snd_usbmidi_akai_output()
|
/sound/spi/ |
D | at73c213.c | 89 struct spi_message msg; in snd_at73c213_write_reg() local 96 spi_message_init(&msg); in snd_at73c213_write_reg() 103 spi_message_add_tail(&msg_xfer, &msg); in snd_at73c213_write_reg() 105 retval = spi_sync(chip->spi, &msg); in snd_at73c213_write_reg()
|
/sound/pci/ |
D | intel8x0.c | 2976 char *msg = NULL; in snd_intel8x0_inside_vm() local 2980 msg = result ? "enable (forced) VM" : "disable (forced) VM"; in snd_intel8x0_inside_vm() 2996 msg = "enable KVM"; in snd_intel8x0_inside_vm() 2999 msg = "enable Parallels VM"; in snd_intel8x0_inside_vm() 3001 msg = "disable (unknown or VT-d) VM"; in snd_intel8x0_inside_vm() 3006 if (msg != NULL) in snd_intel8x0_inside_vm() 3007 printk(KERN_INFO "intel8x0: %s optimization\n", msg); in snd_intel8x0_inside_vm()
|