Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1:/tmp/cvs-serv6439/include

Modified Files:
        pcm.h 
Log Message:
- optmized the rate selection in the rate plugin:
  try the multiples of the given rate at first if possible, then
  choose the nearest rate as usual.



Index: pcm.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/pcm.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- pcm.h       13 Jan 2003 09:24:38 -0000      1.21
+++ pcm.h       27 Jan 2003 10:08:39 -0000      1.22
@@ -744,6 +744,10 @@
                          snd_pcm_hw_params_t *params,
                          snd_pcm_hw_param_t var, 
                          unsigned int val, int *dir);
+int snd_pcm_hw_param_set(snd_pcm_substream_t *pcm,
+                        snd_pcm_hw_params_t *params,
+                        snd_pcm_hw_param_t var,
+                        unsigned int val, int dir);
 int snd_pcm_hw_params_choose(snd_pcm_substream_t *substream, snd_pcm_hw_params_t 
*params);
 
 int snd_pcm_hw_refine(snd_pcm_substream_t *substream, snd_pcm_hw_params_t *params);



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to