xiaoxiang781216 commented on code in PR #13107:
URL: https://github.com/apache/nuttx/pull/13107#discussion_r1731642833


##########
arch/arm/src/cxd56xx/cxd56_nxaudio.c:
##########
@@ -2633,8 +2631,7 @@ static int cxd56_getcaps(struct audio_lowerhalf_s *lower, 
int type,
 
               /* Report supported output sample rates */
 
-              ptr  = (uint16_t *)caps->ac_controls.b;
-              *ptr = CXD56_SUPP_RATES_L;
+              caps->ac_controls.hw[0] = CXD56_SUPP_RATES;

Review Comment:
   please update line 83-96



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to