* Re: final release - Tuesday
2003-03-10 0:13 final release - Tuesday Jaroslav Kysela
@ 2003-03-09 17:43 ` Thomas Fjellstrom
2003-03-10 10:15 ` Jaroslav Kysela
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Fjellstrom @ 2003-03-09 17:43 UTC (permalink / raw)
To: ALSA development
On March 9, 2003 05:13 pm, Jaroslav Kysela wrote:
> Hi all,
>
> I have just released the 0.9.0rc8d version of the ALSA driver for
> tests. It should fix the trident problems as Paul noticed. If no major bug
> is reported until Tuesday, I will release the final packages.
>
> Have fun,
> Jaroslav
>
Hey,
I've brought this up a couple times, and It looked like Takashi was working on
it. I added alsa 0.5 and 0.9x rawmidi support to a library called Allegro
(alleg.sf.net) but since upgrading to alsa 9x (I also just installed the
latest release from alsa-project.org) the midi test app that comes with
allegro (and a midi player of mine...) will eventually (in a couple minutes)
eat up 100% cpu time. The allegro midi system has no problems with its
software synth, in OSS (or so I've heard), Windows, or any of the other
platforms it supports.
I have:
kernel 2.4.19 (+ preepmt patch)
latest alsa stuff
GCC 3.2.2
Debian Cid
Thanks!
p.s. I have to say, Great work :)
--
Thomas Fjellstrom
tfjellstrom@telusplanet.net
http://strangesoft.net
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: final release - Tuesday
2003-03-10 10:15 ` Jaroslav Kysela
@ 2003-03-09 23:13 ` Thomas Fjellstrom
2003-03-10 13:03 ` Thomas Fjellstrom
2003-03-10 11:22 ` alsa-driver parse error Andrei Boros
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Fjellstrom @ 2003-03-09 23:13 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
On March 10, 2003 03:15 am, Jaroslav Kysela wrote:
> On Sun, 9 Mar 2003, Thomas Fjellstrom wrote:
> > On March 9, 2003 05:13 pm, Jaroslav Kysela wrote:
> > > Hi all,
> > >
> > > I have just released the 0.9.0rc8d version of the ALSA driver for
> > > tests. It should fix the trident problems as Paul noticed. If no major
> > > bug is reported until Tuesday, I will release the final packages.
> > >
> > > Have fun,
> > > Jaroslav
> >
> > Hey,
> >
> > I've brought this up a couple times, and It looked like Takashi was
> > working on it. I added alsa 0.5 and 0.9x rawmidi support to a library
> > called Allegro (alleg.sf.net) but since upgrading to alsa 9x (I also just
> > installed the latest release from alsa-project.org) the midi test app
> > that comes with allegro (and a midi player of mine...) will eventually
> > (in a couple minutes) eat up 100% cpu time. The allegro midi system has
> > no problems with its software synth, in OSS (or so I've heard), Windows,
> > or any of the other platforms it supports.
>
> I cannot find 0.9 code in your CVS tree.
Yes.. Thats becasue I couldn't get the driver to work, so I didn't submit all
my changes for alsa 0.9. You want me to send you the one driver file? (which
won't work on its own in the cvs.. I havent worked on the code in a while,
and even a patch I might generate will probably not apply to cvs. I've made a
few changes to the configure stuff to automatically detect the alsa version)
Or anything?
> Note: Don't use the APPEND mode for single-byte writting. This mode is
> indended for full MIDI messages (including running state) otherwhise there
> is no guarantee that another application doesn't break the stream with
> other bytes.
>
Ok. I'll get that fixed.
--
Thomas Fjellstrom
tfjellstrom@telusplanet.net
http://strangesoft.net
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* final release - Tuesday
@ 2003-03-10 0:13 Jaroslav Kysela
2003-03-09 17:43 ` Thomas Fjellstrom
0 siblings, 1 reply; 8+ messages in thread
From: Jaroslav Kysela @ 2003-03-10 0:13 UTC (permalink / raw)
To: ALSA development
Hi all,
I have just released the 0.9.0rc8d version of the ALSA driver for
tests. It should fix the trident problems as Paul noticed. If no major bug
is reported until Tuesday, I will release the final packages.
Have fun,
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: final release - Tuesday
2003-03-09 17:43 ` Thomas Fjellstrom
@ 2003-03-10 10:15 ` Jaroslav Kysela
2003-03-09 23:13 ` Thomas Fjellstrom
2003-03-10 11:22 ` alsa-driver parse error Andrei Boros
0 siblings, 2 replies; 8+ messages in thread
From: Jaroslav Kysela @ 2003-03-10 10:15 UTC (permalink / raw)
To: Thomas Fjellstrom; +Cc: ALSA development
On Sun, 9 Mar 2003, Thomas Fjellstrom wrote:
> On March 9, 2003 05:13 pm, Jaroslav Kysela wrote:
> > Hi all,
> >
> > I have just released the 0.9.0rc8d version of the ALSA driver for
> > tests. It should fix the trident problems as Paul noticed. If no major bug
> > is reported until Tuesday, I will release the final packages.
> >
> > Have fun,
> > Jaroslav
> >
>
> Hey,
>
> I've brought this up a couple times, and It looked like Takashi was working on
> it. I added alsa 0.5 and 0.9x rawmidi support to a library called Allegro
> (alleg.sf.net) but since upgrading to alsa 9x (I also just installed the
> latest release from alsa-project.org) the midi test app that comes with
> allegro (and a midi player of mine...) will eventually (in a couple minutes)
> eat up 100% cpu time. The allegro midi system has no problems with its
> software synth, in OSS (or so I've heard), Windows, or any of the other
> platforms it supports.
I cannot find 0.9 code in your CVS tree.
Note: Don't use the APPEND mode for single-byte writting. This mode is
indended for full MIDI messages (including running state) otherwhise there
is no guarantee that another application doesn't break the stream with
other bytes.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: alsa-driver parse error
2003-03-10 10:15 ` Jaroslav Kysela
2003-03-09 23:13 ` Thomas Fjellstrom
@ 2003-03-10 11:22 ` Andrei Boros
2003-03-10 14:10 ` Takashi Iwai
1 sibling, 1 reply; 8+ messages in thread
From: Andrei Boros @ 2003-03-10 11:22 UTC (permalink / raw)
To: alsa-devel
CVS update 5 min. ago gives the following error when attempting driver
compilation with cs46xx and opti92x-ad1848 :
gcc -D__KERNEL__ -DMODULE=1
-I/serve/install/alsa-cvs/alsa-driver/include -I/usr/src/linux/include
-O2 -march=i586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD
-DEXPORT_SYMTAB -c sound.c
In file included from ../alsa-kernel/core/sound.c:29,
from sound.c:1:
/serve/install/alsa-cvs/alsa-driver/include/sound/version.h:6: warning:
`CONFIG_SND_VERSION' redefined
/serve/install/alsa-cvs/alsa-driver/include/sound/version.h:3: warning:
this is the location of the previous definition
In file included from ../alsa-kernel/core/sound.c:29,
from sound.c:1:
/serve/install/alsa-cvs/alsa-driver/include/sound/version.h:1: parse
error before `<'
In file included from
/serve/install/alsa-cvs/alsa-driver/include/sound/control.h:25,
from ../alsa-kernel/core/sound.c:30,
from sound.c:1:
/serve/install/alsa-cvs/alsa-driver/include/sound/asound.h:88: parse
error before `}'
/serve/install/alsa-cvs/alsa-driver/include/sound/asound.h:804: field
`iec958' has incomplete type
make[1]: *** [sound.o] Error 1
make[1]: Leaving directory `/serve/install/alsa-cvs/alsa-driver/acore'
--
ing. Andrei Boros
mailto:andrei@srr.ro / +40-21-303-1870
Centrul pt. Tehnologia Informatiei
Societatea Romana de Radiodifuziune
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: final release - Tuesday
2003-03-09 23:13 ` Thomas Fjellstrom
@ 2003-03-10 13:03 ` Thomas Fjellstrom
2003-03-21 20:51 ` Thomas Fjellstrom
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Fjellstrom @ 2003-03-10 13:03 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
Ouch.. I forgot to mention I have a SBLive! Value. I know someone else is now
working on a similar addition to allegro and doesn't have the problem, but he
doesn't have an emu10k1 based card...
--
Thomas Fjellstrom
tfjellstrom@telusplanet.net
http://strangesoft.net
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: alsa-driver parse error
2003-03-10 11:22 ` alsa-driver parse error Andrei Boros
@ 2003-03-10 14:10 ` Takashi Iwai
0 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2003-03-10 14:10 UTC (permalink / raw)
To: Andrei Boros; +Cc: alsa-devel
At Mon, 10 Mar 2003 13:22:22 +0200,
Andrei Boros wrote:
>
>
> CVS update 5 min. ago gives the following error when attempting driver
> compilation with cs46xx and opti92x-ad1848 :
these errors seem strange.
could you run "make clean" and cvscompile again?
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: final release - Tuesday
2003-03-10 13:03 ` Thomas Fjellstrom
@ 2003-03-21 20:51 ` Thomas Fjellstrom
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Fjellstrom @ 2003-03-21 20:51 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
On March 10, 2003 06:03 am, Thomas Fjellstrom wrote:
> Ouch.. I forgot to mention I have a SBLive! Value. I know someone else is
> now working on a similar addition to allegro and doesn't have the problem,
> but he doesn't have an emu10k1 based card...
Hi, I know your busy, Just wondering if any progress has been made :)
Has Takashi Iwai found anything either? (he was working with me a bit >6months
ago...)
Thanks.
--
Thomas Fjellstrom
tfjellstrom@telusplanet.net
http://strangesoft.net
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-03-21 20:50 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-10 0:13 final release - Tuesday Jaroslav Kysela
2003-03-09 17:43 ` Thomas Fjellstrom
2003-03-10 10:15 ` Jaroslav Kysela
2003-03-09 23:13 ` Thomas Fjellstrom
2003-03-10 13:03 ` Thomas Fjellstrom
2003-03-21 20:51 ` Thomas Fjellstrom
2003-03-10 11:22 ` alsa-driver parse error Andrei Boros
2003-03-10 14:10 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.