selftests: ALSA: remove unused variables

These variables are never referenced in the code, just remove them.

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230908081040.197243-1-dingxiang@cmss.chinamobile.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Ding Xiang
2023-09-08 16:10:40 +08:00
committed by Takashi Iwai
parent 0bb80ecc33
commit 61ba93b435
4 changed files with 5 additions and 12 deletions

View File

@@ -313,7 +313,6 @@ TEST_F(pcmtest, ni_playback) {
*/
TEST_F(pcmtest, reset_ioctl) {
snd_pcm_t *handle;
unsigned char *it;
int test_res;
struct pcmtest_test_params *params = &self->params;