[alsa-cvslog] CVS: alsa-driver INSTALL,1.150,1.151

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv20224

Modified Files:
INSTALL 
Log Message:
- added a note for RH's unresolved symbol problem.



Index: INSTALL
===
RCS file: /cvsroot/alsa/alsa-driver/INSTALL,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- INSTALL 25 Nov 2003 11:21:49 -  1.150
+++ INSTALL 25 Nov 2003 11:26:16 -  1.151
@@ -243,3 +243,19 @@
control correctly. If you have problems regarding this, try
another ALSA compliant mixer (alsamixer works).
 
+
+Trouble Shooting
+
+
+Unresolved symbol with RedHat 9
+---
+
+Run depmod -ae and check which symbol is missing.
+If the unresolved symbol is schedule_work, tihis is because RedHat
+shipped the kernel with incomplete implementation of workqueue.
+For solving this problem, run the following on the top of alsa-driver
+directory:
+
+   % touch include/linux/workqueue.h
+
+and run make clean, make again.



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver/usb/usx2y - New directory

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/usb/usx2y
In directory sc8-pr-cvs1:/tmp/cvs-serv18949/usb/usx2y

Log Message:
Directory /cvsroot/alsa/alsa-driver/usb/usx2y added to the repository




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver/acore Makefile,1.32,1.33

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

Modified Files:
Makefile 
Log Message:
- renamed us428 to usx2y driver.
  the subdirectory is moved, too.
  supports us122 device now.


Index: Makefile
===
RCS file: /cvsroot/alsa/alsa-driver/acore/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Makefile11 Nov 2003 13:12:15 -  1.32
+++ Makefile25 Nov 2003 11:21:49 -  1.33
@@ -11,7 +11,7 @@
 obj-$(CONFIG_SND_MIXART) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-hwdep.o
 obj-$(CONFIG_SND_SERIALMIDI) += snd-rawmidi.o snd.o
 obj-$(CONFIG_SND_MSND_PINNACLE) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o 
snd-rawmidi.o
-obj-$(CONFIG_SND_USB_US428) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o 
snd-rawmidi.o snd-hwdep.o
+obj-$(CONFIG_SND_USB_USX2Y) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o 
snd-rawmidi.o snd-hwdep.o
 obj-$(CONFIG_SND_AU8810) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o 
snd-rawmidi.o snd-hwdep.o
 obj-$(CONFIG_SND_AU8820) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o 
snd-rawmidi.o snd-hwdep.o
 obj-$(CONFIG_SND_AU8830) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o 
snd-rawmidi.o snd-hwdep.o



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver/include amagic.h,1.10,1.11

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/include
In directory sc8-pr-cvs1:/tmp/cvs-serv19435/include

Modified Files:
amagic.h 
Log Message:
- renamed us428 to usx2y driver.
  the subdirectory is moved, too.
  supports us122 device now.


Index: amagic.h
===
RCS file: /cvsroot/alsa/alsa-driver/include/amagic.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- amagic.h6 Oct 2003 14:01:00 -   1.10
+++ amagic.h25 Nov 2003 11:21:49 -  1.11
@@ -6,7 +6,7 @@
 #define snd_msndpinnacle_pcm_t_magic   0xa25a3e01
 #define msndmidi_t_magic   0xa25a3e02
 #define pdacf_t_magic  0xa25a3f00
-#define snd_us428_stream_t_magic0xa25a5e03
+#define snd_usX2Y_stream_t_magic0xa25a5e03
 #define vortex_t_magic 0xa25a4001
 
 #endif



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver/utils Modules.dep,1.26,1.27

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/utils
In directory sc8-pr-cvs1:/tmp/cvs-serv19435/utils

Modified Files:
Modules.dep 
Log Message:
- renamed us428 to usx2y driver.
  the subdirectory is moved, too.
  supports us122 device now.


Index: Modules.dep
===
RCS file: /cvsroot/alsa/alsa-driver/utils/Modules.dep,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Modules.dep 6 Oct 2003 14:01:07 -   1.26
+++ Modules.dep 25 Nov 2003 11:21:49 -  1.27
@@ -17,8 +17,8 @@
 %dir linux/sound/pcmcia/pdaudiocf
 |snd-pdaudiocf snd-pcm
 
-%dir linux/sound/usb/us428
-|snd-usb-us428 snd-usb-audio snd-hwdep
+%dir linux/sound/usb/usx2y
+|snd-usb-usx2y snd-usb-audio snd-hwdep
 
 %dir linux/sound/pci/au88x0
 |snd-au8810 snd-pcm snd-ac97-codec snd-mpu401-uart



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver INSTALL,1.149,1.150

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv19435

Modified Files:
INSTALL 
Log Message:
- renamed us428 to usx2y driver.
  the subdirectory is moved, too.
  supports us122 device now.


Index: INSTALL
===
RCS file: /cvsroot/alsa/alsa-driver/INSTALL,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- INSTALL 10 Nov 2003 17:32:36 -  1.149
+++ INSTALL 25 Nov 2003 11:21:49 -  1.150
@@ -214,10 +214,10 @@
 
 Module supports up to 8 cards.
 
-  Module snd-usb-us428
+  Module snd-usb-usx2y
   
 
-Module for Tascam USB US-428 device.
+Module for Tascam USB US-122 and US-428 devices.
 
 This module supports up to 8 cards, autoprobe and hotplugging.
 



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver/usb/us428 .cvsignore,1.2,NONE Kconfig,1.1,NONE Makefile,1.3,NONE usX2Yhwdep.c,1.3,NONE usX2Yhwdep.h,1.1,NONE usbus428.c,1.7,NONE usbus428.h,1.3,NONE usbus428audio.c,1.7,NONE usbus428ctldefs.h,1.2,NONE usx2y.h,1.1,NONE

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/usb/us428
In directory sc8-pr-cvs1:/tmp/cvs-serv19435/usb/us428

Removed Files:
.cvsignore Kconfig Makefile usX2Yhwdep.c usX2Yhwdep.h 
usbus428.c usbus428.h usbus428audio.c usbus428ctldefs.h 
usx2y.h 
Log Message:
- renamed us428 to usx2y driver.
  the subdirectory is moved, too.
  supports us122 device now.


--- .cvsignore DELETED ---

--- Kconfig DELETED ---

--- Makefile DELETED ---

--- usX2Yhwdep.c DELETED ---

--- usX2Yhwdep.h DELETED ---

--- usbus428.c DELETED ---

--- usbus428.h DELETED ---

--- usbus428audio.c DELETED ---

--- usbus428ctldefs.h DELETED ---

--- usx2y.h DELETED ---



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver/usb Makefile,1.12,1.13

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/usb
In directory sc8-pr-cvs1:/tmp/cvs-serv19435/usb

Modified Files:
Makefile 
Log Message:
- renamed us428 to usx2y driver.
  the subdirectory is moved, too.
  supports us122 device now.


Index: Makefile
===
RCS file: /cvsroot/alsa/alsa-driver/usb/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile11 Nov 2003 13:12:34 -  1.12
+++ Makefile25 Nov 2003 11:21:49 -  1.13
@@ -10,7 +10,7 @@
 # for compatibility
 extra-snd-usb-audio-objs := usbcompat.o
 
-obj-$(CONFIG_SND) += us428/
+obj-$(CONFIG_SND) += usx2y/
 
 export-objs := usbaudio.o usbmidi.o
 



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/hdsploader hdsploader.c,1.4,1.5

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/hdsploader
In directory sc8-pr-cvs1:/tmp/cvs-serv1852/hdsploader

Modified Files:
hdsploader.c 
Log Message:
- fixed compile warnings.


Index: hdsploader.c
===
RCS file: /cvsroot/alsa/alsa-tools/hdsploader/hdsploader.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hdsploader.c3 Nov 2003 19:09:55 -   1.4
+++ hdsploader.c25 Nov 2003 11:51:31 -  1.5
@@ -31,14 +31,13 @@
 
 void upload_firmware(int card)
 {
-int err, i;
+int err;
 snd_hwdep_t *hw;
 snd_hwdep_info_t *info;
 char card_name[6];
 hdsp_version_t version;
 
 hdsp_firmware_t firmware;
-hdsp_config_info_t config_info;
 
 snd_hwdep_info_alloca(info);
 snprintf(card_name, 6, hw:%i, card);
@@ -97,7 +96,6 @@
 
 snd_ctl_card_info_t *info;
 snd_pcm_info_t *pcminfo;
-int cards = 0;
 
 snd_ctl_card_info_alloca(info);
 snd_pcm_info_alloca(pcminfo);



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/seq Makefile,1.1,1.2 cvscompile,1.1,1.2

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/seq
In directory sc8-pr-cvs1:/tmp/cvs-serv1566/seq

Modified Files:
Makefile cvscompile 
Log Message:
- pass the arguments to cvscompile in subdirectories.
- added make install.


Index: Makefile
===
RCS file: /cvsroot/alsa/alsa-tools/seq/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile20 Aug 2001 15:17:11 -  1.1
+++ Makefile25 Nov 2003 11:51:08 -  1.2
@@ -1,7 +1,10 @@
 SUBDIRS = sbiload
 
 all:
-   @for i in $(SUBDIRS); do cd $$i; ./cvscompile; cd ..; $(MAKE) -C $$i; done 
 
+   @for i in $(SUBDIRS); do cd $$i; ./cvscompile $(CVSCOMPILE_ARGS); cd ..; 
$(MAKE) -C $$i; done   
+
+install:
+   @for i in $(SUBDIRS); do $(MAKE) -C $$i DESTDIR=$(DESTDIR) install; done   
 
 
 alsa-dist:
@for i in $(SUBDIRS); do $(MAKE) -C $$i alsa-dist; done

Index: cvscompile
===
RCS file: /cvsroot/alsa/alsa-tools/seq/cvscompile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cvscompile  20 Aug 2001 15:44:23 -  1.1
+++ cvscompile  25 Nov 2003 11:51:08 -  1.2
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-make
+make CVSCOMPILE_ARGS=$*



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools Makefile,1.30,1.31 cvscompile,1.1,1.2

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools
In directory sc8-pr-cvs1:/tmp/cvs-serv1566

Modified Files:
Makefile cvscompile 
Log Message:
- pass the arguments to cvscompile in subdirectories.
- added make install.


Index: Makefile
===
RCS file: /cvsroot/alsa/alsa-tools/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile18 Nov 2003 15:51:59 -  1.30
+++ Makefile25 Nov 2003 11:51:08 -  1.31
@@ -5,12 +5,15 @@
usx2yloader vxloader
 
 all:
-   @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i; done
+   @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile $(CVSCOMPILE_ARGS); cd 
..; make -C $$i; done
+
+install:
+   @for i in $(SUBDIRS); do make -C $$i DESTDIR=$(DESTDIR) install; done
 
 alsa-dist:
@echo $(VERSION)  $(TOP)/version
@mkdir -p $(TOP)/distdir
-   @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i 
alsa-dist; done
+   @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile $(CVSCOMPILE_ARGS); cd 
..; make -C $$i alsa-dist; done
@mv distdir alsa-tools-$(VERSION)
@tar --create --verbose --file=- alsa-tools-$(VERSION) | bzip2 -c -9  
alsa-tools-$(VERSION).tar.bz2
@mv alsa-tools-$(VERSION) distdir

Index: cvscompile
===
RCS file: /cvsroot/alsa/alsa-tools/cvscompile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cvscompile  20 Aug 2001 15:17:09 -  1.1
+++ cvscompile  25 Nov 2003 11:51:08 -  1.2
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-make
+make CVSCOMPILE_ARGS=$*



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/vxloader vxloader.c,1.4,1.5

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv1852/vxloader

Modified Files:
vxloader.c 
Log Message:
- fixed compile warnings.


Index: vxloader.c
===
RCS file: /cvsroot/alsa/alsa-tools/vxloader/vxloader.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vxloader.c  25 Mar 2003 17:37:21 -  1.4
+++ vxloader.c  25 Nov 2003 11:51:31 -  1.5
@@ -70,7 +70,7 @@
FILE *fp;
char buf[256];
int data, c, idx, length;
-   unsigned char *imgbuf;
+   unsigned char *imgbuf = NULL;
char *p;
 
if ((fp = fopen(fname, r)) == NULL) {



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-kernel/usb usbaudio.c,1.71,1.72

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb
In directory sc8-pr-cvs1:/tmp/cvs-serv6169/usb

Modified Files:
usbaudio.c 
Log Message:
- prepare callback can sleep if a flag is given in pcm-info_flags.
- usbaudio driver uses non-atomic prepare callback for synchronization
  of pending unlinked urbs.
- async_unlink option of usbaudio driver is enabled as default now.
- fixed the initialization of pseudo-dma pointers in usbaudio.


Index: usbaudio.c
===
RCS file: /cvsroot/alsa/alsa-kernel/usb/usbaudio.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- usbaudio.c  24 Nov 2003 11:52:24 -  1.71
+++ usbaudio.c  25 Nov 2003 12:01:22 -  1.72
@@ -28,9 +28,8 @@
  *  NOTES:
  *
  *   - async unlink should be used for avoiding the sleep inside lock.
- * however, it causes oops by unknown reason on usb-uhci, and
- * disabled as default.  the feature is enabled by async_unlink=1
- * option (especially when preempt is used).
+ * 2.4.22 usb-uhci seems buggy for async unlinking and results in
+ * oops.  in such a cse, pass async_unlink=0 option.
  *   - the linked URBs would be preferred but not used so far because of
  * the instability of unlinking.
  *   - type II is not supported properly.  there is no device which supports
@@ -69,7 +68,7 @@
 static int vid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; /* Vendor ID for this 
card */
 static int pid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; /* Product ID for 
this card */
 static int nrpacks = 4;/* max. number of packets per urb */
-static int async_unlink = 0;
+static int async_unlink = 1;
 
 MODULE_PARM(index, 1- __MODULE_STRING(SNDRV_CARDS) i);
 MODULE_PARM_DESC(index, Index value for the USB audio adapter.);
@@ -804,8 +803,7 @@
int i;
 
/* stop urbs (to be sure) */
-   deactivate_urbs(subs, force, 1);
-   if (async_unlink)
+   if (deactivate_urbs(subs, force, 1)  0)
wait_clear_urbs(subs);
 
for (i = 0; i  MAX_URBS; i++)
@@ -834,12 +832,6 @@
subs-freqmax = subs-freqn + (subs-freqn  2); /* max. allowed frequency */
subs-phase = 0;
 
-   /* reset the pointer */
-   subs-hwptr = 0;
-   subs-hwptr_done = 0;
-   subs-transfer_sched = 0;
-   subs-transfer_done = 0;
-
/* calculate the max. size of packet */
maxsize = ((subs-freqmax + 0x3fff) * (frame_bits  3))  14;
if (subs-maxpacksize  maxsize  subs-maxpacksize) {
@@ -1277,6 +1269,17 @@
subs-maxframesize = bytes_to_frames(runtime, subs-maxpacksize);
subs-curframesize = bytes_to_frames(runtime, subs-curpacksize);
 
+   /* reset the pointer */
+   subs-hwptr = 0;
+   subs-hwptr_done = 0;
+   subs-transfer_sched = 0;
+   subs-transfer_done = 0;
+   subs-phase = 0;
+
+   /* clear urbs (to be sure) */
+   if (deactivate_urbs(subs, 0, 0)  0)
+   wait_clear_urbs(subs);
+
return 0;
 }
 
@@ -2002,7 +2005,7 @@
as-pcm = pcm;
pcm-private_data = as;
pcm-private_free = snd_usb_audio_pcm_free;
-   pcm-info_flags = 0;
+   pcm-info_flags = SNDRV_PCM_INFO_NONATOMIC_OPS;
if (chip-pcm_devs  0)
sprintf(pcm-name, USB Audio #%d, chip-pcm_devs);
else



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-kernel/include asound.h,1.33,1.34

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1:/tmp/cvs-serv6169/include

Modified Files:
asound.h 
Log Message:
- prepare callback can sleep if a flag is given in pcm-info_flags.
- usbaudio driver uses non-atomic prepare callback for synchronization
  of pending unlinked urbs.
- async_unlink option of usbaudio driver is enabled as default now.
- fixed the initialization of pseudo-dma pointers in usbaudio.


Index: asound.h
===
RCS file: /cvsroot/alsa/alsa-kernel/include/asound.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- asound.h21 Oct 2003 17:40:14 -  1.33
+++ asound.h25 Nov 2003 12:01:22 -  1.34
@@ -272,6 +272,7 @@
 #define SNDRV_PCM_INFO_HALF_DUPLEX 0x0010  /* only half duplex */
 #define SNDRV_PCM_INFO_JOINT_DUPLEX0x0020  /* playback and capture stream 
are somewhat correlated */
 #define SNDRV_PCM_INFO_SYNC_START  0x0040  /* pcm support some kind of 
sync go */
+#define SNDRV_PCM_INFO_NONATOMIC_OPS   0x0080  /* non-atomic prepare callback 
*/
 
 enum sndrv_pcm_state {
SNDRV_PCM_STATE_OPEN = 0,   /* stream is open */



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver/usb usbaudio.patch,1.1,1.2

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/usb
In directory sc8-pr-cvs1:/tmp/cvs-serv6469/usb

Modified Files:
usbaudio.patch 
Log Message:
- set async_unlink option to 0 for older kernels
  (usb-uhci seems broken).  once after it's fixed, we can change the
  ifdef condition.


Index: usbaudio.patch
===
RCS file: /cvsroot/alsa/alsa-driver/usb/usbaudio.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- usbaudio.patch  1 Jun 2003 18:37:45 -   1.1
+++ usbaudio.patch  25 Nov 2003 12:02:33 -  1.2
@@ -1,11 +1,25 @@
 usbaudio.c 2003-06-01 20:32:24.0 +0200
-+++ usbaudio.c.old 2003-06-01 20:32:42.0 +0200
+--- usbaudio.c 2003-11-24 18:49:59.0 +0100
 usbaudio.c 2003-11-24 18:51:33.0 +0100
 @@ -1,3 +1,4 @@
 +#include usbaudio.inc
  /*
   *   (Tentative) USB Audio Driver for ALSA
   *
-@@ -1656,9 +1657,11 @@
+@@ -68,7 +69,12 @@
+ static int vid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; /* Vendor ID for 
this card */
+ static int pid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; /* Product ID for 
this card */
+ static int nrpacks = 4;   /* max. number of packets per urb */
+-static int async_unlink = 1;
++static int async_unlink =
++#if LINUX_VERSION_CODE = KERNEL_VERSION(2, 6, 0)
++1;
++#else
++0; /* disabled as default for buggy async-unlink handling */
++#endif
+ 
+ MODULE_PARM(index, 1- __MODULE_STRING(SNDRV_CARDS) i);
+ MODULE_PARM_DESC(index, Index value for the USB audio adapter.);
+@@ -1761,9 +1767,11 @@
   * entry point for linux usb interface
   */
  
@@ -17,7 +31,7 @@
  
  static struct usb_device_id usb_audio_ids [] = {
  #include usbquirks.h
-@@ -1671,10 +1674,15 @@
+@@ -1776,10 +1784,15 @@
  MODULE_DEVICE_TABLE (usb, usb_audio_ids);
  
  static struct usb_driver usb_audio_driver = {
@@ -33,7 +47,7 @@
.id_table = usb_audio_ids,
  };
  
-@@ -2744,6 +2752,7 @@
+@@ -2918,6 +2931,7 @@
}
  }
  
@@ -41,7 +55,7 @@
  /*
   * new 2.5 USB kernel API
   */
-@@ -2764,6 +2773,8 @@
+@@ -2938,6 +2952,8 @@
snd_usb_audio_disconnect(interface_to_usbdev(intf),
 dev_get_drvdata(intf-dev));
  }
@@ -50,7 +64,7 @@
  
  
  static int __init snd_usb_audio_init(void)
-@@ -2803,3 +2814,5 @@
+@@ -2981,3 +2997,5 @@
  __setup(snd-usb-audio=, snd_usb_audio_module_setup);
  
  #endif /* !MODULE */



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/hdspmixer configure.in,1.5,1.6

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/hdspmixer
In directory sc8-pr-cvs1:/tmp/cvs-serv9503/hdspmixer

Modified Files:
configure.in 
Log Message:
- 1.0.0pre3 version
- added hack for ALSA server to pack also hdsp* tools (fltk issue)


Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- configure.in24 Nov 2003 18:17:05 -  1.5
+++ configure.in25 Nov 2003 12:16:41 -  1.6
@@ -70,7 +70,7 @@
 
 dnl library check
 AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
-if test $FLTK_CONFIG = no; then
+if test $FLTK_CONFIG = no  ! test `hostname -f` = alsa.alsa-project.org; 
then
 AC_MSG_ERROR(fltk-config is required)
 fi
 FLTK_CXXFLAGS=`$FLTK_CONFIG --cxxflags` -fno-exceptions



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-lib configure.in,1.115,1.116

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-lib
In directory sc8-pr-cvs1:/tmp/cvs-serv18577

Modified Files:
configure.in 
Log Message:
1.0.0pre3

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-lib/configure.in,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- configure.in5 Nov 2003 10:38:38 -   1.115
+++ configure.in25 Nov 2003 13:01:44 -  1.116
@@ -8,7 +8,7 @@
 dnl remove API = c+1:0:0
 dnl *
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(alsa-lib, 1.0.0pre1)
+AM_INIT_AUTOMAKE(alsa-lib, 1.0.0pre3)
 eval LIBTOOL_VERSION_INFO=2:0:0
 dnl *
 AM_CONDITIONAL(INSTALL_M4, test -n ${ACLOCAL})



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-driver configure.in,1.204,1.205

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv18296

Modified Files:
configure.in 
Log Message:
1.0.0pre3

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- configure.in21 Nov 2003 10:58:02 -  1.204
+++ configure.in25 Nov 2003 13:00:28 -  1.205
@@ -4,7 +4,7 @@
 
 AC_INIT(acore/sound.patch)
 AC_PREFIX_DEFAULT(/usr)
-CONFIG_SND_VERSION=1.0.0pre2
+CONFIG_SND_VERSION=1.0.0pre3
 
 dnl Checks for programs.
 AC_PROG_CC



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-utils configure.in,1.71,1.72

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-utils
In directory sc8-pr-cvs1:/tmp/cvs-serv18930

Modified Files:
configure.in 
Log Message:
1.0.0pre3

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-utils/configure.in,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- configure.in18 Nov 2003 16:27:35 -  1.71
+++ configure.in25 Nov 2003 13:03:39 -  1.72
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(alsamixer/alsamixer.c)
 AC_PREFIX_DEFAULT(/usr)
-AM_INIT_AUTOMAKE(alsa-utils, 1.0.0pre1)
+AM_INIT_AUTOMAKE(alsa-utils, 1.0.0pre3)
 
 dnl Checks for programs.
 



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-kernel/include version.h,1.28,1.29

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1:/tmp/cvs-serv18040

Modified Files:
version.h 
Log Message:
1.0.0pre3

Index: version.h
===
RCS file: /cvsroot/alsa/alsa-kernel/include/version.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- version.h   18 Nov 2003 15:54:09 -  1.28
+++ version.h   25 Nov 2003 12:59:34 -  1.29
@@ -1,3 +1,3 @@
 /* include/version.h.  Generated by configure.  */
-#define CONFIG_SND_VERSION 1.0.0pre1
+#define CONFIG_SND_VERSION 1.0.0pre3
 #define CONFIG_SND_DATE 



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware - New directory

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv24517/alsa-firmware

Log Message:
Directory /cvsroot/alsa/alsa-firmware added to the repository




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware/hdsploader - New directory

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware/hdsploader
In directory sc8-pr-cvs1:/tmp/cvs-serv29973/hdsploader

Log Message:
Directory /cvsroot/alsa/alsa-firmware/hdsploader added to the repository




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware/vxloader - New directory

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv30214/vxloader

Log Message:
Directory /cvsroot/alsa/alsa-firmware/vxloader added to the repository




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware/mixartloader .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 miXart.conf,NONE,1.1 miXart8.elf,NONE,1.1 miXart8.xlx,NONE,1.1 miXart8AES.xlx,NONE,1.1

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware/mixartloader
In directory sc8-pr-cvs1:/tmp/cvs-serv30578/mixartloader

Added Files:
.cvsignore Makefile.am miXart.conf miXart8.elf miXart8.xlx 
miXart8AES.xlx 
Log Message:
Initial version - requires more work

--- NEW FILE: .cvsignore ---
Makefile
Makefile.in

--- NEW FILE: Makefile.am ---
cfg_files = miXart.conf \
miXart8AES.xlx \
miXart8.elf \
miXart8.xlx

EXTRA_DIST = $(cfg_files)

firmwaredir = $(datadir)/alsa/firmware/mixartloader
firmware_DATA = $(cfg_files)


--- NEW FILE: miXart.conf ---
# boot firmwares for digigram miXart cards

dsp0miXart8.xlx
dsp1miXart8.elf
dsp2miXart8AES.xlx


--- NEW FILE: miXart8.elf ---
ELF

À8¥œH€

H

H


¥; 


x8fÿø,

09K
°9€
.ì
.ì







:‘d
48`
T
:Ä
4‘d


á8¥ÌÍ|¥PT©ð¾©
€~
€~
€~
€~
€~
€~
€~
€~
€~
€~
€~
€~
Ā
 ì
 ì




€
€
€
€
€
€

:;!
}$KÿúÀU‰:}dJKÿýüVà:}}$KÿÿHºá
|›.W WÄ|».8

 ÐI¤ÐI ¤ÐI
¤9)





 ,
U:‘a








zì
zì
h*Ѓ

@:À+
.8
L.ì
D.ì
.ì
4.ì
,.ì
.ì
48„
B®|à:±ä¨ç
B®|à:±$¨ç
°n¨
°®¨
°n¨
°®¨
°n¨
°®¨
°n¨
°®¨
°n¨
°®¨
°n¨
°®¨

d8䐟 €Ÿä8„
ä8dŸ €Ÿä8„


:ï£èú|L.8






L.9)

D.9
D.ìd*9
D.9
D.ì¦)ºìd*9@






€
€
N€
N€
N€
N€
Á|wxH
|([EMAIL PROTECTED]
   











ÿþ


ÿþ


ÿÿ


ÿÿ


ÿþ


#
€
} Z¨ 
} Z¨ 
€
} Z¨ 
} Z¨ 
®9I0X
@Áð|š#xÃâÐ|Û3xâÜØ; 
ü


ðP|
ð@| [EMAIL PROTECTED]
:8¦
 

 
@PH
X
 P|p|¥”| P|
 @A€





0
.ü
0
0
'
ìTÀø|  ¦A‚
(|ɦˆƒ
˜
˜
˜
˜
€(
d= 
T ø|  ¦A‚






[EMAIL PROTECTED]



:}iAÖ},R‘$
 @|[EMAIL PROTECTED]
[EMAIL PROTECTED]
BzÑ
:}ˆYÖ}R‘9
B‘48Æ


HP|
H@| [EMAIL PROTECTED]
 ì [EMAIL PROTECTED]
p ìp [EMAIL PROTECTED]
:î+zì,ˆzî-xzí÷
‡ºî€zî,‡zíí|zíøzíù~úîZ:Ò^
€|
:8}
ºì :ì'ºÐ
zì;úìœ :È!
zìúí
¼ì:ÂüDü€8ÂÜ
@

ðÀ


:8è
õ€

N€

YH
I€
¿
AìTc:|.|   ¦N€ 8n
Q€ŸŒ8
¥€|(;Ü

p€e
 6€¿¸8


 6€¿¸8


½8
N€
,}h9.€ê,}g1.€Ê,}f).€ª,}e!.€Š,}d.€j,}c.B
Ù~8ž

݀
[EMAIL PROTECTED]

!
€a



9(

™Ÿ
Ÿ
ÃxÁ




H
 @UH:|[EMAIL PROTECTED]


„8


h?@

€m€
LÆ1‚8€
HÆí(
d€
@`
5€
`


ić






[EMAIL PROTECTED]
}ˆ¦N€
A€ÿÜH
Ѐ







vô8!


ƒÁ

A‚
˜Ã
8¤
€
A‚



A‚



8 
8 
H
@‚
ø,
ð(
|,
p,
dH
H
¥
¥
8 
H
A€ÿЀP8€
hH
h8
8 
A€ÿЀß\(
A€ÿÐ8À
hƒhƒhƒ\
hH
h8
8 
A€ÿЀß\(
A€ÿÐ8À
hƒhƒhƒ\
hH
hˆhƒh(
h8
h˜h€
h||êƒß
A€ÿÐ8`
u€
m€
à€
Ԁ
ȃ˜
¼€
°|
h€
À




4;À
8€


|À0P}
ˆz
(
8
8
8
|c8ÿА
|c8ÿА

@€
H

@€
; 
; 
;Ä
|€ P|Àp8„
|§8ÿА

H
H
D;ZÿÐ,[EMAIL PROTECTED]
(
8
|e8ÿА
|e8ÿА

@€
H

@€
; 
; 
;Ä
|€ P|Àp8„


_

E

d



v









 !#$%'()*+,-./0123456789:;=[EMAIL 
PROTECTED]|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
€






























































































































0æDÏED
n×DœD±DT´DùDž€DEDìóD•çD@
‚¾E1E§ÊE:ŠEÍpE
`}E
ó°E‡   EˆE®-EAøEÕêEj
dEúoKEúÔEû98Eûž=EüMEühgEü͋Eý2¹Eý—òEýý4EþbEþÇ×Eÿ-8Eÿ’£EÿøF
0æF
d¡F
˜aF
ÌF
ÿïF3½FgF›hFÏEFF7
FjøFžèFÒÜF
ÖF
:ÔF
n×F
¢ßF
ÖìF
ýF?Fs.F§NFÛrFœFCÊFwüF¬4FàpF±FH÷F}AF±FåäF=FNšF‚üF·cFëÏF 
?FT´F‰.F½¬Fò/F·F[CFÔFÄjFùF-¤FbGF–ðF˝F
­F@
[EMAIL PROTECTED] FwíFwG¼FwƒFw¿gFwûBFx7 
FxsFx®èFxêÑFy¾Fyb®Fyž¢FyښFz•FzR”FzŽ–FzʜF{¦F{B³F{~ÄF{ºØF{öðF|3
F|o+F|«NF|çtF}#žF}_ËF}›üF}Ø1F~iF~P¥F~ŒäF~É'FmFA·F~FºVFö«F€F€7¯F€UßF€tF€’DF€°yF€Î¯F€ìèFF)^FGœFeÜF„F¢`FÀ¥FÞìFý4F‚~F‚9ÊF‚XF‚vhF‚”¹F‚³

F‚ÑaF‚ï·FƒFƒ,jFƒJÅFƒi#Fƒ‡‚Fƒ¥ãFƒÄFFƒâ«F„F„yF„=ãF„\NF„z¼F„™+F„·œF„ÖF„ôƒF…ùF…1pF…OêF…neF…ŒâF…«aF…ÉáF…èdF†èF†%mF†CõF†b~F†
   
F†Ÿ–F†¾$F†Ü´F†ûFF‡ÚF‡8oF‡WF‡uŸF‡”9F‡²ÕF‡ÑsF‡ðFˆ´Fˆ-XFˆKüFˆj£Fˆ‰KFˆ§õFˆÆ¡FˆåOF‰þF‰¯F‰AaF‰`F‰~ÌF‰ƒF‰¼=F‰ÚøF‰ùµFŠtFŠ74FŠUöFŠtºFŠ“FŠ²FFŠÑFŠïÚF‹¦F‹-tF‹LDF‹kF‹‰èF‹¨½F‹Ç”F‹ælFŒFFŒ$!FŒBÿFŒaÞFŒ€¾FŒŸ¡FŒ¾…FŒÝkFŒüRF;F:FYFxF–ñFµãFÔÖFóËFŽÂFŽ1ºFŽP´FŽo°FŽŽ­FŽ­­FŽÌ­FŽë°F
´F)ºFHÂFgËF†ÖF¥âFÄñFäFF%FA:F`QFiFžƒF½ŸFÜ¼FûÛF‘üF‘:F‘YBF‘xhF‘—F‘¶¹F‘ÕãF‘õF’F’3mF’RŸF’qÒF’‘F’°=F’ÏuF’î®F“
êF“-'F“LeF“k¦F“ŠèF“ª+F“ÉpF“è·F”
F¬•ŒF¬¶F¬Ö”F¬÷F­£F­8,F­X·F­yDF­™ÒF­ºbF­ÚóF­û†F®F®°F®]GF®}àF®žzF®¿F®ß³F¯
FÊdßFʆ´Fʨ‹FÊÊdFÊì=FËFË/õFËQÓFËs³F˕“FË·vFËÙYFËû?FÌ%FÌ?
FÌ`öF̂áF̤ÍFÌÆ»FÌè©FÍ
šFÍ,ŒFÍNFÍpsF͒iFÍ´aFÍÖYFÍøSFÎOFÎLFÎ^JF΀JF΢KFÎÄNFÎæRFÏWFÏ*^FÏLfFÏnpFϐ{Fϲ‡FÏԕFÏö¤FдFÐ:ÆFÐ\ÙFÐ~îFСFÐÃFÐå5FÑOFÑ)kFÑKˆFÑm¦FяÆFѱçFÑÔ
FÑö.FÒSFÒ:zFÒ\¢FÒ~ÌFÒ ÷FÒÃ#FÒåQFÓ€FÓ)°FÓKâFÓnFӐJFÓ²€FÓÔ·FÓöðFÔ*FÔ;fFÔ]£FÔáFÔ¢!FÔÄbFÔæ¤FÕèFÕ+-FÕMtFÕo¼FՒFÕ´PFÕ֜FÕøéFÖ8FÖ=ˆFÖ_ÚFւ-FÖ¤FÖÆ×FÖé.FׇF×-àF×P[EMAIL
 PROTECTED]
G
G   IG '‰G 9ÊG LG ^MG pG ‚ÓG •G §[G ¹ G
 ËåG Þ,G ðrG
ºG
G
'JG
9”G
KÝG
^(G
psG
‚¾G
•G
§WG
¹¥G
ËóG
ÞBG
ð‘GáG1G'‚G9ÔGLG^yGpÌGƒ G•uG§ÊGº GÌwGÞÎGñ%G~G×G(0G:ŠG

[alsa-cvslog] CVS: alsa-tools/rmedigicontrol Makefile.am,1.2,1.3

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/rmedigicontrol
In directory sc8-pr-cvs1:/tmp/cvs-serv3258/rmedigicontrol

Modified Files:
Makefile.am 
Log Message:
added depcomp to EXTRA_DIST

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-tools/rmedigicontrol/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 14 Jul 2003 14:49:00 -  1.2
+++ Makefile.am 25 Nov 2003 14:27:45 -  1.3
@@ -4,6 +4,8 @@
 
 rmedigicontrol_LDFLAGS = @GTK_LIBS@
 
+EXTRA_DIST = depcomp
+
 alsa-dist: distdir
@rm -rf ../distdir/rmedigicontrol
@mkdir -p ../distdir/rmedigicontrol



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/hdspmixer Makefile.am,1.2,1.3

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/hdspmixer
In directory sc8-pr-cvs1:/tmp/cvs-serv3258/hdspmixer

Modified Files:
Makefile.am 
Log Message:
added depcomp to EXTRA_DIST

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 24 Nov 2003 14:48:21 -  1.2
+++ Makefile.am 25 Nov 2003 14:27:45 -  1.3
@@ -1,4 +1,4 @@
-EXTRA_DIST = hdspmixer.desktop
+EXTRA_DIST = hdspmixer.desktop depcomp
 SUBDIRS = src pixmaps
 
 desktopdir = $(DESKTOP_DIR)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware/mixartloader Makefile.am,1.2,1.3

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware/mixartloader
In directory sc8-pr-cvs1:/tmp/cvs-serv17450/mixartloader

Modified Files:
Makefile.am 
Log Message:
Removed alsa-dist rule

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-firmware/mixartloader/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 25 Nov 2003 15:36:01 -  1.2
+++ Makefile.am 25 Nov 2003 15:37:41 -  1.3
@@ -9,9 +9,3 @@
 
 firmwaredir = $(datadir)/alsa/firmware/$(MYNAME)
 firmware_DATA = $(cfg_files)
-
-alsa-dist: distdir
-   @rm -rf ../distdir/$(MYNAME)
-   @mkdir -p ../distdir/$(MYNAME)
-   @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
-   @rm -rf $(distdir)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware/vxloader Makefile.am,1.1,1.2

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv16963/vxloader

Modified Files:
Makefile.am 
Log Message:
Ok, things are working now...


Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-firmware/vxloader/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 25 Nov 2003 14:07:00 -  1.1
+++ Makefile.am 25 Nov 2003 15:36:01 -  1.2
@@ -1,3 +1,5 @@
+MYNAME = vxloader
+
 cfg_files = vx222.conf vxboard.conf vxpocket.conf vxp440.conf \
bd56002.boot \
bd563s3.boot \
@@ -15,5 +17,11 @@
 
 EXTRA_DIST = $(cfg_files)
 
-firmwaredir = $(datadir)/alsa/firmware/vxloader
+firmwaredir = $(datadir)/alsa/firmware/$(MYNAME)
 firmware_DATA = $(cfg_files)
+
+alsa-dist: distdir
+   @rm -rf ../distdir/$(MYNAME)
+   @mkdir -p ../distdir/$(MYNAME)
+   @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
+   @rm -rf $(distdir)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware/vxloader Makefile.am,1.2,1.3

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv17450/vxloader

Modified Files:
Makefile.am 
Log Message:
Removed alsa-dist rule

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-firmware/vxloader/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 25 Nov 2003 15:36:01 -  1.2
+++ Makefile.am 25 Nov 2003 15:37:41 -  1.3
@@ -19,9 +19,3 @@
 
 firmwaredir = $(datadir)/alsa/firmware/$(MYNAME)
 firmware_DATA = $(cfg_files)
-
-alsa-dist: distdir
-   @rm -rf ../distdir/$(MYNAME)
-   @mkdir -p ../distdir/$(MYNAME)
-   @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
-   @rm -rf $(distdir)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware/hdsploader .cvsignore,1.1,1.2 Makefile.am,1.1,1.2 tobin.c,1.1,1.2

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware/hdsploader
In directory sc8-pr-cvs1:/tmp/cvs-serv16963/hdsploader

Modified Files:
.cvsignore Makefile.am tobin.c 
Log Message:
Ok, things are working now...


Index: .cvsignore
===
RCS file: /cvsroot/alsa/alsa-firmware/hdsploader/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  25 Nov 2003 14:06:58 -  1.1
+++ .cvsignore  25 Nov 2003 15:36:00 -  1.2
@@ -1,2 +1,4 @@
 Makefile
 Makefile.in
+*.bin
+tobin

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-firmware/hdsploader/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 25 Nov 2003 14:06:59 -  1.1
+++ Makefile.am 25 Nov 2003 15:36:01 -  1.2
@@ -1 +1,29 @@
-EXTRA_DIST = $(wildcard *.dat)
+# # Process this file with automake to produce Makefile.in.
+MYNAME = hdsploader
+EXTRA_DIST = digiface_firmware.dat \
+digiface_firmware_rev11.dat \
+multiface_firmware.dat \
+multiface_firmware_rev11.dat \
+tobin.c
+CLEANFILES = tobin *.bin
+
+firmwaredir = $(datadir)/alsa/firmware/$(MYNAME)
+firmware_DATA = digiface_firware.bin \
+   digiface_firmware_rev11.bin \
+   multiface_firmware.bin \
+   multiface_firmware_rev11.bin
+
+tobin: tobin.c $(wildcat *.dat)
+   $(CC) -o tobin tobin.c
+   ./tobin
+
+digiface_firware.bin: tobin
+digiface_firmware_rev11.bin: tobin
+multiface_firmware.bin: tobin
+multiface_firmware_rev11.bin: tobin
+
+alsa-dist: distdir
+   @rm -rf ../distdir/$(MYNAME)
+   @mkdir -p ../distdir/$(MYNAME)
+   @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
+   @rm -rf $(distdir)

Index: tobin.c
===
RCS file: /cvsroot/alsa/alsa-firmware/hdsploader/tobin.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tobin.c 25 Nov 2003 14:06:59 -  1.1
+++ tobin.c 25 Nov 2003 15:36:01 -  1.2
@@ -1,6 +1,7 @@
 #include stdio.h
 #include stdlib.h
 #include unistd.h
+#include endian.h
 
 #include digiface_firmware.dat
 #include digiface_firmware_rev11.dat
@@ -13,6 +14,16 @@

if ((out = fopen(filename, w+)) == NULL)
return -1;
+#if __BYTE_ORDER == __BIG_ENDIAN
+   {
+   unsigned int idx;
+   for (idx = 0; idx  24413; idx++)
+   array[idx] = ((array[idx]  0x00ff)  16) |
+((array[idx]  0xff00)  8)  |
+((array[idx]  0x00ff)  8)  |
+((array[idx]  0xff00)  16);
+   }
+#endif
if (fwrite(array, 4, 24413, out) != 24413) {
fclose(out);
return -1;



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 configure.in,NONE,1.1 cvscompile,NONE,1.1

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv16963

Added Files:
.cvsignore Makefile.am configure.in cvscompile 
Log Message:
Ok, things are working now...


--- NEW FILE: .cvsignore ---
configure
config.log
config.cache
config.status
config.guess
config.sub
Makefile.conf
confdefs.h
aclocal.m4
Makefile
Makefile.in
version
autom4te.cache
depcomp
missing
install-sh
mkinstalldirs
ltmain.sh

--- NEW FILE: Makefile.am ---
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign

SUBDIRS = hdsploader mixartloader vxloader

EXTRA_DIST = depcomp

dist-hook:
-chmod -R a+r $(distdir)
@if ! test -z $(AMTAR); then \
$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9  
$(distdir).tar.bz2 ; \
else \
$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9  
$(distdir).tar.bz2 ; \
fi

--- NEW FILE: configure.in ---
AC_INIT(hdsploader/tobin.c)
AM_INIT_AUTOMAKE(alsa-firmware, 1.0.0pre3)
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC

AC_OUTPUT(Makefile \
  hdsploader/Makefile \
  mixartloader/Makefile \
  vxloader/Makefile)

--- NEW FILE: cvscompile ---
#!/bin/bash

libtoolize --automake --copy
aclocal $ACLOCAL_FLAGS
automake --foreign --copy --add-missing
autoconf
export CFLAGS='-O2 -Wall -W -pipe -g'
echo CFLAGS=$CFLAGS
echo ./configure $@
./configure $@ || exit 1
unset CFLAGS
if [ -z $CVSCOMPILE_NO_MAKE ]; then
  make
fi



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware/mixartloader Makefile.am,1.1,1.2

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware/mixartloader
In directory sc8-pr-cvs1:/tmp/cvs-serv16963/mixartloader

Modified Files:
Makefile.am 
Log Message:
Ok, things are working now...


Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-firmware/mixartloader/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 25 Nov 2003 14:06:59 -  1.1
+++ Makefile.am 25 Nov 2003 15:36:01 -  1.2
@@ -1,3 +1,5 @@
+MYNAME = mixartloader
+
 cfg_files = miXart.conf \
miXart8AES.xlx \
miXart8.elf \
@@ -5,6 +7,11 @@
 
 EXTRA_DIST = $(cfg_files)
 
-firmwaredir = $(datadir)/alsa/firmware/mixartloader
+firmwaredir = $(datadir)/alsa/firmware/$(MYNAME)
 firmware_DATA = $(cfg_files)
 
+alsa-dist: distdir
+   @rm -rf ../distdir/$(MYNAME)
+   @mkdir -p ../distdir/$(MYNAME)
+   @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
+   @rm -rf $(distdir)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/vxloader/firmware .cvsignore,1.1,NONE Makefile.am,1.2,NONE bd56002.boot,1.1,NONE bd563s3.boot,1.1,NONE bd563v2.boot,1.1,NONE bx_1_vp4.b56,1.1,NONE bx_1_vxp.b56,1.1,NONE l_1_v22.d56,1.1,NONE l_1_vp4.d56,1.1,NONE l_1_vx2.d56,1.1,NONE l_1_vxp.d56,1.1,NONE vx222.conf,1.1,NONE vxboard.conf,1.1,NONE vxp440.conf,1.1,NONE vxpocket.conf,1.1,NONE x1_1_vp4.rbt,1.1,NONE x1_1_vx2.rbt,1.1,NONE x1_1_vxp.rbt,1.1,NONE x1_2_v22.rbt,1.1,NONE

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/vxloader/firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv18001/firmware

Removed Files:
.cvsignore Makefile.am bd56002.boot bd563s3.boot bd563v2.boot 
bx_1_vp4.b56 bx_1_vxp.b56 l_1_v22.d56 l_1_vp4.d56 l_1_vx2.d56 
l_1_vxp.d56 vx222.conf vxboard.conf vxp440.conf vxpocket.conf 
x1_1_vp4.rbt x1_1_vx2.rbt x1_1_vxp.rbt x1_2_v22.rbt 
Log Message:
Moved firmware files to alsa-firmware package, corrected data path

--- .cvsignore DELETED ---

--- Makefile.am DELETED ---

--- bd56002.boot DELETED ---

--- bd563s3.boot DELETED ---

--- bd563v2.boot DELETED ---

--- bx_1_vp4.b56 DELETED ---

--- bx_1_vxp.b56 DELETED ---

--- l_1_v22.d56 DELETED ---

--- l_1_vp4.d56 DELETED ---

--- l_1_vx2.d56 DELETED ---

--- l_1_vxp.d56 DELETED ---

--- vx222.conf DELETED ---

--- vxboard.conf DELETED ---

--- vxp440.conf DELETED ---

--- vxpocket.conf DELETED ---

--- x1_1_vp4.rbt DELETED ---

--- x1_1_vx2.rbt DELETED ---

--- x1_1_vxp.rbt DELETED ---

--- x1_2_v22.rbt DELETED ---



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/vxloader Makefile.am,1.4,1.5

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv18676

Modified Files:
Makefile.am 
Log Message:
Removed firmware from SUBDIRS

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-tools/vxloader/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am 25 Nov 2003 15:40:23 -  1.4
+++ Makefile.am 25 Nov 2003 15:43:26 -  1.5
@@ -5,8 +5,6 @@
 
 AM_CFLAGS = -DDATAPATH=\$(datadir)/alsa/firmware/$(MYNAME)\
 
-SUBDIRS = firmware
-
 bin_PROGRAMS = vxloader
 
 vxloader_SOURCES = vxloader.c



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/mixartloader Makefile.am,1.1,1.2 README,1.1,1.2

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/mixartloader
In directory sc8-pr-cvs1:/tmp/cvs-serv20388

Modified Files:
Makefile.am README 
Log Message:
Changed path and moved firmware files to alsa-firmware

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-tools/mixartloader/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 22 Jul 2003 13:42:50 -  1.1
+++ Makefile.am 25 Nov 2003 15:52:09 -  1.2
@@ -1,9 +1,9 @@
 # # Process this file with automake to produce Makefile.in.
 AUTOMAKE_OPTIONS = 1.3 foreign
 
-AM_CFLAGS = -DDATAPATH=\$(datadir)/alsa/firmware\
+MYNAME = mixartloader
 
-SUBDIRS = firmware
+AM_CFLAGS = -DDATAPATH=\$(datadir)/alsa/firmware/$(MYNAME)\
 
 bin_PROGRAMS = mixartloader
 
@@ -12,7 +12,7 @@
 EXTRA_DIST = depcomp
 
 alsa-dist: distdir
-   @rm -rf ../distdir/mixartloader
-   @mkdir -p ../distdir/mixartloader
-   @cp -RLpv $(distdir)/* ../distdir/mixartloader
+   @rm -rf ../distdir/$(MYNAME)
+   @mkdir -p ../distdir/$(MYNAME)
+   @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
@rm -rf $(distdir)

Index: README
===
RCS file: /cvsroot/alsa/alsa-tools/mixartloader/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  22 Jul 2003 13:42:50 -  1.1
+++ README  25 Nov 2003 15:52:09 -  1.2
@@ -38,9 +38,9 @@
 FILES
 =
 
-The firmware binaries are installed on /usr/share/alsa/firmware
-(or /usr/local/share/alsa/firmware, depending to the prefix option of
-configure).  There will be *.conf files, which define the dsp image
+The firmware binaries are installed on /usr/share/alsa/firmware/mixartloader
+(or /usr/local/share/alsa/firmware/mixartloader, depending to the prefix
+option of configure).  There will be *.conf files, which define the dsp image
 files for each different card type.
 
 



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/mixartloader/firmware .cvsignore,1.1,NONE Makefile.am,1.1,NONE miXart.conf,1.1,NONE miXart8.elf,1.1,NONE miXart8.xlx,1.1,NONE miXart8AES.xlx,1.1,NONE

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/mixartloader/firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv20388/firmware

Removed Files:
.cvsignore Makefile.am miXart.conf miXart8.elf miXart8.xlx 
miXart8AES.xlx 
Log Message:
Changed path and moved firmware files to alsa-firmware

--- .cvsignore DELETED ---

--- Makefile.am DELETED ---

--- miXart.conf DELETED ---

--- miXart8.elf DELETED ---

--- miXart8.xlx DELETED ---

--- miXart8AES.xlx DELETED ---



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/hdsploader Makefile.am,1.3,1.4 README,1.1,1.2 configure.in,1.4,1.5 hdsploader.c,1.5,1.6

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/hdsploader
In directory sc8-pr-cvs1:/tmp/cvs-serv23176

Modified Files:
Makefile.am README configure.in hdsploader.c 
Log Message:
Moved firmware to alsa-firmware module, corrected DATAPATH

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-tools/hdsploader/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am 25 Nov 2003 14:27:45 -  1.3
+++ Makefile.am 25 Nov 2003 16:07:05 -  1.4
@@ -1,15 +1,16 @@
 # # Process this file with automake to produce Makefile.in.
-
-SUBDIRS = firmware
+MYNAME = hdsploader
 
 bin_PROGRAMS = hdsploader
 
+AM_CFLAGS = -DDATAPATH=\$(datadir)/alsa/firmware/$(MYNAME)\
+
 hdsploader_SOURCES = hdsploader.c
 
 EXTRA_DIST = depcomp
 
 alsa-dist: distdir
-   @rm -rf ../distdir/hdsploader
-   @mkdir -p ../distdir/hdsploader
-   @cp -RLpv $(distdir)/* ../distdir/hdsploader
+   @rm -rf ../distdir/$(MYNAME)
+   @mkdir -p ../distdir/$(MYNAME)
+   @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
@rm -rf $(distdir)

Index: README
===
RCS file: /cvsroot/alsa/alsa-tools/hdsploader/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  7 Apr 2003 15:37:22 -   1.1
+++ README  25 Nov 2003 16:07:05 -  1.2
@@ -3,5 +3,14 @@

 
 USAGE
+=
 
 Just run hdsploader, the program takes care of everything.
+
+FILES
+=
+
+The firmware binaries are installed on /usr/share/alsa/firmware/hdsploader
+(or /usr/local/share/alsa/firmware/hdsploader, depending to the prefix
+option of configure).  There will be *.conf files, which define the dsp
+image files for each different card type.

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/hdsploader/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.in3 Nov 2003 19:09:55 -   1.4
+++ configure.in25 Nov 2003 16:07:05 -  1.5
@@ -49,4 +49,4 @@
   fi
 fi
 
-AC_OUTPUT(Makefile firmware/Makefile)
+AC_OUTPUT(Makefile)

Index: hdsploader.c
===
RCS file: /cvsroot/alsa/alsa-tools/hdsploader/hdsploader.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hdsploader.c25 Nov 2003 11:51:31 -  1.5
+++ hdsploader.c25 Nov 2003 16:07:05 -  1.6
@@ -20,14 +20,38 @@
 
 #include stdio.h
 #include stdlib.h
+#include endian.h
 #include sys/ioctl.h
 #include alsa/asoundlib.h
 #include sound/hdsp.h
 
-#include firmware/multiface_firmware.dat
-#include firmware/digiface_firmware.dat
-#include firmware/multiface_firmware_rev11.dat
-#include firmware/digiface_firmware_rev11.dat
+static u_int32_t code[24413];
+
+int read_bin_file(u_int32_t *array, const char *filename)
+{
+   FILE *out;
+
+   if ((out = fopen(filename, r)) == NULL) {
+   fprintf(stderr, Unable to open file '%s' for reading\n, filename);
+   return -1;
+   }
+   if (fread(array, 4, 24413, out) != 24413) {
+   fclose(out);
+   return -1;
+   }
+   fclose(out);
+#if __BYTE_ORDER == __BIG_ENDIAN
+   {
+   unsigned int idx;
+   for (idx = 0; idx  24413; idx++)
+   array[idx] = ((array[idx]  0x00ff)  16) |
+((array[idx]  0xff00)  8)  |
+((array[idx]  0x00ff)  8)  |
+((array[idx]  0xff00)  16);
+   }
+#endif
+   return 0;
+}
 
 void upload_firmware(int card)
 {
@@ -54,20 +78,21 @@
snd_hwdep_close(hw);
return;
 }
-
+
+firmware.firmware_data = (unsigned long *)code;
 switch (version.io_type) {
 case Multiface:
if (version.firmware_rev == 0xa) {
-   firmware.firmware_data = multiface_firmware;
+   err = read_bin_file(code, DATAPATH multiface_firmware.bin);
} else {
-   firmware.firmware_data = multiface_firmware_rev11;
+   err = read_bin_file(code, DATAPATH multiface_firmware_rev11.bin);
}
break;
 case Digiface:
if (version.firmware_rev == 0xa) {
-   firmware.firmware_data = digiface_firmware;
+   err = read_bin_file(code, DATAPATH digiface_firmware.bin);
} else {
-   firmware.firmware_data = digiface_firmware_rev11;
+   err = read_bin_file(code, DATAPATH digiface_firmware_rev11.bin);
}
break;
 default:
@@ -75,6 +100,8 @@
snd_hwdep_close(hw);
return;
 }  
+if (err  0)
+   return;
 
 if ((err = snd_hwdep_ioctl(hw, SNDRV_HDSP_IOCTL_UPLOAD_FIRMWARE, firmware))  0) 
{
fprintf(stderr, Hwdep 

[alsa-cvslog] CVS: alsa-tools/vxloader configure.in,1.2,1.3

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv23488

Modified Files:
configure.in 
Log Message:
Fixed configuration

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/vxloader/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in19 Feb 2003 15:41:15 -  1.2
+++ configure.in25 Nov 2003 16:08:28 -  1.3
@@ -8,4 +8,4 @@
 CFLAGS=$CFLAGS $ALSA_CFLAGS
 LDFLAGS=$LDFLAGS $ALSA_LIBS
 
-AC_OUTPUT(Makefile firmware/Makefile)
+AC_OUTPUT(Makefile)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/mixartloader configure.in,1.1,1.2

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/mixartloader
In directory sc8-pr-cvs1:/tmp/cvs-serv23631

Modified Files:
configure.in 
Log Message:
Fixed configuration

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/mixartloader/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in22 Jul 2003 13:42:50 -  1.1
+++ configure.in25 Nov 2003 16:09:14 -  1.2
@@ -8,4 +8,4 @@
 CFLAGS=$CFLAGS $ALSA_CFLAGS
 LDFLAGS=$LDFLAGS $ALSA_LIBS
 
-AC_OUTPUT(Makefile firmware/Makefile)
+AC_OUTPUT(Makefile)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware configure.in,1.1,1.2

2003-11-25 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv2620

Modified Files:
configure.in 
Log Message:
Generate version

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-firmware/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in25 Nov 2003 15:36:00 -  1.1
+++ configure.in25 Nov 2003 16:54:48 -  1.2
@@ -4,6 +4,8 @@
 AC_PROG_INSTALL
 AC_HEADER_STDC
 
+echo $VERSION  $srcdir/version
+
 AC_OUTPUT(Makefile \
  hdsploader/Makefile \
  mixartloader/Makefile \



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/mixartloader README,1.2,1.3 configure.in,1.2,1.3

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/mixartloader
In directory sc8-pr-cvs1:/tmp/cvs-serv7634/mixartloader

Modified Files:
README configure.in 
Log Message:
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure.
- fixed typos in README's.




Index: README
===
RCS file: /cvsroot/alsa/alsa-tools/mixartloader/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README  25 Nov 2003 15:52:09 -  1.2
+++ README  25 Nov 2003 17:13:39 -  1.3
@@ -48,7 +48,7 @@
 =
 
 Copyright (c) 2003 Digigram SA [EMAIL PROTECTED]
-Distributalbe under GPL.
+Distributable under GPL.
 
-The firmware files included in firmware sub-directory are copyright
+The firmware files included in alsa-firmware package are copyright
 by Digigram SA

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/mixartloader/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in25 Nov 2003 16:09:14 -  1.2
+++ configure.in25 Nov 2003 17:13:39 -  1.3
@@ -3,7 +3,7 @@
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_HEADER_STDC
-AM_PATH_ALSA(0.9.2)
+AM_PATH_ALSA(1.0.0)
 
 CFLAGS=$CFLAGS $ALSA_CFLAGS
 LDFLAGS=$LDFLAGS $ALSA_LIBS



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/vxloader README,1.3,1.4 configure.in,1.3,1.4

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv7634/vxloader

Modified Files:
README configure.in 
Log Message:
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure.
- fixed typos in README's.




Index: README
===
RCS file: /cvsroot/alsa/alsa-tools/vxloader/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README  25 Nov 2003 15:46:31 -  1.3
+++ README  25 Nov 2003 17:13:40 -  1.4
@@ -48,7 +48,7 @@
 =
 
 Copyright (c) 2003 Takashi Iwai [EMAIL PROTECTED]
-Distributalbe under GPL.
+Distributable under GPL.
 
-The firmware files included in firmware sub-directory are copyright
+The firmware files included in alsa-firmware package are copyright
 by Digigram S.A.

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/vxloader/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configure.in25 Nov 2003 16:08:28 -  1.3
+++ configure.in25 Nov 2003 17:13:41 -  1.4
@@ -3,7 +3,7 @@
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_HEADER_STDC
-AM_PATH_ALSA(0.9.0)
+AM_PATH_ALSA(1.0.0)
 
 CFLAGS=$CFLAGS $ALSA_CFLAGS
 LDFLAGS=$LDFLAGS $ALSA_LIBS



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/ac3dec configure.in,1.6,1.7

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/ac3dec
In directory sc8-pr-cvs1:/tmp/cvs-serv7634/ac3dec

Modified Files:
configure.in 
Log Message:
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure.
- fixed typos in README's.




Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/ac3dec/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- configure.in3 Nov 2003 19:07:51 -   1.6
+++ configure.in25 Nov 2003 17:13:39 -  1.7
@@ -15,7 +15,7 @@
 
 AC_C_BIGENDIAN
 
-AM_PATH_ALSA(0.9.0)
+AM_PATH_ALSA(1.0.0)
 
 dnl Set the appropriate architecture define
 dnl case $host in



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/usx2yloader/firmware .cvsignore,1.1,NONE Makefile.am,1.2,NONE tascam_loader.ihx,1.1,NONE us428.conf,1.1,NONE us428.prepad,1.1,NONE us428.rbt,1.1,NONE us428fw.ihx,1.1,NONE

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/usx2yloader/firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv7634/usx2yloader/firmware

Removed Files:
.cvsignore Makefile.am tascam_loader.ihx us428.conf 
us428.prepad us428.rbt us428fw.ihx 
Log Message:
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure.
- fixed typos in README's.




--- .cvsignore DELETED ---

--- Makefile.am DELETED ---

--- tascam_loader.ihx DELETED ---

--- us428.conf DELETED ---

--- us428.prepad DELETED ---

--- us428.rbt DELETED ---

--- us428fw.ihx DELETED ---



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/usx2yloader Makefile.am,1.3,1.4 README,1.1,1.2 configure.in,1.2,1.3

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/usx2yloader
In directory sc8-pr-cvs1:/tmp/cvs-serv7634/usx2yloader

Modified Files:
Makefile.am README configure.in 
Log Message:
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure.
- fixed typos in README's.




Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am 17 Nov 2003 18:34:06 -  1.3
+++ Makefile.am 25 Nov 2003 17:13:40 -  1.4
@@ -1,9 +1,9 @@
 # # Process this file with automake to produce Makefile.in.
 AUTOMAKE_OPTIONS = 1.3 foreign
 
-AM_CFLAGS = -DDATAPATH=\$(datadir)/alsa/firmware\
+MYNAME = vxloader
 
-SUBDIRS = firmware
+AM_CFLAGS = -DDATAPATH=\$(datadir)/alsa/firmware/$(MYNAME)\
 
 bin_PROGRAMS = usx2yloader
 
@@ -17,7 +17,7 @@
 
 
 alsa-dist: distdir
-   @rm -rf ../distdir/usx2yloader
-   @mkdir -p ../distdir/usx2yloader
-   @cp -RLpv $(distdir)/* ../distdir/usx2yloader
+   @rm -rf ../distdir/$(MYNAME)
+   @mkdir -p ../distdir/$(MYNAME)
+   @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
@rm -rf $(distdir)

Index: README
===
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  23 Sep 2003 14:16:23 -  1.1
+++ README  25 Nov 2003 17:13:40 -  1.2
@@ -69,17 +69,17 @@
 FIRMWAREFILES
 =
 
-The firmware binaries are installed on /usr/share/alsa/firmware
-(or /usr/local/share/alsa/firmware, depending to the prefix option of
-configure).  There will be *.conf files, which define the dsp image
-files for each different card type.
+The firmware binaries are installed on /usr/share/alsa/firmware/usx2yloader
+(or /usr/local/share/alsa/firmware/usx2yloader, depending to the
+prefix option of configure).  There will be *.conf files, which
+define the dsp image files for each different card type.
 
 
 COPYRIGHT
 =
 
 Copyright (c) 2003 Karsten Wiese [EMAIL PROTECTED]
-Distributalbe under GPL.
+Distributable under GPL.
 
-The firmware files included in firmware sub-directory are copyright
+The firmware files included in alsa-firmware package are copyright
 by Tascam / TEAC Corporation.

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in23 Sep 2003 14:16:23 -  1.2
+++ configure.in25 Nov 2003 17:13:40 -  1.3
@@ -3,9 +3,9 @@
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_HEADER_STDC
-AM_PATH_ALSA(0.9.0)
+AM_PATH_ALSA(1.0.0)
 
 CFLAGS=$CFLAGS $ALSA_CFLAGS
 LDFLAGS=$LDFLAGS $ALSA_LIBS
 
-AC_OUTPUT(Makefile firmware/Makefile)
+AC_OUTPUT(Makefile)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/sscape_ctl configure.in,1.2,1.3

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/sscape_ctl
In directory sc8-pr-cvs1:/tmp/cvs-serv7634/sscape_ctl

Modified Files:
configure.in 
Log Message:
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure.
- fixed typos in README's.




Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/sscape_ctl/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in25 Mar 2003 17:35:47 -  1.2
+++ configure.in25 Nov 2003 17:13:40 -  1.3
@@ -3,7 +3,7 @@
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_HEADER_STDC
-AM_PATH_ALSA(0.9.0)
+AM_PATH_ALSA(1.0.0)
 
 dnl kernel header files
 AC_MSG_CHECKING(for kernel header files)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/rmedigicontrol configure.in,1.1,1.2

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/rmedigicontrol
In directory sc8-pr-cvs1:/tmp/cvs-serv7634/rmedigicontrol

Modified Files:
configure.in 
Log Message:
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure.
- fixed typos in README's.




Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/rmedigicontrol/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in2 Jul 2003 10:22:21 -   1.1
+++ configure.in25 Nov 2003 17:13:40 -  1.2
@@ -4,6 +4,6 @@
 AC_PROG_INSTALL
 AC_HEADER_STDC
 AM_PATH_GTK(1.0.1)
-AM_PATH_ALSA(0.9.0)
+AM_PATH_ALSA(1.0.0)
 
 AC_OUTPUT(Makefile)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/envy24control configure.in,1.4,1.5

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/envy24control
In directory sc8-pr-cvs1:/tmp/cvs-serv7634/envy24control

Modified Files:
configure.in 
Log Message:
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure.
- fixed typos in README's.




Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-tools/envy24control/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.in2 Jul 2003 10:23:53 -   1.4
+++ configure.in25 Nov 2003 17:13:39 -  1.5
@@ -5,7 +5,7 @@
 AC_HEADER_STDC
 
 AM_PATH_GTK(1.0.1)
-AM_PATH_ALSA(0.9.0)
+AM_PATH_ALSA(1.0.0)
 ENVY24CONTROL_CFLAGS=$CFLAGS $ALSA_CFLAGS $GTK_CFLAGS
 ENVY24CONTROL_LIBS=$LIBS $ALSA_LIBS $GTK_LIBS
 AC_SUBST(ENVY24CONTROL_CFLAGS)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-firmware README,NONE,1.1 Makefile.am,1.1,1.2 configure.in,1.2,1.3

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv8524

Modified Files:
Makefile.am configure.in 
Added Files:
README 
Log Message:
- added usx2yloader firmware.
- fixed hdsploader Makefile.am to use noinst_PROGRAMS (makes life easier).
- added README.



--- NEW FILE: README ---
This package contains the firmware binaries for each loader program
included in alsa-tools package.  Specify the same prefix option given
to the alsa-tools configure script, too, in order to keep the
installation directories consistent.

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-firmware/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 25 Nov 2003 15:36:00 -  1.1
+++ Makefile.am 25 Nov 2003 17:17:13 -  1.2
@@ -1,7 +1,6 @@
-# # Process this file with automake to produce Makefile.in.
 AUTOMAKE_OPTIONS = 1.3 foreign
 
-SUBDIRS = hdsploader mixartloader vxloader
+SUBDIRS = hdsploader mixartloader usx2yloader vxloader
 
 EXTRA_DIST = depcomp
 

Index: configure.in
===
RCS file: /cvsroot/alsa/alsa-firmware/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in25 Nov 2003 16:54:48 -  1.2
+++ configure.in25 Nov 2003 17:17:13 -  1.3
@@ -9,4 +9,5 @@
 AC_OUTPUT(Makefile \
  hdsploader/Makefile \
  mixartloader/Makefile \
+ usx2yloader/Makefile \
  vxloader/Makefile)



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/usx2yloader Makefile.am,1.4,1.5

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/usx2yloader
In directory sc8-pr-cvs1:/tmp/cvs-serv12509

Modified Files:
Makefile.am 
Log Message:
fixed wrong firmware directory

Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am 25 Nov 2003 17:13:40 -  1.4
+++ Makefile.am 25 Nov 2003 17:36:00 -  1.5
@@ -1,7 +1,7 @@
 # # Process this file with automake to produce Makefile.in.
 AUTOMAKE_OPTIONS = 1.3 foreign
 
-MYNAME = vxloader
+MYNAME = usx2yloader
 
 AM_CFLAGS = -DDATAPATH=\$(datadir)/alsa/firmware/$(MYNAME)\
 



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog


[alsa-cvslog] CVS: alsa-tools/us428control Makefile.am,1.2,1.3

2003-11-25 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-tools/us428control
In directory sc8-pr-cvs1:/tmp/cvs-serv22192

Modified Files:
Makefile.am 
Log Message:
added header files to pack.



Index: Makefile.am
===
RCS file: /cvsroot/alsa/alsa-tools/us428control/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 24 Oct 2003 14:01:45 -  1.2
+++ Makefile.am 25 Nov 2003 18:24:18 -  1.3
@@ -4,6 +4,7 @@
 bin_PROGRAMS = us428control
 
 us428control_SOURCES = us428control.cc Cus428State.cc Cus428_ctls.cc Cus428Midi.cc
+noinst_HEADERS = usbus428ctldefs.h Cus428State.h Cus428_ctls.h Cus428Midi.h
 
 EXTRA_DIST = depcomp
 



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog