Update of /cvsroot/alsa/alsa-kernel/core
In directory sc8-pr-cvs1:/tmp/cvs-serv20480

Modified Files:
        pcm_misc.c 
Log Message:
Added missing break for 24bit formats (silence)

Index: pcm_misc.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/pcm_misc.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pcm_misc.c  12 Aug 2002 08:43:45 -0000      1.7
+++ pcm_misc.c  18 Dec 2002 12:01:53 -0000      1.8
@@ -497,6 +497,7 @@
 #endif
                        }
                }
+               break;
        }
        case 32: {
                u_int32_t silence = snd_pcm_format_silence_64(format);



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to