Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: aica: Remove unused variable

The variable is never referenced in the code, just remove it

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://patch.msgid.link/20241008061357.12042-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Zhu Jun and committed by
Takashi Iwai
1ceb43eb f762b71b

-2
-2
sound/sh/aica.c
··· 315 315 static void spu_begin_dma(struct snd_pcm_substream *substream) 316 316 { 317 317 struct snd_card_aica *dreamcastcard; 318 - struct snd_pcm_runtime *runtime; 319 - runtime = substream->runtime; 320 318 dreamcastcard = substream->pcm->private_data; 321 319 /*get the queue to do the work */ 322 320 schedule_work(&(dreamcastcard->spu_dma_work));