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/10/25 20:38:41 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7429: audio/i2s: add i2s_mclkfrequency method to the I2S lower half

pkarashchenko commented on code in PR #7429:
URL: https://github.com/apache/incubator-nuttx/pull/7429#discussion_r1004942723


##########
include/nuttx/audio/i2s.h:
##########
@@ -286,6 +309,11 @@ struct i2s_ops_s
                             FAR void *arg,
                             uint32_t timeout);
 
+  /* Master Clock methods */
+
+  CODE uint32_t (*i2s_mclkfrequency)(FAR struct i2s_dev_s *dev,

Review Comment:
   Are the all i2c_ops_s users updated to handle insertion of the new method accordingly?



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