Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/mpu401/
H A 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()
/openbmc/linux/include/sound/
H A Dmpu401.h33 #define MPU401_INFO_INPUT (1 << 0) /* input stream */ macro
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_lib.c679 info_flags |= MPU401_INFO_INPUT; in __oxygen_pci_probe()
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2960 the ``MPU401_INFO_INPUT`` or ``MPU401_INFO_OUTPUT`` bitflag,