acassis commented on code in PR #15657:
URL: https://github.com/apache/nuttx/pull/15657#discussion_r1928768548


##########
audio/Kconfig:
##########
@@ -277,4 +277,10 @@ config AUDIO_FONT
 
 endif
 
+config AUDIO_MAX_APPS
+       int "Number of applications that can use upperhalf driver meanwhile"

Review Comment:
   ```suggestion
        int "Number of applications that can use upperhalf driver 
simultaneously"



##########
audio/Kconfig:
##########
@@ -277,4 +277,10 @@ config AUDIO_FONT
 
 endif
 
+config AUDIO_MAX_APPS
+       int "Number of applications that can use upperhalf driver meanwhile"
+       default 3
+       ---help---
+               Specifies the number of applications can play audio data 
meanwhile.

Review Comment:
   ```suggestion
                Specifies the number of applications can play audio data 
simultaneously.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to