diff options
author | Remy Bruno <remy.bruno@trinnov.com> | 2006-10-16 12:32:53 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@server.perex.cz> | 2006-12-20 08:55:42 +0100 |
commit | 176546ab562fa696e56d67d4f1ea85851275ebf8 (patch) | |
tree | 322c74b60d7495e46e9972624465bb60d9d02b05 /sound/pci/rme9652 | |
parent | 83af036d9878dc5b7ba72efa52f066a25639740e (diff) |
[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>
Diffstat (limited to 'sound/pci/rme9652')
-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, } 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) |