Home
last modified time | relevance | path

Searched refs:MPU401_HW_MPU401 (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/include/sound/
H A Dmpu401.h13 #define MPU401_HW_MPU401 1 /* native MPU401 */ macro
/openbmc/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()
/openbmc/linux/sound/drivers/mpu401/
H A Dmpu401.c75 err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, port[dev], 0, in snd_mpu401_create()
/openbmc/linux/sound/isa/ad1816a/
H A Dad1816a.c166 if (snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in snd_card_ad1816a_probe()
/openbmc/linux/sound/isa/
H A Dals100.c226 mpu_type = MPU401_HW_MPU401; in snd_card_als100_probe()
H A Dcmi8328.c352 MPU401_HW_MPU401, mpuport[ndev], in snd_cmi8328_probe()
H A Dsc6000.c645 MPU401_HW_MPU401, in __snd_sc6000_probe()
H A Dcmi8330.c588 if (snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in snd_cmi8330_probe()
H A Dsscape.c804 err = snd_mpu401_uart_new(card, devnum, MPU401_HW_MPU401, port, in create_mpu401()
/openbmc/linux/sound/isa/sb/
H A Djazz16.c316 MPU401_HW_MPU401, in snd_jazz16_probe()
/openbmc/linux/sound/isa/galaxy/
H A Dgalaxy.c569 err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in __snd_galaxy_probe()
/openbmc/linux/sound/isa/opti9xx/
H A Dopti92x-ad1848.c876 error = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401,
H A Dmiro.c1355 error = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in snd_miro_probe()
/openbmc/linux/sound/isa/msnd/
H A Dmsnd_pinnacle.c573 err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in snd_msnd_attach()
/openbmc/linux/sound/pci/
H A Des1938.c1757 if (snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in __snd_es1938_probe()
H A Dmaestro3.c2685 err = snd_mpu401_uart_new(chip->card, 0, MPU401_HW_MPU401, in __snd_m3_probe()
H A Des1968.c2809 err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in __snd_es1968_probe()
/openbmc/linux/sound/pci/riptide/
H A Driptide.c136 #define MPU401_HW_RIPTIDE MPU401_HW_MPU401
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2939 snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, port, info_flags,
2947 it's not a special one, you can use ``MPU401_HW_MPU401``.