Home
last modified time | relevance | path

Searched refs:MPU401_INFO_OUTPUT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/drivers/mpu401/
H A Dmpu401_uart.c529 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()
532 out_enable = (info_flags & MPU401_INFO_OUTPUT) ? 1 : 0; in snd_mpu401_uart_new()
/openbmc/linux/include/sound/
H A Dmpu401.h34 #define MPU401_INFO_OUTPUT (1 << 1) /* output stream */ macro
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_lib.c677 info_flags |= MPU401_INFO_OUTPUT; in __oxygen_pci_probe()
/openbmc/linux/sound/pci/ice1712/
H A Dews.c1072 .mpu401_2_info_flags = MPU401_INFO_OUTPUT,
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2960 the ``MPU401_INFO_INPUT`` or ``MPU401_INFO_OUTPUT`` bitflag,