qiaohaijiao commented on code in PR #9680:
URL: https://github.com/apache/nuttx/pull/9680#discussion_r1252510903
##########
arch/sim/src/sim/posix/sim_alsa.c:
##########
@@ -595,6 +595,11 @@ static int sim_audio_ioctl(struct audio_lowerhalf_s *dev,
int cmd,
}
break;
+ case AUDIOIOC_SETPARAMTER:
+ {
+ audinfo("%s , arg: %s\n", __func__, (char *)arg);
+ } break;
Review Comment:
yes, i got it. and fixed in https://github.com/apache/nuttx/pull/9693.
please review, 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]