mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
This commit is contained in:
+3
-3
@@ -704,7 +704,7 @@ static inline void audio_dequeuebuffer(FAR struct audio_upperhalf_s *upper,
|
||||
{
|
||||
struct audio_msg_s msg;
|
||||
|
||||
audllinfo("Entry\n");
|
||||
audinfo("Entry\n");
|
||||
|
||||
/* Send a dequeue message to the user if a message queue is registered */
|
||||
|
||||
@@ -742,7 +742,7 @@ static inline void audio_complete(FAR struct audio_upperhalf_s *upper,
|
||||
{
|
||||
struct audio_msg_s msg;
|
||||
|
||||
audllinfo("Entry\n");
|
||||
audinfo("Entry\n");
|
||||
|
||||
/* Send a dequeue message to the user if a message queue is registered */
|
||||
|
||||
@@ -791,7 +791,7 @@ static void audio_callback(FAR void *handle, uint16_t reason,
|
||||
{
|
||||
FAR struct audio_upperhalf_s *upper = (FAR struct audio_upperhalf_s *)handle;
|
||||
|
||||
audllinfo("Entry\n");
|
||||
audinfo("Entry\n");
|
||||
|
||||
/* Perform operation based on reason code */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user