From a77ed858eeae3d1a40b59ddb9dc7f706424e9f6f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 23 Jun 2013 13:58:04 +0000 Subject: less magic words --- spectrogram.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'spectrogram.c') diff --git a/spectrogram.c b/spectrogram.c index 214a22e..4c143a2 100644 --- a/spectrogram.c +++ b/spectrogram.c @@ -38,10 +38,6 @@ #define SSIZE (PSIZE >> 1) #define GAP 2 -#define RCHAN 2 -#define BITS 16 -#define SIGNED 1 - extern char *__progname; Display *dsp; @@ -307,7 +303,7 @@ main(int argc, char **argv) signal(SIGINT, catch); - sio = init_sio(RCHAN, BITS, SIGNED); + sio = init_sio(2, 16, 1); if (dflag) daemon(0, 0); -- cgit v1.2.3