Home
last modified time | relevance | path

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

/Linux-v4.19/sound/drivers/mpu401/
Dmpu401_uart.c112 if (mpu->info_flags & MPU401_INFO_INPUT) { in _snd_mpu401_uart_interrupt()
538 if (! (info_flags & (MPU401_INFO_INPUT | MPU401_INFO_OUTPUT))) in snd_mpu401_uart_new()
539 info_flags |= MPU401_INFO_INPUT | MPU401_INFO_OUTPUT; in snd_mpu401_uart_new()
540 in_enable = (info_flags & MPU401_INFO_INPUT) ? 1 : 0; in snd_mpu401_uart_new()
/Linux-v4.19/include/sound/
Dmpu401.h48 #define MPU401_INFO_INPUT (1 << 0) /* input stream */ macro
/Linux-v4.19/sound/pci/oxygen/
Doxygen_lib.c701 info_flags |= MPU401_INFO_INPUT; in oxygen_pci_probe()
/Linux-v4.19/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst3031 the ``MPU401_INFO_INPUT`` or ``MPU401_INFO_OUTPUT`` bitflag,