diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-09-16 21:19:46 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-09-16 21:19:46 +0100 |
commit | d707d7b484f77392d27342558c1012635148d491 (patch) | |
tree | 93738d0369fa5d6845104214038356f8a8870779 | |
parent | 99794524f5341c2db2a84179e624d957268657b7 (diff) | |
download | sos-d707d7b484f77392d27342558c1012635148d491.tar.gz |
[soundcard] make plugin default enabled
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/soundcard.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sos/plugins/soundcard.py b/sos/plugins/soundcard.py index 0686ae6e..0d297cd5 100644 --- a/sos/plugins/soundcard.py +++ b/sos/plugins/soundcard.py @@ -22,9 +22,6 @@ class Soundcard(Plugin): plugin_name = "soundcard" profiles = ('desktop', 'hardware') - def default_enabled(self): - return False - def setup(self): self.add_copy_spec("/proc/asound/*") self.add_cmd_outputs([ |