diff --git a/components/drivers/include/drivers/dev_audio.h b/components/drivers/include/drivers/dev_audio.h index b9e9f7055c2..bb80df36b22 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,