diff options
author | Hannes Eder <hannes@hanneseder.net> | 2009-02-25 16:26:48 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-26 03:57:17 -0500 |
commit | 619389882ba37121d0f2f7b08e4944e47b379118 (patch) | |
tree | df5b92d4ddd0acb76c03997f7cd79d0239cd84e2 /sound/usb/usx2y/usx2yhwdeppcm.h | |
parent | 83807400794a1d680a4fb70a610c5f486e734f45 (diff) |
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>
Diffstat (limited to 'sound/usb/usx2y/usx2yhwdeppcm.h')
-rw-r--r-- | sound/usb/usx2y/usx2yhwdeppcm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/usb/usx2y/usx2yhwdeppcm.h b/sound/usb/usx2y/usx2yhwdeppcm.h index c3382fdc386b..9c4fb84b2aa0 100644 --- a/sound/usb/usx2y/usx2yhwdeppcm.h +++ b/sound/usb/usx2y/usx2yhwdeppcm.h | |||
@@ -18,3 +18,5 @@ struct snd_usX2Y_hwdep_pcm_shm { | |||
18 | volatile unsigned captured_iso_frames; | 18 | volatile unsigned captured_iso_frames; |
19 | int capture_iso_start; | 19 | int capture_iso_start; |
20 | }; | 20 | }; |
21 | |||
22 | int usX2Y_hwdep_pcm_new(struct snd_card *card); | ||