Loading hal/audio_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ int disable_snd_device(struct audio_device *adev, /* exit usb capture thread */ if(SND_DEVICE_IN_USB_HEADSET_MIC == snd_device) audio_extn_usb_stop_capture(adev); audio_extn_usb_stop_capture(); if (snd_device == SND_DEVICE_OUT_SPEAKER && audio_extn_spkr_prot_is_enabled()) { Loading Loading
hal/audio_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ int disable_snd_device(struct audio_device *adev, /* exit usb capture thread */ if(SND_DEVICE_IN_USB_HEADSET_MIC == snd_device) audio_extn_usb_stop_capture(adev); audio_extn_usb_stop_capture(); if (snd_device == SND_DEVICE_OUT_SPEAKER && audio_extn_spkr_prot_is_enabled()) { Loading