Skip to content

Commit 79c93b6

Browse files
1078249029mysterywolf
authored andcommitted
[doxygen][audio] Naming anonymous enumeration type audio_stream
Signed-off-by: 1078249029 <[email protected]>
1 parent 2cc7320 commit 79c93b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/drivers/include/drivers/dev_audio.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,11 @@
144144
#define CFG_AUDIO_REPLAY_QUEUE_COUNT 4
145145

146146
/**
147+
* @enum audio_stream
148+
*
147149
* @brief Audio stream control command
148150
*/
149-
enum
151+
enum audio_stream
150152
{
151153
AUDIO_STREAM_REPLAY = 0,
152154
AUDIO_STREAM_RECORD,

0 commit comments

Comments
 (0)