diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-09-07 12:40:00 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 10:46:42 +0200 |
commit | dafbbb1fdbf103b24d0f7aa645625b6bd558c896 (patch) | |
tree | 889cc11043b4f3edd06a1aa8a0089aa06249eb36 /Documentation/sound | |
parent | cd417d4fe89638a2848980cb389b9781d4913173 (diff) | |
download | op-kernel-dev-dafbbb1fdbf103b24d0f7aa645625b6bd558c896.zip op-kernel-dev-dafbbb1fdbf103b24d0f7aa645625b6bd558c896.tar.gz |
[ALSA] hda-intel - Fix pci_disable_msi() call
Fix the order to call pci_disable_msi() to be after free_irq().
(Otherwise pci_disable_msi() bugs you.)
Also, added a description of disable_msi option to documentation.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index 1b74994..e6b57dd 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt @@ -758,6 +758,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. position_fix - Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size) single_cmd - Use single immediate commands to communicate with codecs (for debugging only) + disable_msi - Disable Message Signaled Interrupt (MSI) This module supports one card and autoprobe. |