audio: Update mixer knobs after re-applying output route

Change-Id: I35fbcc03e9666e579134512b443610e546c31441
This commit is contained in:
Christopher N. Hesse 2018-03-06 20:16:00 +01:00
parent 96ff312382
commit ecb6050e40

View file

@ -1026,6 +1026,7 @@ int disable_snd_device(struct audio_device *adev,
*/
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);