modify type of numbytes in audio_buf_desc_s from uint16_t to apb_samp_t

Signed-off-by: shipei <shipei@xiaomi.com>
This commit is contained in:
shipei 2023-05-15 11:11:44 +08:00 committed by Xiang Xiao
parent 567a3ca37c
commit ecbf10b470

View File

@ -484,7 +484,7 @@ struct audio_buf_desc_s
#ifdef CONFIG_AUDIO_MULTI_SESSION
FAR void *session; /* Associated channel */
#endif
uint16_t numbytes; /* Number of bytes to allocate */
apb_samp_t numbytes; /* Number of bytes to allocate */
union
{
FAR struct ap_buffer_s *buffer; /* Buffer to free / enqueue */