diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2009-08-09 13:23:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:18:42 -0400 |
commit | 3c7cc8d52c0bd60d214aca22772aa3602a2b3198 (patch) | |
tree | 7018e376b3446607cc4a3be92e6e8914051aae24 /drivers/media/radio/si470x/radio-si470x.h | |
parent | a9d6fd5e316f1bbed08278c88cb984a2616a0278 (diff) |
V4L/DVB (12415): radio-si470x: add disconnect check function
The si470x_disconnect_check is function to check disconnect state of
radio in common file. The function is implemented in each interface
file.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Tobias Lorenz <tobias.lorenz@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/si470x/radio-si470x.h')
-rw-r--r-- | drivers/media/radio/si470x/radio-si470x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/si470x/radio-si470x.h b/drivers/media/radio/si470x/radio-si470x.h index dd71985c4113..d24829b04eb2 100644 --- a/drivers/media/radio/si470x/radio-si470x.h +++ b/drivers/media/radio/si470x/radio-si470x.h | |||
@@ -193,6 +193,7 @@ extern const struct v4l2_file_operations si470x_fops; | |||
193 | extern struct video_device si470x_viddev_template; | 193 | extern struct video_device si470x_viddev_template; |
194 | int si470x_get_register(struct si470x_device *radio, int regnr); | 194 | int si470x_get_register(struct si470x_device *radio, int regnr); |
195 | int si470x_set_register(struct si470x_device *radio, int regnr); | 195 | int si470x_set_register(struct si470x_device *radio, int regnr); |
196 | int si470x_disconnect_check(struct si470x_device *radio); | ||
196 | int si470x_set_freq(struct si470x_device *radio, unsigned int freq); | 197 | int si470x_set_freq(struct si470x_device *radio, unsigned int freq); |
197 | int si470x_start(struct si470x_device *radio); | 198 | int si470x_start(struct si470x_device *radio); |
198 | int si470x_stop(struct si470x_device *radio); | 199 | int si470x_stop(struct si470x_device *radio); |