]> code.delx.au - pulseaudio/commitdiff
alsa: fix wording, we are speaking of card profiles, not output profiles
authorLennart Poettering <lennart@poettering.net>
Tue, 26 May 2009 20:29:33 +0000 (22:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 May 2009 20:29:33 +0000 (22:29 +0200)
src/modules/alsa/module-alsa-card.c

index 51d466e16fd0dd2116ac504c66321d811953c7d0..d894b9ce620baa2c1b1af6b71e91ab52177d6610 100644 (file)
@@ -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));