mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user