* [PATCH] ALSA: snd-usb: make snd_usb_substream_capture_trigger static
@ 2012-06-16 14:58 Daniel Mack
2012-06-18 7:43 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2012-06-16 14:58 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, clemens, Daniel Mack
Signed-off-by: Daniel Mack <zonque@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] ALSA: snd-usb: make snd_usb_substream_capture_trigger static
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
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2012-06-18 7:43 UTC (permalink / raw)
To: Daniel Mack; +Cc: alsa-devel, clemens
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-18 7:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.