[PATCH 2/2] AC97 plugin suspend/resume

From: Liam Girdwood
Date: Tue Jan 04 2005 - 09:55:51 EST


This patch sets suspend and resume to NULL in the ad1980 plugin.

Signed-off-by: Liam Girdwood <liam.girdwood@xxxxxxxxxxxxxxxx>

Liam
--- a/sound/oss/ac97_plugin_ad1980.c 2004-12-24 21:33:48.000000000 +0000
+++ b/sound/oss/ac97_plugin_ad1980.c 2005-01-04 14:15:40.000000000 +0000
@@ -89,6 +89,8 @@
.name = "AD1980 example",
.probe = ad1980_probe,
.remove = __devexit_p(ad1980_remove),
+ .suspend = NULL,
+ .resume = NULL,
};

/**