summaryrefslogtreecommitdiffstats
path: root/maemo/dsp-ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'maemo/dsp-ctl.c')
-rw-r--r--maemo/dsp-ctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/maemo/dsp-ctl.c b/maemo/dsp-ctl.c
index a7a2be0..da00c1a 100644
--- a/maemo/dsp-ctl.c
+++ b/maemo/dsp-ctl.c
@@ -273,7 +273,7 @@ static int dsp_ctl_read_integer(snd_ctl_ext_t * ext, snd_ctl_ext_key_t key,
long *value)
{
int ret = 0;
- char left, right;
+ unsigned char left, right;
snd_ctl_dsp_t *dsp_ctl = ext->private_data;
control_list_t *tmp = dsp_ctl->controls[key];
@@ -317,7 +317,7 @@ static int dsp_ctl_write_integer(snd_ctl_ext_t * ext, snd_ctl_ext_key_t key,
long *value)
{
int ret;
- char left, right;
+ unsigned char left, right;
snd_ctl_dsp_t *dsp_ctl = ext->private_data;
control_list_t *tmp = dsp_ctl->controls[key];