mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
audio: Update mixer knobs after re-applying output route
Change-Id: I35fbcc03e9666e579134512b443610e546c31441
This commit is contained in:
parent
96ff312382
commit
ecb6050e40
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue