diff options
author | Remy Bruno <remy.bruno@trinnov.com> | 2006-10-16 06:32:53 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@server.perex.cz> | 2006-12-20 02:55:42 -0500 |
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, | |||
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) |