From ed406b1a1ba8eb9af524627f2b9fbe3d6de95bd6 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Wed, 20 Apr 2005 10:03:31 +0200 Subject: [PATCH] --- yaml --- r: 1518 b: refs/heads/master c: fe5ac9dcfe3b219209cf8e08347cce47658267d0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/emu10k1/emupcm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 615100b51816..1a678f5e84d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7358036cc6cb139d70d2b1898d29ecedc087fceb +refs/heads/master: fe5ac9dcfe3b219209cf8e08347cce47658267d0 diff --git a/trunk/sound/pci/emu10k1/emupcm.c b/trunk/sound/pci/emu10k1/emupcm.c index d1c2a02c486b..fd7cc389f82a 100644 --- a/trunk/sound/pci/emu10k1/emupcm.c +++ b/trunk/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;