Home
last modified time | relevance | path

Searched refs:MPU401_INFO_USE_TIMER (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/sound/drivers/mpu401/
Dmpu401_uart.c369 if (mpu->info_flags & MPU401_INFO_USE_TIMER) in snd_mpu401_uart_input_trigger()
378 if (mpu->info_flags & MPU401_INFO_USE_TIMER) in snd_mpu401_uart_input_trigger()
582 info_flags |= MPU401_INFO_USE_TIMER; in snd_mpu401_uart_new()
/linux-6.6.21/include/sound/
Dmpu401.h41 #define MPU401_INFO_USE_TIMER (1 << 15) /* internal */ macro