aboutsummaryrefslogtreecommitdiff
path: root/devices/device.cpp
diff options
context:
space:
mode:
authorarjan <arjan@arjan-desktop.localdomain>2010-09-04 01:27:44 -0700
committerarjan <arjan@arjan-desktop.localdomain>2010-09-04 01:27:44 -0700
commitd0be19078b213c26e216c6a830b2a423a5a02792 (patch)
tree91e5edd804d5e172536437c8f39d87539ae363c9 /devices/device.cpp
parent1002244410161fe15ffc87bb8be74482197ce387 (diff)
downloadpowertop-d0be19078b213c26e216c6a830b2a423a5a02792.tar.gz
Add alsa power monitoring as well
Diffstat (limited to 'devices/device.cpp')
-rw-r--r--devices/device.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/devices/device.cpp b/devices/device.cpp
index 4f3b924..35c80e5 100644
--- a/devices/device.cpp
+++ b/devices/device.cpp
@@ -7,6 +7,7 @@ using namespace std;
#include "backlight.h"
#include "usb.h"
#include "ahci.h"
+#include "alsa.h"
void device::start_measurement(void)
{
@@ -59,4 +60,5 @@ void create_all_devices(void)
create_all_backlights();
create_all_usb_devices();
create_all_ahcis();
+ create_all_alsa();
}