]> git.alsa-project.org Git - alsa-plugins.git/commit
Alsa support for Maemo SDK (n770) - Remove compile warnings
authorEduardo Valentin <eduardo.valentin@indt.org.br>
Tue, 7 Nov 2006 10:32:10 +0000 (11:32 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 7 Nov 2006 10:32:10 +0000 (11:32 +0100)
commitee4bcb2f731616dbe89bc04f60ecbd6e790898d0
tree2cbcd0cbb327c5be9937fa943cc51f91b9840dbc
parent8f2bc849bb419221dc08370fd6439632eeae2c1a
Alsa support for Maemo SDK (n770) - Remove compile warnings

    Here is a patch to remove compile warnings. It must be applied
after last patch set I sent.
    This patch simply changes signedness of some point from the code
to match the correct sign used by dsp-protocol structures. All must
use unsigned variables.
    It also changes the way the pthread_mutex is initialized. The
warning about pthreads is also removed.

    I tested the compilation with:
gcc (GCC) 4.1.2 20061028 (prerelease) (Debian 4.1.1-19)
and
sbox-arm-linux-gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2)

Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
maemo/alsa-dsp.c
maemo/dsp-ctl.c
maemo/dsp-protocol.c
maemo/dsp-protocol.h