mustux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mustux-devel] conflicts with not propper uninstalled files?


From: Martin Herren
Subject: Re: [Mustux-devel] conflicts with not propper uninstalled files?
Date: Thu, 03 Feb 2005 23:55:27 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Remon Sijrier wrote:
| There is a strange problem with the new card/bus detection code,
unfortunately
| the check I build in to automatically fall back to the old detection
routine
| doesn't work
|
| I set the detection routine to the old way in the intermediate release to
| avoid this kind of problems :-)
|
| Hmm, well throw this code away in Protux.cc
|
|  if (MustuxAudioDeviceMapper::probe_devices() == 1)
|   {
|   printf("Detected devices via MADM::probe_devices()\n");
|   devicesDetected = true;
|   }
|  else
|   {
|   printf("Failed to detect buses via MADM::probe_devices(), trying
| MADM::init() instead....\n");
|   }
|  if (!devicesDetected)
|   if (MustuxAudioDeviceMapper::init() < 1)
|    {
|    PERROR("Failed to find a soundcard with valid buses\n");
|    }
|  else
|   {
|   printf("Detected devices via MADM::init()\n");
|   }
|
|
| and replace with:
|
| MustuxAudioDeviceMapper::init();

same problem here, but the quicker fix is to put a
        return -1;
as the first line in
int MustuxAudioDeviceMapper::probe_device_list(snd_pcm_stream_t stream)
in the MustuxAudioDeviceMapper.cc file ;-)

/Martin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFCAqveENZb8plGFLQRAoszAJ9cFRhZNLOfZPN0tXzpVnix5/VW8ACcDukD
fIz5oGSiVmfJnGnVA/mPi+M=
=4Jrs
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]