diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2005-09-09 13:03:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 13:57:45 -0700 |
commit | 87b2ecaebceb35c6f6199edd29ae24963d3f9c35 (patch) | |
tree | bb575b5b9e145ae0c8ad643760ab84141db6b010 /drivers/media | |
parent | b548747d78f8840024ac3439b7149348a282e086 (diff) | |
download | op-kernel-dev-87b2ecaebceb35c6f6199edd29ae24963d3f9c35.zip op-kernel-dev-87b2ecaebceb35c6f6199edd29ae24963d3f9c35.tar.gz |
[PATCH] dvb: budget-av: enable frontend on KNC1 Plus cards
Enable frontend on KNC plus cards.
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 8c2a290..7692cd2 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c @@ -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; } |