diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index e31c10e10215..af2e59e5edf2 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c | |||
@@ -4940,7 +4940,7 @@ static int __devinit snd_hdsp_create(struct snd_card *card, | |||
4940 | } | 4940 | } |
4941 | 4941 | ||
4942 | hdsp->irq = pci->irq; | 4942 | hdsp->irq = pci->irq; |
4943 | hdsp->precise_ptr = 1; | 4943 | hdsp->precise_ptr = 0; |
4944 | hdsp->use_midi_tasklet = 1; | 4944 | hdsp->use_midi_tasklet = 1; |
4945 | 4945 | ||
4946 | if ((err = snd_hdsp_initialize_memory(hdsp)) < 0) | 4946 | if ((err = snd_hdsp_initialize_memory(hdsp)) < 0) |