diff options
author | Mike Isely <isely@pobox.com> | 2006-12-30 16:24:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:34 -0500 |
commit | f13ed249ed8b880fe5497aaa05999bff8328a973 (patch) | |
tree | 82f2ae98ba23a08182a607fe4837ec3595e1d1e1 /drivers | |
parent | 7a4a3770dd37a7c87a2a8a7b8e7387527cdb34e7 (diff) |
V4L/DVB (5056): Pvrusb2: Fix cut/paste bug in auto_mode_switch control
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index bb4c5150a4df..aa763028057b 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -834,7 +834,6 @@ static const struct pvr2_ctl_info control_defs[] = { | |||
834 | .get_max_value = ctrl_vres_max_get, | 834 | .get_max_value = ctrl_vres_max_get, |
835 | .get_min_value = ctrl_vres_min_get, | 835 | .get_min_value = ctrl_vres_min_get, |
836 | },{ | 836 | },{ |
837 | .v4l_id = V4L2_CID_AUDIO_MUTE, | ||
838 | .desc = "Automatic TV / Radio mode switch based on frequency", | 837 | .desc = "Automatic TV / Radio mode switch based on frequency", |
839 | .name = "auto_mode_switch", | 838 | .name = "auto_mode_switch", |
840 | .default_value = 0, | 839 | .default_value = 0, |