[alsa-devel] [PATCH - aconnect 1/1] fix aconnect -l option

Karl Bongers karlbongers at gmail.com
Wed May 7 06:06:47 CEST 2014


aconnect -l would just print usage.
This fix makes it do what usage says it should do.

Signed-off-by: Karl Bongers <karlbongers at gmail.com>

diff --git a/seq/aconnect/aconnect.c b/seq/aconnect/aconnect.c
index 8c66cfd..8d6cebb 100644
--- a/seq/aconnect/aconnect.c
+++ b/seq/aconnect/aconnect.c
@@ -292,6 +292,7 @@ int main(int argc, char **argv)
 			convert_real = 0;
 			break;
 		case 'l':
+			command = LIST;
 			list_subs = 1;
 			break;
 		case 'x':
-- 
1.8.3.2



More information about the Alsa-devel mailing list