]> git.alsa-project.org Git - alsa-utils.git/commitdiff
speaker-test: Remove unused variable
authorJulian Scheel <julian@jusst.de>
Wed, 23 May 2018 13:42:21 +0000 (15:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 May 2018 14:06:07 +0000 (16:06 +0200)
Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
speaker-test/speaker-test.c

index 4804bcffbe0af9dbde61cb35b06f7f0b9718f44c..0cdecb3c959d7105d04cab03d6f545e81fc74efc 100644 (file)
@@ -300,7 +300,6 @@ static void do_generate(uint8_t *frames, int channel, int count,
 {
   value_t res;
   int    chn;
-  int32_t  ires;
   int8_t *samp8 = (int8_t*) frames;
   int16_t *samp16 = (int16_t*) frames;
   int32_t *samp32 = (int32_t*) frames;