summaryrefslogtreecommitdiffstats
path: root/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'core.c')
-rw-r--r--core.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/core.c b/core.c
index d925eae..567021e 100644
--- a/core.c
+++ b/core.c
@@ -241,9 +241,8 @@ int avirt_audiopath_register(struct avirt_audiopath *audiopath,
audiopath_obj->path = audiopath;
audiopath->context = audiopath_obj;
- pr_info("Registered new Audio Path: %s\n", audiopath->uid);
- pr_info("\tBlocksize: %d, Periods: %d\n", audiopath->blocksize,
- audiopath->hw->periods_max);
+ D_INFOK("Registered new Audio Path: %s", audiopath->name);
+
list_add_tail(&audiopath_obj->list, &audiopath_list);
// If we have already sealed the streams, configure this AP