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

Modified Files:
        asound.h 
Log Message:
Added SNDRV_PCM_STATE_DISCONNECTED state.


Index: asound.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/asound.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- asound.h    25 Nov 2003 12:01:22 -0000      1.34
+++ asound.h    19 Jan 2004 19:46:42 -0000      1.35
@@ -283,7 +283,8 @@
        SNDRV_PCM_STATE_DRAINING,       /* stream is draining */
        SNDRV_PCM_STATE_PAUSED,         /* stream is paused */
        SNDRV_PCM_STATE_SUSPENDED,      /* hardware is suspended */
-       SNDRV_PCM_STATE_LAST = SNDRV_PCM_STATE_SUSPENDED,
+       SNDRV_PCM_STATE_DISCONNECTED,   /* hardware is disconnected */
+       SNDRV_PCM_STATE_LAST = SNDRV_PCM_STATE_DISCONNECTED,
 };
 
 enum {



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to