Home
last modified time | relevance | path

Searched refs:snd_mpu401_uart_new (Results 1 – 22 of 22) sorted by relevance

/linux/sound/pci/au88x0/
H A Dau88x0_mpu401.c71 temp = snd_mpu401_uart_new(vortex->card, 0, MPU401_HW_MPU401, 0x330, in snd_vortex_midi()
81 temp = snd_mpu401_uart_new(vortex->card, 0, MPU401_HW_AUREAL, port, in snd_vortex_midi()
/linux/include/sound/
H A Dmpu401.h115 int snd_mpu401_uart_new(struct snd_card *card,
/linux/sound/pci/trident/
H A Dtrident.c118 err = snd_mpu401_uart_new(card, 0, MPU401_HW_TRID4DWAVE, in snd_trident_probe()
/linux/sound/drivers/mpu401/
H A Dmpu401_uart.c499 int snd_mpu401_uart_new(struct snd_card *card, int device, in snd_mpu401_uart_new() function
595 EXPORT_SYMBOL(snd_mpu401_uart_new);
H A Dmpu401.c75 err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, port[dev], 0, in snd_mpu401_create()
/linux/sound/isa/cs423x/
H A Dcs4231.c120 if (snd_mpu401_uart_new(card, 0, MPU401_HW_CS4232, in snd_cs4231_probe()
H A Dcs4236.c401 if (snd_mpu401_uart_new(card, 0, MPU401_HW_CS4232, in snd_cs423x_probe()
/linux/sound/isa/ad1816a/
H A Dad1816a.c164 if (snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in snd_card_ad1816a_probe()
/linux/sound/isa/
H A Dazt2320.c208 if (snd_mpu401_uart_new(card, 0, MPU401_HW_AZT2320, in snd_card_azt2320_probe()
H A Dals100.c226 if (snd_mpu401_uart_new(card, 0, in snd_card_als100_probe()
H A Dcmi8328.c351 if (snd_mpu401_uart_new(card, 0, in snd_cmi8328_probe()
H A Dsc6000.c647 if (snd_mpu401_uart_new(card, 0, in __snd_sc6000_probe()
/linux/sound/isa/es1688/
H A Des1688.c154 error = snd_mpu401_uart_new(card, 0, MPU401_HW_ES1688, in snd_es1688_probe()
/linux/sound/pci/ymfpci/
H A Dymfpci.c307 err = snd_mpu401_uart_new(card, 0, MPU401_HW_YMFPCI, in __snd_card_ymfpci_probe()
/linux/sound/isa/sb/
H A Djazz16.c312 if (snd_mpu401_uart_new(card, 0, in snd_jazz16_probe()
/linux/sound/isa/galaxy/
H A Dgalaxy.c569 err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in __snd_galaxy_probe()
/linux/sound/isa/wavefront/
H A Dwavefront.c425 err = snd_mpu401_uart_new(card, midi_dev, MPU401_HW_CS4232, in snd_wavefront_probe()
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2936 To create a rawmidi object, call :c:func:`snd_mpu401_uart_new()`::
2939 snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, port, info_flags,
2965 to pass the iomapped address to :c:func:`snd_mpu401_uart_new()`.
2980 not returned explicitly by :c:func:`snd_mpu401_uart_new()`. You
3000 :c:func:`snd_mpu401_uart_new()`, an exclusive ISA interrupt
3009 object from :c:func:`snd_mpu401_uart_new()` as the second
/linux/sound/pci/
H A Dvia82xx.c2060 if (snd_mpu401_uart_new(chip->card, 0, MPU401_HW_VIA686A, in snd_via686_init_misc()
H A Des1968.c2754 err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in __snd_es1968_probe()
H A Dcmipci.c3131 err = snd_mpu401_uart_new(card, 0, MPU401_HW_CMIPCI, in snd_cmipci_create()
/linux/sound/pci/riptide/
H A Driptide.c2067 err = snd_mpu401_uart_new(card, 0, MPU401_HW_RIPTIDE, in __snd_card_riptide_probe()