commit | ecb6050e4019417707590006b4bb0be85aa65943 | [log] [tgz] |
---|---|---|
author | Christopher N. Hesse <raymanfx@gmail.com> | Tue Mar 06 20:16:00 2018 +0100 |
committer | Christopher N. Hesse <raymanfx@gmail.com> | Tue Mar 06 19:25:21 2018 +0000 |
tree | 0ac4baba50a6808086723e4ec598e56727be8aad | |
parent | 96ff312382283099861f66ed101c509409abb76b [diff] |
audio: Update mixer knobs after re-applying output route Change-Id: I35fbcc03e9666e579134512b443610e546c31441
diff --git a/audio/audio_hw.c b/audio/audio_hw.c index ff6ba33..42e4575 100644 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c
@@ -1026,6 +1026,7 @@ */ out_snd_device_name = get_snd_device_name(out_uc_info->out_snd_device); audio_route_apply_path(mixer_card->audio_route, out_snd_device_name); + update_mixer = true; } if (update_mixer) { audio_route_update_mixer(mixer_card->audio_route);