aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-06-05 08:39:28 +0200
committerMattias Andrée <maandree@kth.se>2017-06-05 08:39:28 +0200
commita11b8302ce56637873ac116e7c85422fb2c330b2 (patch)
treed1ff8802165570ded2a2de3185adf9a486eee74b
parentUpdate todo (diff)
downloadxpybar-a11b8302ce56637873ac116e7c85422fb2c330b2.tar.gz
xpybar-a11b8302ce56637873ac116e7c85422fb2c330b2.tar.bz2
xpybar-a11b8302ce56637873ac116e7c85422fb2c330b2.tar.xz
Fix bug in alsa.py
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/plugins/alsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/alsa.py b/src/plugins/alsa.py
index b5365c7..f0c6751 100644
--- a/src/plugins/alsa.py
+++ b/src/plugins/alsa.py
@@ -146,5 +146,5 @@ class ALSA:
card = -1
else:
card = alsaaudio.cards().index(card)
- return alsaaudio.mixers(cardindex)
+ return alsaaudio.mixers(card)