[doxygen][audio] Naming anonymous enumeration type audio_stream

Signed-off-by: 1078249029 <1078249029@qq.com>
This commit is contained in:
1078249029 2025-03-09 14:14:27 +08:00 committed by Meco Man
parent 2cc7320356
commit 79c93b6571
1 changed files with 3 additions and 1 deletions

View File

@ -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,