--- kernel-2.6.10mm1/sound/pci/ac97/ac97_codec.c.orig 2005-01-04 07:40:27.000000000 -0600 +++ kernel-2.6.10mm1/sound/pci/ac97/ac97_codec.c 2005-01-04 10:48:21.000000000 -0600 @@ -2201,18 +2201,6 @@ } -#ifdef CONFIG_PM -/** - * snd_ac97_suspend - General suspend function for AC97 codec - * @ac97: the ac97 instance - * - * Suspends the codec, power down the chip. - */ -void snd_ac97_suspend(ac97_t *ac97) -{ - snd_ac97_powerdown(ac97); -} - /* * restore ac97 status */ @@ -2253,6 +2241,18 @@ } } +#ifdef CONFIG_PM +/** + * snd_ac97_suspend - General suspend function for AC97 codec + * @ac97: the ac97 instance + * + * Suspends the codec, power down the chip. + */ +void snd_ac97_suspend(ac97_t *ac97) +{ + snd_ac97_powerdown(ac97); +} + /** * snd_ac97_resume - General resume function for AC97 codec * @ac97: the ac97 instance