From 5657be51e1aff934be7be723dd4c80deaae7cfb6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 May 2009 22:29:33 +0200 Subject: alsa: fix wording, we are speaking of card profiles, not output profiles --- src/modules/alsa/module-alsa-card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/alsa/module-alsa-card.c b/src/modules/alsa/module-alsa-card.c index fdc952dd..dd8636e3 100644 --- a/src/modules/alsa/module-alsa-card.c +++ b/src/modules/alsa/module-alsa-card.c @@ -135,7 +135,7 @@ static void enumerate_cb( bonus += 20000; } - pa_log_info("Found output profile '%s'", t); + pa_log_info("Found profile '%s'", t); p = pa_card_profile_new(n, t, sizeof(struct profile_data)); -- cgit