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

Commit 3fb83da8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: Fix compilation error"

parents c58a81a3 4dfa075b
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()) {