]> Pileus Git - ~andy/linux/blobdiff - sound/drivers/pcsp/pcsp.c
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / sound / drivers / pcsp / pcsp.c
index 87219bf0a35e8918a66c15550f2a4d020fd39af1..a4049eb94d35a28bafa41072e6e44af726d6f251 100644 (file)
@@ -96,7 +96,6 @@ static int __devinit snd_card_pcsp_probe(int devnum, struct device *dev)
                return -EINVAL;
 
        hrtimer_init(&pcsp_chip.timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
-       pcsp_chip.timer.cb_mode = HRTIMER_CB_IRQSAFE;
        pcsp_chip.timer.function = pcsp_do_timer;
 
        card = snd_card_new(index, id, THIS_MODULE, 0);