X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Faudio.c;h=22dd63c368168e7bccccc5a3fcd7398e63da7450;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=ef2c658af4cb213b64d90d04e6b81907052e75fb;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/sound/oss/audio.c b/sound/oss/audio.c index ef2c658af..22dd63c36 100644 --- a/sound/oss/audio.c +++ b/sound/oss/audio.c @@ -38,7 +38,7 @@ #define NEUTRAL16 0x00 -int dma_ioctl(int dev, unsigned int cmd, void __user *arg); +static int dma_ioctl(int dev, unsigned int cmd, void __user *arg); static int set_format(int dev, int fmt) { @@ -735,7 +735,7 @@ static int dma_set_fragment(int dev, struct dma_buffparms *dmap, int fact) return bytes | ((count - 1) << 16); } -int dma_ioctl(int dev, unsigned int cmd, void __user *arg) +static int dma_ioctl(int dev, unsigned int cmd, void __user *arg) { struct dma_buffparms *dmap_out = audio_devs[dev]->dmap_out; struct dma_buffparms *dmap_in = audio_devs[dev]->dmap_in;