def mixer_for_headset(self, force=False):
if not force and self.has_headset: return
- info("Setting mixer for headset")
+ zavai.info("Setting mixer for headset")
# TODO: find out how to disable the handset microphone: this does not
# seem to be sufficient
self.mixer_set_many(
def mixer_for_handset(self, force=False):
if not force and not self.has_headset: return
- info("Setting mixer for handset")
+ zavai.info("Setting mixer for handset")
self.mixer_set_many(
("DAPM Handset Mic", "unmute"),
("DAPM Headset Mic", "mute"),