summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2003-09-25 19:18:41 +0200
committerJaroslav Kysela <perex@suse.cz>2003-09-25 19:18:41 +0200
commit7d090101ee80040c38097733a433fc7c0ee11248 (patch)
treee69aba63590ff6827023be44bd2c0a629d18584e /include
parentbcb88dee9f72958e52cc1ced3cd884c654f5dfe8 (diff)
ALSA CVS update
D:2003/09/10 14:51:30 C:ALSA<-OSS emulation A:Jaroslav Kysela <perex@suse.cz> F:core/oss/pcm_oss.c:1.48->1.49 F:include/pcm_oss.h:1.6->1.7 L:Fixed comments in pcm_oss.h L:Fixed sync() routine for the partial playback transfers
Diffstat (limited to 'include')
-rw-r--r--include/sound/pcm_oss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/pcm_oss.h b/include/sound/pcm_oss.h
index ca4922049423..631c9faf7dcf 100644
--- a/include/sound/pcm_oss.h
+++ b/include/sound/pcm_oss.h
@@ -51,11 +51,11 @@ typedef struct _snd_pcm_oss_runtime {
unsigned int subdivision; /* requested subdivision */
size_t period_bytes; /* requested period size */
unsigned int periods;
- size_t buffer_bytes; /* requested period size */
+ size_t buffer_bytes; /* requested buffer size */
size_t bytes; /* total # bytes processed */
size_t mmap_bytes;
char *buffer; /* vmallocated period */
- size_t buffer_used; /* used length from buffer */
+ size_t buffer_used; /* used length from period buffer */
snd_pcm_plugin_t *plugin_first;
snd_pcm_plugin_t *plugin_last;
unsigned int prev_hw_ptr_interrupt;