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

Commit c1b76085 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 50fcc10a f76dae50
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;