From: Jaroslav Kysela <perex@perex.cz>
To: Karl Bongers <karlbongers@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH - aconnect 1/1] fix aconnect -l option
Date: Wed, 07 May 2014 08:51:33 +0200 [thread overview]
Message-ID: <5369D7F5.8060001@perex.cz> (raw)
In-Reply-To: <1399435607-9730-1-git-send-email-karlbongers@gmail.com>
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':
> + command = LIST;
> list_subs = 1;
> break;
> case 'x':
>
--
Jaroslav Kysela <perex@perex.cz>
Linux Kernel Sound Maintainer
ALSA Project; Red Hat, Inc.
prev parent reply other threads:[~2014-05-07 6:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-07 4:06 [PATCH - aconnect 1/1] fix aconnect -l option Karl Bongers
2014-05-07 6:51 ` Jaroslav Kysela [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5369D7F5.8060001@perex.cz \
--to=perex@perex.cz \
--cc=alsa-devel@alsa-project.org \
--cc=karlbongers@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.