Home
last modified time | relevance | path

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

/linux-4.4.14/sound/drivers/mpu401/
Dmpu401_uart.c112 if (mpu->info_flags & MPU401_INFO_INPUT) { in _snd_mpu401_uart_interrupt()
539 if (! (info_flags & (MPU401_INFO_INPUT | MPU401_INFO_OUTPUT))) in snd_mpu401_uart_new()
540 info_flags |= MPU401_INFO_INPUT | MPU401_INFO_OUTPUT; in snd_mpu401_uart_new()
541 in_enable = (info_flags & MPU401_INFO_INPUT) ? 1 : 0; in snd_mpu401_uart_new()
/linux-4.4.14/include/sound/
Dmpu401.h48 #define MPU401_INFO_INPUT (1 << 0) /* input stream */ macro
/linux-4.4.14/sound/pci/oxygen/
Doxygen_lib.c701 info_flags |= MPU401_INFO_INPUT; in oxygen_pci_probe()