Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/hda/
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()
/linux-6.1.9/sound/soc/intel/skylake/
Dskl-pcm.c1270 #define MAX_PREALLOC_SIZE (32 * 1024 * 1024) macro
1285 if (size > MAX_PREALLOC_SIZE) in skl_platform_soc_new()
1286 size = MAX_PREALLOC_SIZE; in skl_platform_soc_new()
1290 size, MAX_PREALLOC_SIZE); in skl_platform_soc_new()
/linux-6.1.9/sound/soc/intel/avs/
Dpcm.c818 #define MAX_PREALLOC_SIZE (32 * 1024 * 1024) macro
829 MAX_PREALLOC_SIZE); in avs_component_construct()
834 MAX_PREALLOC_SIZE); in avs_component_construct()