Home
last modified time | relevance | path

Searched refs:SNDRV_UMP_EP_INFO_STATIC_BLOCKS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/core/
H A Dump.c499 (ump->info.flags & SNDRV_UMP_EP_INFO_STATIC_BLOCKS) ? "Yes" : "No"); in snd_ump_proc_read()
619 ump->info.flags |= SNDRV_UMP_EP_INFO_STATIC_BLOCKS; in ump_handle_ep_info_msg()
751 if (ump->info.flags & SNDRV_UMP_EP_INFO_STATIC_BLOCKS) { in is_fb_info_updated()
816 (ump->info.flags & SNDRV_UMP_EP_INFO_STATIC_BLOCKS)) { in ump_handle_fb_name_msg()
1161 if (ump->info.flags & SNDRV_UMP_EP_INFO_STATIC_BLOCKS) { in fill_legacy_mapping()
/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c221 (client->ump->info.flags & SNDRV_UMP_EP_INFO_STATIC_BLOCKS); in skip_group()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h788 #define SNDRV_UMP_EP_INFO_STATIC_BLOCKS 0x01 macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h788 #define SNDRV_UMP_EP_INFO_STATIC_BLOCKS 0x01 macro
/openbmc/linux/sound/usb/
H A Dmidi2.c895 rmidi->ump->info.flags |= SNDRV_UMP_EP_INFO_STATIC_BLOCKS; in create_blocks_from_gtb()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_midi2.c1565 ump->info.flags |= SNDRV_UMP_EP_INFO_STATIC_BLOCKS; in f_midi2_create_card()