You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/11/28 09:08:34 UTC

[GitHub] [incubator-nuttx] ChaochaoCui opened a new pull request #2429: add simple wm8994 codec driver

ChaochaoCui opened a new pull request #2429:
URL: https://github.com/apache/incubator-nuttx/pull/2429


   ## Summary
   
   ## Impact
   
   ## Testing
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] ChaochaoCui commented on pull request #2429: add simple wm8994 codec driver

Posted by GitBox <gi...@apache.org>.
ChaochaoCui commented on pull request #2429:
URL: https://github.com/apache/incubator-nuttx/pull/2429#issuecomment-735210261


   @davids5 @xiaoxiang781216  I redo it based on the newest master code. please review. 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis merged pull request #2429: add simple wm8994 codec driver

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #2429:
URL: https://github.com/apache/incubator-nuttx/pull/2429


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] a-lunev commented on pull request #2429: add simple wm8994 codec driver

Posted by GitBox <gi...@apache.org>.
a-lunev commented on pull request #2429:
URL: https://github.com/apache/incubator-nuttx/pull/2429#issuecomment-849117327


   Hi @ChaochaoCui,
   
   Could you please let me know if audio development for STM32F746G-DISCO board is still in progress?
   I tried to test stm32f746g-disco:audio config, however the audio node (/dev/audio/pcm0) does not appear.
   As I see, audio_register() is disabled in nuttx/boards/arm/stm32f7/stm32f746g-disco/src/stm32_wm8994.c by `#if 0 ... #endif`.
   I tried to remove `#if 0` and `#endif` lines. The audio node (/dev/audio/pcm0) started to appear, however nxplayer, nxrecorder and nxlooper fail with "Device /dev/audio/pcm0 is not an audio device" error.


-- 
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:
users@infra.apache.org