Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
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()
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl-pcm.c1269 #define MAX_PREALLOC_SIZE (32 * 1024 * 1024) macro
1284 if (size > MAX_PREALLOC_SIZE) in skl_platform_soc_new()
1285 size = MAX_PREALLOC_SIZE; in skl_platform_soc_new()
1289 size, MAX_PREALLOC_SIZE); in skl_platform_soc_new()
/linux-6.3-rc2/sound/soc/intel/avs/
A Dpcm.c1092 #define MAX_PREALLOC_SIZE (32 * 1024 * 1024) macro
1103 MAX_PREALLOC_SIZE); in avs_component_construct()
1108 MAX_PREALLOC_SIZE); in avs_component_construct()

Completed in 19 milliseconds