Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().

This commit is contained in:
Gregory Nutt
2016-06-20 11:59:15 -06:00
parent d40a473f72
commit 43eb04bb8f
329 changed files with 2252 additions and 2478 deletions
+3 -3
View File
@@ -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 */