mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 10:09:44 +01:00
speaker-test: Remove unused variable
Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
0e2703cef9
commit
98ff617431
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue