diff options
author | Mike Isely <isely@pobox.com> | 2006-12-30 15:24:35 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2006-12-30 15:24:35 -0600 |
commit | 72a5cd52973b01b9ed3d3e86132472f1b88f174e (patch) | |
tree | bb60402df71b918584819856d456195d8dd6189e | |
parent | b8a818d9037188421c8e00fd96a4a4b759005446 (diff) | |
download | mediapointer-dvb-s2-72a5cd52973b01b9ed3d3e86132472f1b88f174e.tar.gz mediapointer-dvb-s2-72a5cd52973b01b9ed3d3e86132472f1b88f174e.tar.bz2 |
pvrusb2: Fix cut/paste bug in auto_mode_switch control
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 0c6fe310b..fbc9259e5 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c @@ -835,7 +835,6 @@ static const struct pvr2_ctl_info control_defs[] = { .get_max_value = ctrl_vres_max_get, .get_min_value = ctrl_vres_min_get, },{ - .v4l_id = V4L2_CID_AUDIO_MUTE, .desc = "Automatic TV / Radio mode switch based on frequency", .name = "auto_mode_switch", .default_value = 0, |