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:
parent
567a3ca37c
commit
ecbf10b470
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user