Home
last modified time | relevance | path

Searched refs:MPU401_INFO_INPUT (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/sound/drivers/mpu401/
Dmpu401_uart.c97 if (mpu->info_flags & MPU401_INFO_INPUT) { in _snd_mpu401_uart_interrupt()
529 if (! (info_flags & (MPU401_INFO_INPUT | MPU401_INFO_OUTPUT))) in snd_mpu401_uart_new()
530 info_flags |= MPU401_INFO_INPUT | MPU401_INFO_OUTPUT; in snd_mpu401_uart_new()
531 in_enable = (info_flags & MPU401_INFO_INPUT) ? 1 : 0; in snd_mpu401_uart_new()
/linux-5.19.10/include/sound/
Dmpu401.h33 #define MPU401_INFO_INPUT (1 << 0) /* input stream */ macro
/linux-5.19.10/sound/pci/oxygen/
Doxygen_lib.c679 info_flags |= MPU401_INFO_INPUT; in __oxygen_pci_probe()
/linux-5.19.10/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst3093 the ``MPU401_INFO_INPUT`` or ``MPU401_INFO_OUTPUT`` bitflag,