[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Protux-devel] alsa updates
From: |
Remon Sijrier |
Subject: |
[Protux-devel] alsa updates |
Date: |
Tue, 1 Feb 2005 13:22:51 +0100 |
User-agent: |
KMail/1.7.1 |
Hi all,
Some of you had problems with latest CVS, I changed a little on the card
detection routines, but it seems it doesn't work for you all.
After switching back to the old routine, Martin still had problems.
I updated (again) the mustux library, so all the calls to the alsa api are
according to the NEW alsa api, this means you need alsa >= 1.0.x
Now it's (still) fine on my machine, Martin could you test if it works now on
your machine as well?
(There _was_ a bug in detecting the periodSize, so it must work fine now)
Note that to make it work, I _had_ to link libmustux to -lasound !!
(I didn't link protux to -lasound, which looks like it makes sense.)
Please, if you still have the
| | | | | | | |
output problem, find this in Protux.cc:
MustuxAudioDeviceMapper::probe_devices();
/* MustuxAudioDeviceMapper::init();*/
And change it to:
/* MustuxAudioDeviceMapper::probe_devices(); */
MustuxAudioDeviceMapper::init();
Recompile, and try again ;-)
It would be nice if we can figure out why the new detection routine doesn't
work, since it should better detect all the available devices...
Thanks for your time ;-)
Greets,
Remon
P.S.
You'd better have a very good reason to tell me if it still doesn't work
hehehe