[ALSA] clean suspend/resume calls for ac97_bus_type
authorNicolas Pitre <nico@cam.org>
Fri, 16 Sep 2005 16:50:53 +0000 (18:50 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 7 Oct 2005 12:45:46 +0000 (14:45 +0200)
commit90b66e833261618e11d71a35f2488a7d664a4566
tree2ea73440bbba650eb14e2943e2b0b1b68bc94ea3
parent72e75de2df9a7116d0afbcd5810b2a8fd4bf7559
[ALSA] clean suspend/resume calls for ac97_bus_type

AC97 Codec
A single call to the driver suspend/resume method for each device is
enough. The level and SUSPEND_*/RESUME_* arguments are deprecated and
said to be removed eventually anyway (no other subsystem are using them
anymore except platform devices).

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ac97/ac97_bus.c