aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/emu10k1/emupcm.c
diff options
context:
space:
mode:
authorJesper Juhl <juhl-lkml@dif.dk>2005-04-20 10:03:31 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 10:04:43 +0200
commitfe5ac9dcfe3b219209cf8e08347cce47658267d0 (patch)
treefc7966210742be25750098d6b527287d8e5e85c0 /sound/pci/emu10k1/emupcm.c
parent[ALSA] Add dxs_support=5 for Insight P4-ITX (diff)
downloadlinux-dev-fe5ac9dcfe3b219209cf8e08347cce47658267d0.tar.xz
linux-dev-fe5ac9dcfe3b219209cf8e08347cce47658267d0.zip
[ALSA] trivial warning fix for emu10k1
EMU10K1/EMU10K2 driver When building with gcc -W sound/pci/emu10k1/emupcm.c produces this little warning in 2.6.12-rc2-mm3 : sound/pci/emu10k1/emupcm.c:265: warning: 'inline' is not at beginning of declaration No big deal, but trivial to fix. Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/emu10k1/emupcm.c')
-rw-r--r--sound/pci/emu10k1/emupcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/emupcm.c b/sound/pci/emu10k1/emupcm.c
index d1c2a02c486b..fd7cc389f82a 100644
--- a/sound/pci/emu10k1/emupcm.c
+++ b/sound/pci/emu10k1/emupcm.c
@@ -262,7 +262,7 @@ static unsigned int emu10k1_select_interprom(unsigned int pitch_target)
*
* returns: cache invalidate size in samples
*/
-static int inline emu10k1_ccis(int stereo, int w_16)
+static inline int emu10k1_ccis(int stereo, int w_16)
{
if (w_16) {
return stereo ? 24 : 26;