mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 14:56:54 -04:00
[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: Remy Bruno <remy.bruno@trinnov.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
committed by
Jaroslav Kysela
parent
83af036d98
commit
176546ab56
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user