[alsa-devel] [PATCH v2 2/2] speaker-test: Remove unused variable
Julian Scheel
julian at jusst.de
Wed May 23 15:42:21 CEST 2018
Signed-off-by: Julian Scheel <julian at jusst.de>
---
speaker-test/speaker-test.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c
index 4804bcf..0cdecb3 100644
--- a/speaker-test/speaker-test.c
+++ b/speaker-test/speaker-test.c
@@ -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;
--
2.17.0
More information about the Alsa-devel
mailing list