Searched refs:rawmidi (Results 1 – 13 of 13) sorted by relevance
/linux/sound/core/ |
H A D | Makefile | 30 snd-rawmidi-y := rawmidi.o 48 obj-$(CONFIG_SND_RAWMIDI) += snd-rawmidi.o
|
H A D | Kconfig | 38 When this option is set, an additional rawmidi device for the
|
/linux/sound/drivers/ |
H A D | mtpav.c | 618 struct snd_rawmidi *rawmidi; in snd_mtpav_get_RAWMIDI() local 634 rawmidi = mcard->rmidi; in snd_mtpav_get_RAWMIDI() 635 rawmidi->private_data = mcard; in snd_mtpav_get_RAWMIDI() 637 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mtpav_get_RAWMIDI() 642 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mtpav_get_RAWMIDI() 648 rawmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT | SNDRV_RAWMIDI_INFO_INPUT | in snd_mtpav_get_RAWMIDI() 650 sprintf(rawmidi->name, "MTP AV MIDI"); in snd_mtpav_get_RAWMIDI()
|
/linux/Documentation/sound/designs/ |
H A D | oss-emulation.rst | 79 snd-pcm-oss and snd-rawmidi. In the case of PCM, the following 103 available for snd-rawmidi: 116 options snd-rawmidi midi_map=2
|
/linux/sound/isa/ |
H A D | sscape.c | 800 struct snd_rawmidi *rawmidi; in create_mpu401() local 804 MPU401_INFO_INTEGRATED, irq, &rawmidi); in create_mpu401() 806 struct snd_mpu401 *mpu = rawmidi->private_data; in create_mpu401()
|
/linux/Documentation/sound/kernel-api/ |
H A D | alsa-driver-api.rst | 71 .. kernel-doc:: sound/core/rawmidi.c
|
H A D | writing-an-alsa-driver.rst | 67 directory. The OSS rawmidi emulation is included in the ALSA rawmidi 2936 To create a rawmidi object, call :c:func:`snd_mpu401_uart_new()`:: 2944 this component. You can create up to 8 rawmidi devices. 2961 respectively. Then the rawmidi instance is created as a single stream. 3008 In this case, you need to pass the private_data of the returned rawmidi 3028 The rawmidi API is defined in ``<sound/rawmidi.h>``. 3033 To create a rawmidi device, call the :c:func:`snd_rawmidi_new()` 3050 8 rawmidi devices. 3062 After the rawmidi device is created, you need to set the operators 3093 In all the callbacks, the private data that you've set for the rawmidi [all …]
|
/linux/sound/pci/ymfpci/ |
H A D | ymfpci.h | 357 struct snd_rawmidi *rawmidi; member
|
H A D | ymfpci.c | 311 -1, &chip->rawmidi); in __snd_card_ymfpci_probe()
|
H A D | ymfpci_main.c | 817 if (chip->rawmidi) in snd_ymfpci_interrupt() 818 snd_mpu401_uart_interrupt(irq, chip->rawmidi->private_data); in snd_ymfpci_interrupt()
|
/linux/Documentation/usb/ |
H A D | gadget-testing.rst | 1006 It will create a virtual ALSA card containing a UMP rawmidi device 1007 where the UMP packet is looped back. In addition, a legacy rawmidi 1008 device is created. The UMP rawmidi is bound with ALSA sequencer
|
/linux/drivers/usb/gadget/ |
H A D | Kconfig | 453 USB MIDI 2.0 interface, looped back to ALSA UMP rawmidi
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 90 Module snd-rawmidi 2426 Module for virtual rawmidi devices. 2427 This module creates virtual rawmidi devices which communicate
|