Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311090
b: refs/heads/master
c: afe2596
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Takashi Iwai committed Jun 18, 2012
1 parent 90b9364 commit fac2a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fb75db139965c1955bf6bbde62a357f9843286d
refs/heads/master: afe25967ecf66b38d94d374f0fcb5f4add458a4c
3 changes: 2 additions & 1 deletion trunk/sound/usb/pcm.c
Original file line number Diff line number Diff line change
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 fac2a49

Please sign in to comment.