Skip to content

Commit

Permalink
ALSA: snd-usb: make snd_usb_substream_capture_trigger static
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
zonque authored and tiwai committed Jun 18, 2012
1 parent 7fb75db commit afe2596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/usb/pcm.c
Expand Up @@ -1151,7 +1151,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;
Expand Down

0 comments on commit afe2596

Please sign in to comment.