diff options
Diffstat (limited to 'sound/core/oss/io.c')
-rw-r--r-- | sound/core/oss/io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/core/oss/io.c b/sound/core/oss/io.c index 6faa1d719206..d870b2d93135 100644 --- a/sound/core/oss/io.c +++ b/sound/core/oss/io.c | |||
@@ -26,9 +26,9 @@ | |||
26 | #include "pcm_plugin.h" | 26 | #include "pcm_plugin.h" |
27 | 27 | ||
28 | #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1) | 28 | #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1) |
29 | #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count,1) | 29 | #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count) |
30 | #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1) | 30 | #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1) |
31 | #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count,1) | 31 | #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count) |
32 | 32 | ||
33 | /* | 33 | /* |
34 | * Basic io plugin | 34 | * Basic io plugin |