We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f762b71 commit 1ceb43eCopy full SHA for 1ceb43e
sound/sh/aica.c
@@ -315,8 +315,6 @@ static void aica_period_elapsed(struct timer_list *t)
315
static void spu_begin_dma(struct snd_pcm_substream *substream)
316
{
317
struct snd_card_aica *dreamcastcard;
318
- struct snd_pcm_runtime *runtime;
319
- runtime = substream->runtime;
320
dreamcastcard = substream->pcm->private_data;
321
/*get the queue to do the work */
322
schedule_work(&(dreamcastcard->spu_dma_work));
0 commit comments