Change tuner type for Avermedia A16AR 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 Marco sent it to me, so here it goes again; feel free to drop it to the floor. :-) Signed-off-by: Petr Baudis diff -r 5c90593af04a linux/drivers/media/video/saa7134/saa7134-cards.c --- a/linux/drivers/media/video/saa7134/saa7134-cards.c Sat Nov 11 18:28:13 2006 +0100 +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Sat Nov 11 18:28:48 2006 +0100 @@ -3012,7 +3012,7 @@ struct saa7134_board saa7134_boards[] = /* Petr Baudis */ .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,