Re: [PATCH v6 14/22] ASoC: qdsp6: audioreach: add basic pkt alloc support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




> +#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?



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Pulse Audio]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux