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

Commit dd511f0f 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 am: 29c38b88

Change-Id: I6488eae82934515793fd81f6c9487683e4201933
parents 3302c0f9 29c38b88
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;
    }