Home
last modified time | relevance | path

Searched refs:rawmidi (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/
H A DMakefile32 snd-rawmidi-objs := rawmidi.o
48 obj-$(CONFIG_SND_RAWMIDI) += snd-rawmidi.o
H A Drawmidi.c78 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()
/OK3568_Linux_fs/kernel/sound/drivers/
H A Dmtpav.c622 struct snd_rawmidi *rawmidi; in snd_mtpav_get_RAWMIDI() local
637 rawmidi = mcard->rmidi; in snd_mtpav_get_RAWMIDI()
638 rawmidi->private_data = mcard; in snd_mtpav_get_RAWMIDI()
640 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mtpav_get_RAWMIDI()
645 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mtpav_get_RAWMIDI()
651 rawmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT | SNDRV_RAWMIDI_INFO_INPUT | in snd_mtpav_get_RAWMIDI()
653 sprintf(rawmidi->name, "MTP AV MIDI"); in snd_mtpav_get_RAWMIDI()
/OK3568_Linux_fs/buildroot/package/alsa-lib/
H A Dalsa-lib.mk44 ALSA_LIB_CONF_OPTS += --disable-rawmidi
H A DConfig.in58 bool "rawmidi"
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Doss-emulation.rst79 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
/OK3568_Linux_fs/buildroot/package/alsa-utils/
H A D0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch16 in pcm.h and rawmidi.h. So really, it's the entire function that needs
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dalsa-driver-api.rst71 .. kernel-doc:: sound/core/rawmidi.c
H A Dwriting-an-alsa-driver.rst72 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 …]
/OK3568_Linux_fs/kernel/sound/isa/
H A Dsscape.c812 struct snd_rawmidi *rawmidi; in create_mpu401() local
816 MPU401_INFO_INTEGRATED, irq, &rawmidi); in create_mpu401()
818 struct snd_mpu401 *mpu = rawmidi->private_data; in create_mpu401()
/OK3568_Linux_fs/kernel/sound/pci/ymfpci/
H A Dymfpci.h317 struct snd_rawmidi *rawmidi; member
H A Dymfpci.c300 -1, &chip->rawmidi)) < 0) { in snd_card_ymfpci_probe()
H A Dymfpci_main.c820 if (chip->rawmidi) in snd_ymfpci_interrupt()
821 snd_mpu401_uart_interrupt(irq, chip->rawmidi->private_data); in snd_ymfpci_interrupt()
/OK3568_Linux_fs/kernel/Documentation/sound/
H A Dalsa-configuration.rst90 Module snd-rawmidi
2372 Module for virtual rawmidi devices.
2373 This module creates virtual rawmidi devices which communicate
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log