diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-08-11 12:37:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-13 17:42:11 -0300 |
commit | d1f280d615a0f0b723dac5a2cd3f2f7f18bca4fa (patch) | |
tree | ac916f6f898f70461dd05eac0b11bddff5a1d0c7 /drivers/media/radio/radio-tea5777.h | |
parent | d7aab0bf9dbd658c25e815aa034042aed6801f3e (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-tea5777.h b/drivers/media/radio/radio-tea5777.h index ffbae9ca84eb..4ea43a90a151 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 */ |