nuttx/audio: ap_buffer_s add nsamples Field for non-pcm formats

Signed-off-by: renjianguang <renjianguang@xiaomi.com>
This commit is contained in:
renjianguang 2024-05-10 14:28:19 +08:00 committed by Xiang Xiao
parent e655d8f992
commit 7ff17d0627

View File

@ -462,6 +462,7 @@ struct ap_buffer_s
apb_samp_t nmaxbytes; /* The maximum number of bytes */
apb_samp_t nbytes; /* The number of bytes used */
apb_samp_t curbyte; /* Next byte to be processed */
apb_samp_t nsamples; /* The number of samples in the buffer */
mutex_t lock; /* Reference locking mutex */
uint16_t flags; /* Buffer flags */
uint16_t crefs; /* Number of reference counts */