diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-07 11:21:26 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-07 11:21:26 +0200 |
commit | bbfeb8f955ffac4d035361bee48261b43d073c88 (patch) | |
tree | 91ecdd9da79ee8d628e4e88575a282f317347c88 /linux/drivers/media/video/ivtv/ivtv-cards.c | |
parent | 52404e9106f937cd668e8eaa8ca40f81be800057 (diff) | |
download | mediapointer-dvb-s2-bbfeb8f955ffac4d035361bee48261b43d073c88.tar.gz mediapointer-dvb-s2-bbfeb8f955ffac4d035361bee48261b43d073c88.tar.bz2 |
ivtv: remove userspace tuner dependent code
From: Hans Verkuil <hverkuil@xs4all.nl>
By request of mchehab I've removed the userspace tuner dependent code.
Use my v4l-dvb-xc tree in the meantime for the userspace tuner support.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-cards.c')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-cards.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-cards.c b/linux/drivers/media/video/ivtv/ivtv-cards.c index caa82b296..26c1cb3fd 100644 --- a/linux/drivers/media/video/ivtv/ivtv-cards.c +++ b/linux/drivers/media/video/ivtv/ivtv-cards.c @@ -839,7 +839,7 @@ static const struct ivtv_card ivtv_card_pg600v2 = { .hw_audio = IVTV_HW_CX25840, .hw_audio_ctrl = IVTV_HW_CX25840, .hw_all = IVTV_HW_CX25840 | IVTV_HW_TUNER, -#ifdef CONFIG_XC3028 +#ifdef HAVE_XC2028 .video_inputs = { { IVTV_CARD_INPUT_VID_TUNER, 0, CX25840_COMPOSITE2 }, { IVTV_CARD_INPUT_SVIDEO1, 1, @@ -885,7 +885,7 @@ static const struct ivtv_card ivtv_card_club3d = { .hw_audio = IVTV_HW_CX25840, .hw_audio_ctrl = IVTV_HW_CX25840, .hw_all = IVTV_HW_CX25840 | IVTV_HW_TUNER, -#ifdef CONFIG_XC3028 +#ifdef HAVE_XC2028 .video_inputs = { { IVTV_CARD_INPUT_VID_TUNER, 0, CX25840_COMPOSITE2 }, { IVTV_CARD_INPUT_SVIDEO1, 1, @@ -931,7 +931,7 @@ static const struct ivtv_card ivtv_card_avertv_mce116 = { .hw_audio = IVTV_HW_CX25840, .hw_audio_ctrl = IVTV_HW_CX25840, .hw_all = IVTV_HW_CX25840 | IVTV_HW_TUNER | IVTV_HW_WM8739, -#ifdef CONFIG_XC3028 +#ifdef HAVE_XC2028 .video_inputs = { { IVTV_CARD_INPUT_VID_TUNER, 0, CX25840_COMPOSITE2 }, { IVTV_CARD_INPUT_SVIDEO1, 1, CX25840_SVIDEO3 }, |