diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tea575x.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/media/tea575x.h b/include/media/tea575x.h index 2d4fa59db902..5d096578b736 100644 --- a/include/media/tea575x.h +++ b/include/media/tea575x.h | |||
@@ -71,6 +71,11 @@ struct snd_tea575x { | |||
71 | int (*ext_init)(struct snd_tea575x *tea); | 71 | int (*ext_init)(struct snd_tea575x *tea); |
72 | }; | 72 | }; |
73 | 73 | ||
74 | int snd_tea575x_enum_freq_bands(struct snd_tea575x *tea, | ||
75 | struct v4l2_frequency_band *band); | ||
76 | int snd_tea575x_g_tuner(struct snd_tea575x *tea, struct v4l2_tuner *v); | ||
77 | int snd_tea575x_s_hw_freq_seek(struct file *file, struct snd_tea575x *tea, | ||
78 | const struct v4l2_hw_freq_seek *a); | ||
74 | int snd_tea575x_hw_init(struct snd_tea575x *tea); | 79 | int snd_tea575x_hw_init(struct snd_tea575x *tea); |
75 | int snd_tea575x_init(struct snd_tea575x *tea, struct module *owner); | 80 | int snd_tea575x_init(struct snd_tea575x *tea, struct module *owner); |
76 | void snd_tea575x_exit(struct snd_tea575x *tea); | 81 | void snd_tea575x_exit(struct snd_tea575x *tea); |