Searched refs:AZX_MAX_BUF_SIZE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_register.h | 144 #define AZX_MAX_BUF_SIZE (1024*1024*1024) macro
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_register.h | 148 #define AZX_MAX_BUF_SIZE (4*1024*1024) macro
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.c | 587 .buffer_bytes_max = AZX_MAX_BUF_SIZE, 589 .period_bytes_max = AZX_MAX_BUF_SIZE / 2,
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-pcm.c | 48 .buffer_bytes_max = AZX_MAX_BUF_SIZE, 50 .period_bytes_max = AZX_MAX_BUF_SIZE / 2,
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.c | 569 .buffer_bytes_max = AZX_MAX_BUF_SIZE, 571 .period_bytes_max = AZX_MAX_BUF_SIZE / 2,
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-pcm.c | 49 .buffer_bytes_max = AZX_MAX_BUF_SIZE, 51 .period_bytes_max = AZX_MAX_BUF_SIZE / 2,
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | pcm.c | 1073 .buffer_bytes_max = AZX_MAX_BUF_SIZE, 1075 .period_bytes_max = AZX_MAX_BUF_SIZE / 2,
|
Completed in 12 milliseconds