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

Commit ee0c1770 authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Automerger Merge Worker
Browse files

Merge "Add HwModule::getRoutes method" am: 6100fd64 am: 15f4bff5 am: 8ee0b8ef

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1897863

Change-Id: Icdd21923fd22a0854912a667fe8d0f0bb76d4e8e
parents b699d6e1 8ee0b8ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ public:

    sp<DeviceDescriptor> getRouteSinkDevice(const sp<AudioRoute> &route) const;
    DeviceVector getRouteSourceDevices(const sp<AudioRoute> &route) const;
    const AudioRouteVector& getRoutes() const { return mRoutes; }
    void setRoutes(const AudioRouteVector &routes);

    status_t addOutputProfile(const sp<IOProfile> &profile);