aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/radio/radio-tea5777.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-08-11 12:37:13 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-13 17:42:11 -0300
commitd1f280d615a0f0b723dac5a2cd3f2f7f18bca4fa (patch)
treeac916f6f898f70461dd05eac0b11bddff5a1d0c7 /drivers/media/radio/radio-tea5777.h
parentd7aab0bf9dbd658c25e815aa034042aed6801f3e (diff)
[media] radio-shark2: Add support for suspend & resume
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/radio-tea5777.h')
-rw-r--r--drivers/media/radio/radio-tea5777.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-tea5777.h b/drivers/media/radio/radio-tea5777.h
index ffbae9ca84e..4ea43a90a15 100644
--- a/drivers/media/radio/radio-tea5777.h
+++ b/drivers/media/radio/radio-tea5777.h
@@ -85,5 +85,6 @@ struct radio_tea5777 {
int radio_tea5777_init(struct radio_tea5777 *tea, struct module *owner);
void radio_tea5777_exit(struct radio_tea5777 *tea);
+int radio_tea5777_set_freq(struct radio_tea5777 *tea);
#endif /* __RADIO_TEA5777_H */