ALSA: snd-usb: make snd_usb_substream_capture_trigger static
Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
7fb75db139
commit
afe25967ec
@@ -1151,7 +1151,8 @@ static int snd_usb_substream_playback_trigger(struct snd_pcm_substream *substrea
|
|||||||
return -EINVAL;
|
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;
|
int err;
|
||||||
struct snd_usb_substream *subs = substream->runtime->private_data;
|
struct snd_usb_substream *subs = substream->runtime->private_data;
|
||||||
|
Reference in New Issue
Block a user