Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
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()
738 if (ump->info.flags & SNDRV_UMP_EP_INFO_STATIC_BLOCKS) { in is_fb_info_updated()
1133 if (ump->info.flags & SNDRV_UMP_EP_INFO_STATIC_BLOCKS) { in fill_legacy_mapping()
/Linux-v6.6/include/uapi/sound/
Dasound.h788 #define SNDRV_UMP_EP_INFO_STATIC_BLOCKS 0x01 macro
/Linux-v6.6/tools/include/uapi/sound/
Dasound.h788 #define SNDRV_UMP_EP_INFO_STATIC_BLOCKS 0x01 macro
/Linux-v6.6/sound/usb/
Dmidi2.c895 rmidi->ump->info.flags |= SNDRV_UMP_EP_INFO_STATIC_BLOCKS; in create_blocks_from_gtb()
/Linux-v6.6/drivers/usb/gadget/function/
Df_midi2.c1553 ump->info.flags |= SNDRV_UMP_EP_INFO_STATIC_BLOCKS; in f_midi2_create_card()