anchao opened a new pull request, #16467: URL: https://github.com/apache/nuttx/pull/16467
## Summary audio/comp: fix build warning caused by invalid return value ``` audio/audio_comp.c:958:14: warning: returning ‘int’ from a function with return type ‘struct audio_lowerhalf_s *’ makes pointer from integer without a cast [-Wint-conversion] 958 | return -EINVAL; | ^ ``` Signed-off-by: chao an <anchao.arc...@bytedance.com> ## Impact N/A ## Testing enable CONFIG_AUDIO_COMP without warning -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org