Searched refs:CAPTURE_MAX_PERIOD_SIZE (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/sound/soc/amd/renoir/ |
| D | rn_acp3x.h | 53 #define CAPTURE_MAX_PERIOD_SIZE 8192 macro 56 #define MAX_BUFFER (CAPTURE_MAX_PERIOD_SIZE * CAPTURE_MAX_NUM_PERIODS)
|
| D | acp3x-pdm-dma.c | 32 .buffer_bytes_max = CAPTURE_MAX_NUM_PERIODS * CAPTURE_MAX_PERIOD_SIZE, 34 .period_bytes_max = CAPTURE_MAX_PERIOD_SIZE,
|
| /Linux-v5.15/sound/soc/amd/raven/ |
| D | acp3x.h | 58 #define CAPTURE_MAX_PERIOD_SIZE 8192 macro
|
| D | acp3x-pcm-dma.c | 53 .buffer_bytes_max = CAPTURE_MAX_NUM_PERIODS * CAPTURE_MAX_PERIOD_SIZE, 55 .period_bytes_max = CAPTURE_MAX_PERIOD_SIZE,
|
| /Linux-v5.15/sound/soc/amd/vangogh/ |
| D | acp5x.h | 65 #define CAPTURE_MAX_PERIOD_SIZE 8192 macro
|
| D | acp5x-pcm-dma.c | 52 .buffer_bytes_max = CAPTURE_MAX_NUM_PERIODS * CAPTURE_MAX_PERIOD_SIZE, 54 .period_bytes_max = CAPTURE_MAX_PERIOD_SIZE,
|
| /Linux-v5.15/sound/soc/amd/ |
| D | acp-pcm-dma.c | 27 #define CAPTURE_MAX_PERIOD_SIZE 16384 macro 73 .buffer_bytes_max = CAPTURE_MAX_NUM_PERIODS * CAPTURE_MAX_PERIOD_SIZE, 75 .period_bytes_max = CAPTURE_MAX_PERIOD_SIZE,
|
| /Linux-v5.15/sound/soc/qcom/qdsp6/ |
| D | q6asm-dai.c | 31 #define CAPTURE_MAX_PERIOD_SIZE 4096 macro 97 CAPTURE_MAX_PERIOD_SIZE, 99 .period_bytes_max = CAPTURE_MAX_PERIOD_SIZE,
|