diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2011-03-12 19:45:02 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2011-03-18 09:20:07 +0000 |
commit | 684b89c639e89cd411dad802c975fc5784951f3b (patch) | |
tree | 430e8a9bbb2008a8d95899b5b2044734861f6db3 /src/utils/padsp.c | |
parent | efcddf68c7d8e7530ea82282c599fabfc34871ea (diff) |
Fix up some double spaces
Diffstat (limited to 'src/utils/padsp.c')
-rw-r--r-- | src/utils/padsp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/padsp.c b/src/utils/padsp.c index ec0c46d92..ab9d18a34 100644 --- a/src/utils/padsp.c +++ b/src/utils/padsp.c @@ -282,7 +282,7 @@ static void debug(int level, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3); #define DEBUG_LEVEL_ALWAYS 0 #define DEBUG_LEVEL_NORMAL 1 -#define DEBUG_LEVEL_VERBOSE 2 +#define DEBUG_LEVEL_VERBOSE 2 static void debug(int level, const char *format, ...) { va_list ap; @@ -1596,7 +1596,7 @@ static int mixer_ioctl(fd_info *i, unsigned long request, void*argp, int *_errno *(int*) argp = ((v->values[0]*100/PA_VOLUME_NORM)) | - ((v->values[v->channels > 1 ? 1 : 0]*100/PA_VOLUME_NORM) << 8); + ((v->values[v->channels > 1 ? 1 : 0]*100/PA_VOLUME_NORM) << 8); pa_threaded_mainloop_unlock(i->mainloop); @@ -2077,7 +2077,7 @@ static int dsp_ioctl(fd_info *i, unsigned long request, void*argp, int *_errno) case SNDCTL_DSP_GETCAPS: debug(DEBUG_LEVEL_NORMAL, __FILE__": SNDCTL_DSP_CAPS\n"); - *(int*) argp = DSP_CAP_DUPLEX | DSP_CAP_TRIGGER + *(int*) argp = DSP_CAP_DUPLEX | DSP_CAP_TRIGGER #ifdef DSP_CAP_MULTI | DSP_CAP_MULTI #endif |