diff options
author | Mike Isely <isely@pobox.com> | 2007-01-19 21:15:41 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2007-01-19 21:15:41 -0600 |
commit | e9a7f0ad3c22bf9b98bf4e6ff01db047f8d20306 (patch) | |
tree | c66bb9f1fd26af305f29857cdb502764bca49357 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | |
parent | dc7ea31ca5663ecd58e75c15df633502ba51790c (diff) | |
download | mediapointer-dvb-s2-e9a7f0ad3c22bf9b98bf4e6ff01db047f8d20306.tar.gz mediapointer-dvb-s2-e9a7f0ad3c22bf9b98bf4e6ff01db047f8d20306.tar.bz2 |
pvrusb2: Remove automodeswitch control
From: Mike Isely <isely@pobox.com>
The automodeswitch control was a feature that enable automatic radio /
tv switching based on the selected frequency. However since frequency
ranges can overlap and also since apparently in some cases it's
possible for the same frequency range to be both tv and radio in a
specific region, then this feature can't safely work. So it's removed.
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h index 8f18cdfa6..47b1365d7 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h @@ -335,7 +335,6 @@ struct pvr2_hdw { VCREATE_DATA(res_hor); VCREATE_DATA(res_ver); VCREATE_DATA(srate); - VCREATE_DATA(automodeswitch); #undef VCREATE_DATA struct pvr2_ctld_info *mpeg_ctrl_info; |