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

/linux-master/include/sound/
H A Dmpu401.h33 #define MPU401_INFO_INPUT (1 << 0) /* input stream */ macro
/linux-master/sound/drivers/mpu401/
H A Dmpu401_uart.c97 if (mpu->info_flags & MPU401_INFO_INPUT) {
529 if (! (info_flags & (MPU401_INFO_INPUT | MPU401_INFO_OUTPUT)))
530 info_flags |= MPU401_INFO_INPUT | MPU401_INFO_OUTPUT;
531 in_enable = (info_flags & MPU401_INFO_INPUT) ? 1 : 0;
/linux-master/sound/pci/oxygen/
H A Doxygen_lib.c679 info_flags |= MPU401_INFO_INPUT;

Completed in 348 milliseconds