diff options
| author | Takashi Iwai <tiwai@suse.de> | 2006-07-05 10:51:05 -0400 | 
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2006-07-12 14:08:01 -0400 | 
| commit | f40b68903ccd511ea9d658b4bce319dd032a265a (patch) | |
| tree | 9f8447f4370f5e4d9303ca5c8e0b2c8cd790c67e /include | |
| parent | 562b590d4e838ecaca2cfd246fd4df55dc6db18a (diff) | |
[ALSA] Fix section mismatch errors in ALSA PCI drivers
Fixed 'section mismatch' errors in ALSA PCI drivers:
- removed invalid __devinitdata from pci id tables
- fix/remove __devinit of functions called in suspend/resume
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/cs46xx.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/cs46xx.h b/include/sound/cs46xx.h index 80b2979c0cba..685928e6f65a 100644 --- a/include/sound/cs46xx.h +++ b/include/sound/cs46xx.h  | |||
| @@ -1704,6 +1704,7 @@ struct snd_cs46xx { | |||
| 1704 | int acpi_port; | 1704 | int acpi_port; | 
| 1705 | struct snd_kcontrol *eapd_switch; /* for amplifier hack */ | 1705 | struct snd_kcontrol *eapd_switch; /* for amplifier hack */ | 
| 1706 | int accept_valid; /* accept mmap valid (for OSS) */ | 1706 | int accept_valid; /* accept mmap valid (for OSS) */ | 
| 1707 | int in_suspend; | ||
| 1707 | 1708 | ||
| 1708 | struct gameport *gameport; | 1709 | struct gameport *gameport; | 
| 1709 | 1710 | ||
