aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2011-06-13 09:34:56 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-07 15:03:59 -0300
commite206fc5e3de0e38a35b6f92941c913b6d8343fc6 (patch)
tree37419272d1da1ccaaa26c0adce7dd7299fc63a21 /include/media
parent[media] feature-removal-schedule: change in how radio device nodes are handled (diff)
downloadlinux-dev-e206fc5e3de0e38a35b6f92941c913b6d8343fc6.tar.xz
linux-dev-e206fc5e3de0e38a35b6f92941c913b6d8343fc6.zip
[media] v4l2-subdev.h: remove unused s_mode tuner op
s_mode is no longer used, so remove it. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-subdev.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h
index 1562c4ff3a65..224502067c43 100644
--- a/include/media/v4l2-subdev.h
+++ b/include/media/v4l2-subdev.h
@@ -173,16 +173,13 @@ struct v4l2_subdev_core_ops {
struct v4l2_event_subscription *sub);
};
-/* s_mode: switch the tuner to a specific tuner mode. Replacement of s_radio.
-
- s_radio: v4l device was opened in Radio mode, to be replaced by s_mode.
+/* s_radio: v4l device was opened in radio mode.
s_type_addr: sets tuner type and its I2C addr.
s_config: sets tda9887 specific stuff, like port1, port2 and qss
*/
struct v4l2_subdev_tuner_ops {
- int (*s_mode)(struct v4l2_subdev *sd, enum v4l2_tuner_type);
int (*s_radio)(struct v4l2_subdev *sd);
int (*s_frequency)(struct v4l2_subdev *sd, struct v4l2_frequency *freq);
int (*g_frequency)(struct v4l2_subdev *sd, struct v4l2_frequency *freq);