Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h824 #define SNDRV_UMP_BLOCK_IS_LOWSPEED (1U << 1) /* 31.25Kbps B/W MIDI1 port */ macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h824 #define SNDRV_UMP_BLOCK_IS_LOWSPEED (1U << 1) /* 31.25Kbps B/W MIDI1 port */ macro
/openbmc/linux/sound/usb/
H A Dmidi2.c874 SNDRV_UMP_BLOCK_IS_LOWSPEED; in create_gtb_block()
/openbmc/linux/sound/core/
H A Dump.c514 (fb->info.flags & SNDRV_UMP_BLOCK_IS_LOWSPEED) ? " (Low Speed)" : ""); in snd_ump_proc_read()