Commit 176546ab authored by Remy Bruno's avatar Remy Bruno Committed by Jaroslav Kysela

[ALSA] hdsp: precise_ptr control switched off by default

precise_ptr option causes dysfunction with hdsp driver.
Turn it off as default.
Signed-off-by: default avatarRemy Bruno <remy.bruno@trinnov.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 83af036d
......@@ -4940,7 +4940,7 @@ static int __devinit snd_hdsp_create(struct snd_card *card,
}
hdsp->irq = pci->irq;
hdsp->precise_ptr = 1;
hdsp->precise_ptr = 0;
hdsp->use_midi_tasklet = 1;
if ((err = snd_hdsp_initialize_memory(hdsp)) < 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment