mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +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
|
#ifdef CONFIG_AUDIO_MULTI_SESSION
|
||||||
FAR void *session; /* Associated channel */
|
FAR void *session; /* Associated channel */
|
||||||
#endif
|
#endif
|
||||||
uint16_t numbytes; /* Number of bytes to allocate */
|
apb_samp_t numbytes; /* Number of bytes to allocate */
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
FAR struct ap_buffer_s *buffer; /* Buffer to free / enqueue */
|
FAR struct ap_buffer_s *buffer; /* Buffer to free / enqueue */
|
||||||
|
|||||||
Reference in New Issue
Block a user