[PATCH v6 14/22] ASoC: qdsp6: audioreach: add basic pkt alloc support
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Wed Sep 15 17:54:33 CEST 2021
> +#define APM_SHMEM_FMT_CFG_PSIZE(n) ALIGN( \
> + sizeof(struct apm_sh_module_media_fmt_cmd) + \
> + n * sizeof(uint8_t), 8)
> +
> +/* num of channels as argument */
> +#define APM_PCM_MODULE_FMT_CMD_PSIZE(n) ALIGN( \
> + sizeof(struct apm_pcm_module_media_fmt_cmd) + \
> + n * sizeof(uint8_t), 8)
> +
> +#define APM_PCM_OUT_FMT_CFG_PSIZE(n) ALIGN((sizeof( \
> + struct payload_pcm_output_format_cfg) + \
> + n * sizeof(uint8_t)), 4)
nit-pick: sizeof on the same line for consistency/readability?
More information about the Alsa-devel
mailing list