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

aconnect -l would just print usage. This fix makes it do what usage says it should do.
Signed-off-by: Karl Bongers karlbongers@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':

Date 7.5.2014 06:06, Karl Bongers wrote:
aconnect -l would just print usage. This fix makes it do what usage says it should do.
Signed-off-by: Karl Bongers karlbongers@gmail.com
Thanks. Applied.
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':
case 'x':command = LIST; list_subs = 1; break;
participants (2)
-
Jaroslav Kysela
-
Karl Bongers