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

Commit 5945d98a 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

Change-Id: Ifab18cd6a08764a497dd190ecb9f4c8a24c11e38
parents 7a67f397 32e9b636
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;
    }