Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61938988 authored by Hannes Eder's avatar Hannes Eder Committed by Takashi Iwai
Browse files

ALSA: sound/usb/usx2y: fix sparse warning: Should it be static?



Impact: Move declaration to header file.

Fix this sparse warning:
  sound/usb/usx2y/usx2yhwdeppcm.c:739:5: warning: symbol 'usX2Y_hwdep_pcm_new' was not declared. Should it be static?

Signed-off-by: default avatarHannes Eder <hannes@hanneseder.net>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 83807400
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -30,9 +30,6 @@
#include "usbusx2y.h"
#include "usX2Yhwdep.h"

int usX2Y_hwdep_pcm_new(struct snd_card *card);


static int snd_us428ctls_vm_fault(struct vm_area_struct *area,
				  struct vm_fault *vmf)
{
+2 −0
Original line number Diff line number Diff line
@@ -18,3 +18,5 @@ struct snd_usX2Y_hwdep_pcm_shm {
	volatile unsigned captured_iso_frames;
	int capture_iso_start;
};

int usX2Y_hwdep_pcm_new(struct snd_card *card);