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

Commit 3af7b729 authored by Hochi Huang's avatar Hochi Huang Committed by Android Git Automerger
Browse files

am 7ca332ab: am 045e710f: [FM] Fix notification routing when FM enable

* commit '7ca332ab':
  [FM] Fix notification routing when FM enable
parents 3feb7bd0 7ca332ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -762,9 +762,9 @@ protected:

        bool isNonOffloadableEffectEnabled();

        status_t addAudioPatch(audio_patch_handle_t handle,
        virtual status_t addAudioPatch(audio_patch_handle_t handle,
                               const sp<AudioPatch>& patch);
        status_t removeAudioPatch(audio_patch_handle_t handle);
        virtual status_t removeAudioPatch(audio_patch_handle_t handle);

        sp<AudioOutputDescriptor> getOutputFromId(audio_port_handle_t id) const;
        sp<AudioInputDescriptor> getInputFromId(audio_port_handle_t id) const;