projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83af036
)
[ALSA] hdsp: precise_ptr control switched off by default
author
Remy Bruno
<remy.bruno@trinnov.com>
Mon, 16 Oct 2006 10:32:53 +0000
(12:32 +0200)
committer
Jaroslav Kysela
<perex@server.perex.cz>
Wed, 20 Dec 2006 07:55:42 +0000
(08:55 +0100)
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>
sound/pci/rme9652/hdsp.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/rme9652/hdsp.c
b/sound/pci/rme9652/hdsp.c
index e31c10e10215f5a8cd0dea36d9b5c95b2819177c..af2e59e5edf2843c98d5d884c491db12ee740acb 100644
(file)
--- 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)