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

Commit 4f7c21a7 authored by Haynes Mathew George's avatar Haynes Mathew George Committed by android-build-merger
Browse files

Merge "audio: Notify sthal of pending record as part of device enable" into pi-dev

am: c1b76085

Change-Id: I6ceef4431ce870d13d94444837f546f95ac13c5c
parents 9a683aa0 c1b76085
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -364,9 +364,6 @@ void audio_extn_sound_trigger_update_device_status(snd_device_t snd_device,
    if (!st_dev)
       return;

    if (st_dev->sthal_prop_api_version >= STHAL_PROP_API_VERSION_1_0)
        return;

    if (snd_device >= SND_DEVICE_OUT_BEGIN &&
        snd_device < SND_DEVICE_OUT_END) {
        device_type = PCM_PLAYBACK;