diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-11-12 15:24:57 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-11-12 15:24:57 -0200 |
commit | 0d93b580aad1ef28486437831a00212fea35356f (patch) | |
tree | a44f605aee39aa06482006cdee5c8d240fd640cc /linux/drivers/media/video/saa7134/saa7134-cards.c | |
parent | 1c9eea2c6bade191a432c33ee41b4989267eff71 (diff) | |
download | mediapointer-dvb-s2-0d93b580aad1ef28486437831a00212fea35356f.tar.gz mediapointer-dvb-s2-0d93b580aad1ef28486437831a00212fea35356f.tar.bz2 |
Change tuner type for Avermedia A16AR
From: pasky@ucw.cz <pasky@ucw.cz>
This changes it from TDA8290 which is allegedly very unlikely to TD1316 which
is allegedly very likely. I didn't get it to work with either, but expected
that this got applied when Mauro sent it to me, so here it goes again; feel
free to drop it to the floor. :-)
Signed-off-by: Petr Baudis <pasky@ucw.cz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/saa7134/saa7134-cards.c')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index 0551022bc..33beca409 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -3012,7 +3012,7 @@ struct saa7134_board saa7134_boards[] = { /* Petr Baudis <pasky@ucw.cz> */ .name = "AVerMedia TV Hybrid A16AR", .audio_clock = 0x187de7, - .tuner_type = TUNER_PHILIPS_TDA8290, /* untested */ + .tuner_type = TUNER_PHILIPS_TD1316, /* untested */ .radio_type = TUNER_TEA5767, /* untested */ .tuner_addr = ADDR_UNSET, .radio_addr = ADDR_UNSET, |