Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4dfa075b authored by Rajshekar Eashwarappa's avatar Rajshekar Eashwarappa
Browse files

hal: Fix compilation error

"audio_extn_usb_stop_capture()" method modified to fix compilation error.

Change-Id: Ibea3eed2bef687ad328ff6a0f00bdb796bbf0036
parent c58a81a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()) {