diff options
| author | Nick Sayer <nsayer@FreeBSD.org> | 2000-09-28 14:02:49 +0000 |
|---|---|---|
| committer | Nick Sayer <nsayer@FreeBSD.org> | 2000-09-28 14:02:49 +0000 |
| commit | 04c24efdc1aa3c1a3b6b382f46c01f6dc47a3f80 (patch) | |
| tree | 184bb7d88e708c0661366767cdebb15d785b366f | |
| parent | ac8d1772de3dbed139eab8a99e9ca2d6bdee6a11 (diff) | |
Notes
| -rw-r--r-- | sys/dev/sound/pci/solo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c index f36d07e017c1..e59c58fb1b15 100644 --- a/sys/dev/sound/pci/solo.c +++ b/sys/dev/sound/pci/solo.c @@ -1010,6 +1010,8 @@ static device_method_t ess_methods[] = { DEVMETHOD(device_probe, ess_probe), DEVMETHOD(device_attach, ess_attach), DEVMETHOD(device_detach, ess_detach), + DEVMETHOD(device_resume, bus_generic_resume), + DEVMETHOD(device_suspend, bus_generic_suspend), { 0, 0 } }; |
