Skip to content

Commit 1ceb43e

Browse files
Zhu Juntiwai
authored andcommitted
ALSA: aica: Remove unused variable
The variable is never referenced in the code, just remove it Signed-off-by: Zhu Jun <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent f762b71 commit 1ceb43e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sound/sh/aica.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ static void aica_period_elapsed(struct timer_list *t)
315315
static void spu_begin_dma(struct snd_pcm_substream *substream)
316316
{
317317
struct snd_card_aica *dreamcastcard;
318-
struct snd_pcm_runtime *runtime;
319-
runtime = substream->runtime;
320318
dreamcastcard = substream->pcm->private_data;
321319
/*get the queue to do the work */
322320
schedule_work(&(dreamcastcard->spu_dma_work));

0 commit comments

Comments
 (0)