Home
last modified time | relevance | path

Searched refs:MAX_PREALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c693 #define MAX_PREALLOC_SIZE (32 * 1024 * 1024) macro
742 if (size > MAX_PREALLOC_SIZE) in snd_hda_attach_pcm_stream()
743 size = MAX_PREALLOC_SIZE; in snd_hda_attach_pcm_stream()
747 size, MAX_PREALLOC_SIZE); in snd_hda_attach_pcm_stream()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-pcm.c1272 #define MAX_PREALLOC_SIZE (32 * 1024 * 1024) macro
1287 if (size > MAX_PREALLOC_SIZE) in skl_platform_soc_new()
1288 size = MAX_PREALLOC_SIZE; in skl_platform_soc_new()
1292 size, MAX_PREALLOC_SIZE); in skl_platform_soc_new()
/openbmc/linux/sound/soc/intel/avs/
H A Dpcm.c1127 #define MAX_PREALLOC_SIZE (32 * 1024 * 1024) macro
1138 MAX_PREALLOC_SIZE); in avs_component_construct()
1143 MAX_PREALLOC_SIZE); in avs_component_construct()