btashton commented on a change in pull request #2124:
URL: https://github.com/apache/incubator-nuttx/pull/2124#discussion_r516793069



##########
File path: arch/sim/src/sim/up_initialize.c
##########
@@ -281,4 +282,9 @@ void up_initialize(void)
 #if defined(CONFIG_FS_SMARTFS) && (defined(CONFIG_SIM_SPIFLASH) || 
defined(CONFIG_SIM_QSPIFLASH))
   up_init_smartfs();
 #endif
+
+#ifdef CONFIG_AUDIO
+  audio_register("pcm0p", sim_audio_initialize(true));

Review comment:
       @GUIDINGLI I don't see this in the recent commits




----------------------------------------------------------------
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.

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


Reply via email to