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

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

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

* commit '3af7b729':
  [FM] Fix notification routing when FM enable
parents 64c1c172 3af7b729
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;