[pulseaudio-discuss] [PATCH 1/6] device-restore: Fix a comment.

Tanu Kaskinen tanu.kaskinen at jollamobile.com
Thu Oct 25 10:37:21 PDT 2012


---
 src/modules/module-device-restore.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/module-device-restore.c b/src/modules/module-device-restore.c
index c9ffbb1..3628611 100644
--- a/src/modules/module-device-restore.c
+++ b/src/modules/module-device-restore.c
@@ -1095,7 +1095,7 @@ static int extension_cb(pa_native_protocol *p, pa_module *m, pa_native_connectio
 
             pa_assert(reply);
 
-            /* Get the sink index and the number of formats from the tagstruct */
+            /* Get the sink index from the tagstruct */
             if (pa_tagstruct_getu32(t, &type) < 0 ||
                 pa_tagstruct_getu32(t, &sink_index) < 0)
                 goto fail;
-- 
1.7.10.4



More information about the pulseaudio-discuss mailing list