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/04/21 15:15:20 UTC

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #836: audio nxstyle fixes and audio drivers cleanup

jerpelea commented on a change in pull request #836:
URL: https://github.com/apache/incubator-nuttx/pull/836#discussion_r412275342



##########
File path: include/nuttx/audio/audio.h
##########
@@ -465,8 +480,8 @@ struct audio_buf_desc_s
   uint16_t            numbytes;           /* Number of bytes to allocate */
   union
   {
-    FAR struct ap_buffer_s  *pBuffer;     /* Buffer to free / enqueue */
-    FAR struct ap_buffer_s  **ppBuffer;   /* Pointer to receive allocated buffer */
+    FAR struct ap_buffer_s  *buffer;     /* Buffer to free / enqueue */
+    FAR struct ap_buffer_s  **pbuffer;   /* Pointer to receive allocated buffer */
   } u;
 };

Review comment:
       thanks for pointing that the apps are failing 
   In the NuttX code I changed all files that depend on it and fixed the violation but i did not check the apps
   
   I will fix it now and open another PR for apps
   Thanks 
   




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