From: Takashi Iwai <tiwai@suse.de>
To: Daniel Mack <zonque@gmail.com>
Cc: alsa-devel@alsa-project.org, clemens@ladisch.de
Subject: Re: [PATCH] ALSA: snd-usb: make snd_usb_substream_capture_trigger static
Date: Mon, 18 Jun 2012 09:43:03 +0200 [thread overview]
Message-ID: <s5hipepm5fc.wl%tiwai@suse.de> (raw)
In-Reply-To: <1339858684-31758-1-git-send-email-zonque@gmail.com>
At Sat, 16 Jun 2012 16:58:04 +0200,
Daniel Mack wrote:
>
> Signed-off-by: Daniel Mack <zonque@gmail.com>
Applied now. Thanks.
Takashi
> ---
> sound/usb/pcm.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
> index cdf8b76..ce22f5f 100644
> --- a/sound/usb/pcm.c
> +++ b/sound/usb/pcm.c
> @@ -1147,7 +1147,8 @@ static int snd_usb_substream_playback_trigger(struct snd_pcm_substream *substrea
> return -EINVAL;
> }
>
> -int snd_usb_substream_capture_trigger(struct snd_pcm_substream *substream, int cmd)
> +static int snd_usb_substream_capture_trigger(struct snd_pcm_substream *substream,
> + int cmd)
> {
> int err;
> struct snd_usb_substream *subs = substream->runtime->private_data;
> --
> 1.7.10.2
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
prev parent reply other threads:[~2012-06-18 7:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-16 14:58 [PATCH] ALSA: snd-usb: make snd_usb_substream_capture_trigger static Daniel Mack
2012-06-18 7:43 ` Takashi Iwai [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=s5hipepm5fc.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=clemens@ladisch.de \
--cc=zonque@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.