diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-22 14:11:13 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-22 14:11:13 +0200 |
commit | 4cee5ccd8ff1a64334599e8c317ab04289dfa1f2 (patch) | |
tree | 658f393b039e220037aa3daff1e6ed3f627b3d56 /linux/drivers/media/video/cx18/cx18-cards.c | |
parent | 4353b01a599dc27d0eb927c6ef71dd8a0cdb5786 (diff) | |
download | mediapointer-dvb-s2-4cee5ccd8ff1a64334599e8c317ab04289dfa1f2.tar.gz mediapointer-dvb-s2-4cee5ccd8ff1a64334599e8c317ab04289dfa1f2.tar.bz2 |
cx18: improve support for the Raptor board.
From: Hans Verkuil <hverkuil@xs4all.nl>
- add radio definition
- reset the audio firmware (required for this board, harmless for the
others)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-cards.c b/linux/drivers/media/video/cx18/cx18-cards.c index e42959898..456fc924c 100644 --- a/linux/drivers/media/video/cx18/cx18-cards.c +++ b/linux/drivers/media/video/cx18/cx18-cards.c @@ -268,6 +268,7 @@ static const struct cx18_card cx18_card_cnxt_raptor_pal = { .tuners = { { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FM1216ME_MK3 }, }, + .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO_SERIAL, 0 }, .ddr = { /* MT 46V16M16 memory */ .chip_config = 0x50306, |