diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-05 19:25:18 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-05 19:25:18 +0200 |
commit | 52404e9106f937cd668e8eaa8ca40f81be800057 (patch) | |
tree | 6772bb11ba93ed347eebb0b3e19503b5a5291f77 | |
parent | d6ab3c58972b2dea5def043333835f6d1327f5e9 (diff) | |
download | mediapointer-dvb-s2-52404e9106f937cd668e8eaa8ca40f81be800057.tar.gz mediapointer-dvb-s2-52404e9106f937cd668e8eaa8ca40f81be800057.tar.bz2 |
ivtv: set correct input for radio for the AverMedia M116 card.
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-cards.c b/linux/drivers/media/video/ivtv/ivtv-cards.c index 8415434cf..caa82b296 100644 --- a/linux/drivers/media/video/ivtv/ivtv-cards.c +++ b/linux/drivers/media/video/ivtv/ivtv-cards.c @@ -941,7 +941,7 @@ static const struct ivtv_card ivtv_card_avertv_mce116 = { { IVTV_CARD_INPUT_AUD_TUNER, CX25840_AUDIO5, 0 }, { IVTV_CARD_INPUT_LINE_IN1, CX25840_AUDIO_SERIAL, 1 }, }, - .radio_input = { IVTV_CARD_INPUT_AUD_TUNER, CX25840_AUDIO_SERIAL, 2 }, + .radio_input = { IVTV_CARD_INPUT_AUD_TUNER, CX25840_AUDIO5 }, .gpio_init = { .direction = 0xf000, .initial_value = 0x5000 }, /* tuner reset & enable line-in */ #else .video_inputs = { |