From 79c93b65716c3821e135da5a1de4c18d71f521f1 Mon Sep 17 00:00:00 2001 From: 1078249029 <1078249029@qq.com> Date: Sun, 9 Mar 2025 14:14:27 +0800 Subject: [PATCH] [doxygen][audio] Naming anonymous enumeration type audio_stream Signed-off-by: 1078249029 <1078249029@qq.com> --- components/drivers/include/drivers/dev_audio.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/drivers/include/drivers/dev_audio.h b/components/drivers/include/drivers/dev_audio.h index 95fee09bef..b79da83da0 100644 --- a/components/drivers/include/drivers/dev_audio.h +++ b/components/drivers/include/drivers/dev_audio.h @@ -144,9 +144,11 @@ #define CFG_AUDIO_REPLAY_QUEUE_COUNT 4 /** + * @enum audio_stream + * * @brief Audio stream control command */ -enum +enum audio_stream { AUDIO_STREAM_REPLAY = 0, AUDIO_STREAM_RECORD,