[alsa-cvslog] CVS: TODO-1.0,1.1,1.2

2003-10-10 Thread Jaroslav Kysela
Update of /cvsroot/alsa
In directory sc8-pr-cvs1:/tmp/cvs-serv14672

Modified Files:
TODO-1.0 
Log Message:
Second version



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: TODO-1.1,NONE,1.1

2003-10-10 Thread Jaroslav Kysela
Update of /cvsroot/alsa
In directory sc8-pr-cvs1:/tmp/cvs-serv14602

Added Files:
TODO-1.1 
Log Message:
Initial



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: TODO-1.0,NONE,1.1

2003-10-10 Thread Jaroslav Kysela
Update of /cvsroot/alsa
In directory sc8-pr-cvs1:/tmp/cvs-serv12092

Added Files:
TODO-1.0 
Log Message:
Initial version from Takashi



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver/acore memory_wrapper.c,1.8,1.9

2003-10-10 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/acore
In directory sc8-pr-cvs1:/tmp/cvs-serv10569

Modified Files:
memory_wrapper.c 
Log Message:
fixed the compilation of 2.2 kernel without PCI support.



Index: memory_wrapper.c
===
RCS file: /cvsroot/alsa/alsa-driver/acore/memory_wrapper.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- memory_wrapper.c29 Jun 2003 14:56:18 -  1.8
+++ memory_wrapper.c10 Oct 2003 15:29:26 -  1.9
@@ -13,8 +13,10 @@
 #include 
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 0)
+#ifdef CONFIG_PCI
 #include 
 #include "pci_compat_22.c"
+#endif
 #endif
 
 /* vmalloc_to_page wrapper */



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver configure.in,1.193,1.194

2003-10-10 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv3377

Modified Files:
configure.in 
Log Message:
0.9.7b

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- configure.in6 Oct 2003 10:09:33 -   1.193
+++ configure.in10 Oct 2003 14:47:38 -  1.194
@@ -4,7 +4,7 @@
 
 AC_INIT(acore/sound.patch)
 AC_PREFIX_DEFAULT(/usr)
-CONFIG_SND_VERSION="0.9.7a"
+CONFIG_SND_VERSION="0.9.7b"
 
 dnl Checks for programs.
 AC_PROG_CC



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-kernel/core pcm_native.c,1.82,1.83

2003-10-10 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-kernel/core
In directory sc8-pr-cvs1:/tmp/cvs-serv2797

Modified Files:
pcm_native.c 
Log Message:
Ralf Zink <[EMAIL PROTECTED]> - fixed the error path (mutex) in open()

Index: pcm_native.c
===
RCS file: /cvsroot/alsa/alsa-kernel/core/pcm_native.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- pcm_native.c30 Sep 2003 09:28:26 -  1.82
+++ pcm_native.c10 Oct 2003 14:44:56 -  1.83
@@ -1982,9 +1982,9 @@
}
}
remove_wait_queue(&pcm->open_wait, &wait);
+   up(&pcm->open_mutex);
if (err < 0)
goto __error;
-   up(&pcm->open_mutex);
return err;
 
   __error:



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/envy24control envy24control.c,1.17,1.18

2003-10-10 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/envy24control
In directory sc8-pr-cvs1:/tmp/cvs-serv15857

Modified Files:
envy24control.c 
Log Message:
Bo Johansson <[EMAIL PROTECTED]>
- fixes crash when an invalid option was given


Index: envy24control.c
===
RCS file: /cvsroot/alsa/alsa-tools/envy24control/envy24control.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- envy24control.c 4 Jun 2003 13:46:49 -   1.17
+++ envy24control.c 10 Oct 2003 07:47:38 -  1.18
@@ -1391,7 +1391,8 @@
{"card", 1, 0, 'c'},
{"inputs", 1, 0, 'i'},
{"outputs", 1, 0, 'o'},
-   {"spdif", 1, 0, 's'}
+   {"spdif", 1, 0, 's'},
+   {0, 0, 0, 0}
};
 
 



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog