aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-13 16:44:27 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 10:10:33 +0200
commit9bc533f58e8515cf346932fc84a58dd706342635 (patch)
treeb5494e02db24dfe7da8e6a38dcbf8b0ca4260073 /sound/pci
parent[ALSA] Suppress error message (diff)
downloadlinux-dev-9bc533f58e8515cf346932fc84a58dd706342635.tar.xz
linux-dev-9bc533f58e8515cf346932fc84a58dd706342635.zip
[ALSA] Fix a typo in position_fix module option type
HDA Intel driver Fixed a typo in the type of position_fix module option. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 87988da47bff..f05a6384b9c0 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -61,7 +61,7 @@ module_param_array(enable, bool, NULL, 0444);
MODULE_PARM_DESC(enable, "Enable Intel HD audio interface.");
module_param_array(model, charp, NULL, 0444);
MODULE_PARM_DESC(model, "Use the given board model.");
-module_param_array(position_fix, bool, NULL, 0444);
+module_param_array(position_fix, int, NULL, 0444);
MODULE_PARM_DESC(position_fix, "Fix DMA pointer (0 = FIFO size, 1 = none, 2 = POSBUF).");
MODULE_LICENSE("GPL");