提交 176546ab 编写于 作者: R Remy Bruno 提交者: 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: NRemy Bruno <remy.bruno@trinnov.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@suse.cz>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册