Update of /cvsroot/alsa/alsa-lib/include In directory sc8-pr-cvs1:/tmp/cvs-serv32513/include
Modified Files: pcm.h Log Message: Added SNDRV_PCM_STATE_DISCONNECTED state. Changed direct plugins to handle DISCONNECT/SUSPEND states from slave. Index: pcm.h =================================================================== RCS file: /cvsroot/alsa/alsa-lib/include/pcm.h,v retrieving revision 1.181 retrieving revision 1.182 diff -u -r1.181 -r1.182 --- pcm.h 22 Dec 2003 08:31:22 -0000 1.181 +++ pcm.h 19 Jan 2004 19:48:27 -0000 1.182 @@ -254,7 +254,9 @@ SND_PCM_STATE_PAUSED, /** Hardware is suspended */ SND_PCM_STATE_SUSPENDED, - SND_PCM_STATE_LAST = SND_PCM_STATE_SUSPENDED + /** Hardware is disconnected */ + SND_PCM_STATE_DISCONNECTED, + SND_PCM_STATE_LAST = SND_PCM_STATE_DISCONNECTED } snd_pcm_state_t; /** PCM start mode */ ------------------------------------------------------- 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