diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-08-11 11:55:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-13 16:42:12 -0400 |
commit | 559c2009003bb8092e4927a4bac99cbf75834979 (patch) | |
tree | 10f15746d3f70662841d9da8c7b1545d76160f26 /include/sound/tea575x-tuner.h | |
parent | d1f280d615a0f0b723dac5a2cd3f2f7f18bca4fa (diff) |
[media] radio-shark: 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 'include/sound/tea575x-tuner.h')
-rw-r--r-- | include/sound/tea575x-tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/tea575x-tuner.h b/include/sound/tea575x-tuner.h index 2a6953568554..098c4de44945 100644 --- a/include/sound/tea575x-tuner.h +++ b/include/sound/tea575x-tuner.h | |||
@@ -73,5 +73,6 @@ struct snd_tea575x { | |||
73 | 73 | ||
74 | int snd_tea575x_init(struct snd_tea575x *tea, struct module *owner); | 74 | int snd_tea575x_init(struct snd_tea575x *tea, struct module *owner); |
75 | void snd_tea575x_exit(struct snd_tea575x *tea); | 75 | void snd_tea575x_exit(struct snd_tea575x *tea); |
76 | void snd_tea575x_set_freq(struct snd_tea575x *tea); | ||
76 | 77 | ||
77 | #endif /* __SOUND_TEA575X_TUNER_H */ | 78 | #endif /* __SOUND_TEA575X_TUNER_H */ |