Add FIXME with respect to volume in alsamixer
This commit is contained in:
parent
0186e3b56e
commit
f60301800d
@ -39,6 +39,7 @@ class AlsaMixer(BaseMixer):
|
||||
return [u'Master', u'PCM']
|
||||
|
||||
def _get_volume(self):
|
||||
# FIXME does not seem to see external volume changes.
|
||||
return self._mixer.getvolume()[0]
|
||||
|
||||
def _set_volume(self, volume):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user