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

Commit 87b2ecae authored by Andrew de Quincey's avatar Andrew de Quincey Committed by Linus Torvalds
Browse files

[PATCH] dvb: budget-av: enable frontend on KNC1 Plus cards



Enable frontend on KNC plus cards.

Signed-off-by: default avatarAndrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: default avatarJohannes Stezenbach <js@linuxtv.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b548747d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -743,6 +743,7 @@ static void frontend_init(struct budget_av *budget_av)
		case SUBID_DVBC_KNC1_PLUS:
		case SUBID_DVBT_KNC1_PLUS:
			// Enable / PowerON Frontend
			saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
			saa7146_setgpio(saa, 3, SAA7146_GPIO_OUTHI);
			break;
	}