Loading hal/audio_hw.c +1 −2 Original line number Diff line number Diff line Loading @@ -649,6 +649,7 @@ int enable_audio_route(struct audio_device *adev, else snd_device = usecase->out_snd_device; audio_extn_utils_send_app_type_cfg(adev, usecase); audio_extn_ma_set_device(usecase); audio_extn_utils_send_audio_calibration(adev, usecase); // we shouldn't truncate mixer_path Loading Loading @@ -1714,8 +1715,6 @@ int select_devices(struct audio_device *adev, enable_audio_route(adev, usecase); audio_extn_ma_set_device(usecase); /* If input stream is already running the effect needs to be applied on the new input device that's being enabled here. */ if (in_snd_device != SND_DEVICE_NONE) Loading Loading
hal/audio_hw.c +1 −2 Original line number Diff line number Diff line Loading @@ -649,6 +649,7 @@ int enable_audio_route(struct audio_device *adev, else snd_device = usecase->out_snd_device; audio_extn_utils_send_app_type_cfg(adev, usecase); audio_extn_ma_set_device(usecase); audio_extn_utils_send_audio_calibration(adev, usecase); // we shouldn't truncate mixer_path Loading Loading @@ -1714,8 +1715,6 @@ int select_devices(struct audio_device *adev, enable_audio_route(adev, usecase); audio_extn_ma_set_device(usecase); /* If input stream is already running the effect needs to be applied on the new input device that's being enabled here. */ if (in_snd_device != SND_DEVICE_NONE) Loading