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: Hannes Eder <hannes@hanneseder.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
8380740079
commit
619389882b
2 changed files with 2 additions and 3 deletions
|
@ -30,9 +30,6 @@
|
||||||
#include "usbusx2y.h"
|
#include "usbusx2y.h"
|
||||||
#include "usX2Yhwdep.h"
|
#include "usX2Yhwdep.h"
|
||||||
|
|
||||||
int usX2Y_hwdep_pcm_new(struct snd_card *card);
|
|
||||||
|
|
||||||
|
|
||||||
static int snd_us428ctls_vm_fault(struct vm_area_struct *area,
|
static int snd_us428ctls_vm_fault(struct vm_area_struct *area,
|
||||||
struct vm_fault *vmf)
|
struct vm_fault *vmf)
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,3 +18,5 @@ struct snd_usX2Y_hwdep_pcm_shm {
|
||||||
volatile unsigned captured_iso_frames;
|
volatile unsigned captured_iso_frames;
|
||||||
int capture_iso_start;
|
int capture_iso_start;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
int usX2Y_hwdep_pcm_new(struct snd_card *card);
|
||||||
|
|
Loading…
Add table
Reference in a new issue