Skip to content

Commit 6936a2c

Browse files
committed
ALSA: korg1212: replace del_timer with timer_delete
1 parent 2fb8f47 commit 6936a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/korg1212/korg1212.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ static int snd_korg1212_prepare(struct snd_pcm_substream *substream)
15531553
return -EAGAIN;
15541554
/*
15551555
korg1212->sharedBufferPtr->cardCommand = 0;
1556-
del_timer(&korg1212->timer);
1556+
timer_delete(&korg1212->timer);
15571557
korg1212->stop_pending_cnt = 0;
15581558
*/
15591559
}

0 commit comments

Comments
 (0)