Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dmpu401.h13 #define MPU401_HW_MPU401 1 /* native MPU401 */ macro
/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()
/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()
/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 Dals100.c224 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.c682 MPU401_HW_MPU401,
/linux/sound/isa/sb/
H A Djazz16.c313 MPU401_HW_MPU401, 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/pci/riptide/
H A Driptide.c137 #define MPU401_HW_RIPTIDE MPU401_HW_MPU401
/linux/sound/pci/
H A Des1968.c2754 err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, in __snd_es1968_probe()
/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``.