Update of /cvsroot/alsa/alsa-kernel/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31322
Modified Files:
pcm.c
Log Message:
Added OSS period frames to proc interface
Index: pcm.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/pcm.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- pcm.c 26 Jan 2004 14:04:35 -0000 1.38
+++ pcm.c 17 Feb 2004 19:32:35 -0000 1.39
@@ -327,8 +327,9 @@
snd_iprintf(buffer, "OSS format: %s\n",
snd_pcm_oss_format_name(runtime->oss.format));
snd_iprintf(buffer, "OSS channels: %u\n", runtime->oss.channels);
snd_iprintf(buffer, "OSS rate: %u\n", runtime->oss.rate);
- snd_iprintf(buffer, "OSS period bytes: %lu\n", (unsigned
long)runtime->oss.period_bytes);
+ snd_iprintf(buffer, "OSS period bytes: %lu\n", (unsigned
long)runtime->oss.period_bytes);
snd_iprintf(buffer, "OSS periods: %u\n", runtime->oss.periods);
+ snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned
long)runtime->oss.period_frames);
}
#endif
snd_pcm_stream_unlock_irq(substream);
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog