forked from pool/pulseaudio
26 lines
812 B
Diff
26 lines
812 B
Diff
|
From 5657be51e1aff934be7be723dd4c80deaae7cfb6 Mon Sep 17 00:00:00 2001
|
||
|
From: Lennart Poettering <lennart@poettering.net>
|
||
|
Date: Tue, 26 May 2009 22:29:33 +0200
|
||
|
Subject: [PATCH] alsa: fix wording, we are speaking of card profiles, not output profiles
|
||
|
|
||
|
---
|
||
|
src/modules/alsa/module-alsa-card.c | 2 +-
|
||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/src/modules/alsa/module-alsa-card.c b/src/modules/alsa/module-alsa-card.c
|
||
|
index fdc952d..dd8636e 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));
|
||
|
|
||
|
--
|
||
|
1.6.0.2
|
||
|
|