From 7d090101ee80040c38097733a433fc7c0ee11248 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 25 Sep 2003 19:18:41 +0200 Subject: ALSA CVS update D:2003/09/10 14:51:30 C:ALSA<-OSS emulation A:Jaroslav Kysela 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 --- include/sound/pcm_oss.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3