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

Commit 29c38b88 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Return SUCCESS in scan for ATSC" into rvc-dev am: 32e9b636 am: 5945d98a

Change-Id: I75d0609e4e30030de5f04cf07f43ab55cc50b8e0
parents fef6349b 5945d98a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -81,6 +81,9 @@ Return<Result> Frontend::stopTune() {
Return<Result> Frontend::scan(const FrontendSettings& settings, FrontendScanType type) {
    ALOGV("%s", __FUNCTION__);

    if (mType == FrontendType::ATSC) {
        return Result::SUCCESS;
    }
    if (mType != FrontendType::DVBT) {
        return Result::UNAVAILABLE;
    }