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 2022/05/08 13:03:07 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6218: STM32F746G-Disco, Audiosupport, Bugfix

xiaoxiang781216 commented on code in PR #6218:
URL: https://github.com/apache/incubator-nuttx/pull/6218#discussion_r867488383


##########
drivers/audio/wm8994.c:
##########
@@ -1964,7 +1964,7 @@ static void wm8994_audio_output(FAR struct wm8994_dev_s *priv)
    * 256 works from 8kHz to 48kHz.
    */
 
-  wm8994_setsamplefreq (priv);
+  wm8994_setbitrate (priv);

Review Comment:
   remove the space before (



-- 
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-unsubscribe@nuttx.apache.org

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