Searched refs:rawmidi (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/sound/core/ |
D | Makefile | 30 snd-rawmidi-objs := rawmidi.o 47 obj-$(CONFIG_SND_RAWMIDI) += snd-rawmidi.o
|
D | rawmidi.c | 78 struct snd_rawmidi *rawmidi; in snd_rawmidi_search() local 80 list_for_each_entry(rawmidi, &snd_rawmidi_devices, list) in snd_rawmidi_search() 81 if (rawmidi->card == card && rawmidi->device == device) in snd_rawmidi_search() 82 return rawmidi; in snd_rawmidi_search()
|
/linux-6.1.9/sound/drivers/ |
D | mtpav.c | 624 struct snd_rawmidi *rawmidi; in snd_mtpav_get_RAWMIDI() local 640 rawmidi = mcard->rmidi; in snd_mtpav_get_RAWMIDI() 641 rawmidi->private_data = mcard; in snd_mtpav_get_RAWMIDI() 643 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mtpav_get_RAWMIDI() 648 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mtpav_get_RAWMIDI() 654 rawmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT | SNDRV_RAWMIDI_INFO_INPUT | in snd_mtpav_get_RAWMIDI() 656 sprintf(rawmidi->name, "MTP AV MIDI"); in snd_mtpav_get_RAWMIDI()
|
/linux-6.1.9/Documentation/sound/kernel-api/ |
D | alsa-driver-api.rst | 71 .. kernel-doc:: sound/core/rawmidi.c
|
D | writing-an-alsa-driver.rst | 72 directory. The rawmidi OSS emulation is included in the ALSA rawmidi 3067 To create a rawmidi object, call :c:func:`snd_mpu401_uart_new()`. 3077 this component. You can create up to 8 rawmidi devices. 3094 respectively. Then the rawmidi instance is created as a single stream. 3145 In this case, you need to pass the private_data of the returned rawmidi 3167 The rawmidi API is defined in ``<sound/rawmidi.h>``. 3172 To create a rawmidi device, call the :c:func:`snd_rawmidi_new()` 3191 8 rawmidi devices. 3203 After the rawmidi device is created, you need to set the operators 3240 In all the callbacks, the private data that you've set for the rawmidi [all …]
|
/linux-6.1.9/sound/isa/ |
D | sscape.c | 801 struct snd_rawmidi *rawmidi; in create_mpu401() local 805 MPU401_INFO_INTEGRATED, irq, &rawmidi); in create_mpu401() 807 struct snd_mpu401 *mpu = rawmidi->private_data; in create_mpu401()
|
/linux-6.1.9/Documentation/sound/designs/ |
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-6.1.9/sound/pci/ymfpci/ |
D | ymfpci.h | 314 struct snd_rawmidi *rawmidi; member
|
D | ymfpci.c | 296 -1, &chip->rawmidi); in snd_card_ymfpci_probe()
|
D | ymfpci_main.c | 822 if (chip->rawmidi) in snd_ymfpci_interrupt() 823 snd_mpu401_uart_interrupt(irq, chip->rawmidi->private_data); in snd_ymfpci_interrupt()
|
/linux-6.1.9/Documentation/sound/ |
D | alsa-configuration.rst | 90 Module snd-rawmidi 2409 Module for virtual rawmidi devices. 2410 This module creates virtual rawmidi devices which communicate
|