ALSA Tray cannot handle an ALSA card which has no mixers
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ALSA Tray |
New
|
Undecided
|
Unassigned |
Bug Description
Everytime I try to start alsa-tray I get this traceback:
Traceback (most recent call last):
File "/usr/bin/
ls_
File "/usr/bin/
for mixer_name in alsaaudio.
alsaaudio.
It seems this is a problem where one card has no mixer as in https:/
Here's the python dump from the mentioned bugreport for my system
>>> import alsaaudio as alsa
>>> alsa.cards()
[u'PCH', u'ThinkPadEC']
>>> alsa.mixers()
[u'Master', u'Headphone', u'Speaker', u'PCM', u'Mic Boost', u'IEC958', u'IEC958', u'IEC958', u'Beep', u'Capture', u'Auto-Mute Mode', u'Digital', u'Internal Mic Boost']
>>> alsa.mixers(1)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
alsaaudio.
Volti seems to have this issue resolved with tis patch https:/