diff options
Diffstat (limited to 'include/sound/tea575x-tuner.h')
| -rw-r--r-- | include/sound/tea575x-tuner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/tea575x-tuner.h b/include/sound/tea575x-tuner.h index ec3f910aa40b..0c3c2fb0f939 100644 --- a/include/sound/tea575x-tuner.h +++ b/include/sound/tea575x-tuner.h | |||
| @@ -44,6 +44,7 @@ struct snd_tea575x_ops { | |||
| 44 | 44 | ||
| 45 | struct snd_tea575x { | 45 | struct snd_tea575x { |
| 46 | struct v4l2_device *v4l2_dev; | 46 | struct v4l2_device *v4l2_dev; |
| 47 | struct v4l2_file_operations fops; | ||
| 47 | struct video_device vd; /* video device */ | 48 | struct video_device vd; /* video device */ |
| 48 | int radio_nr; /* radio_nr */ | 49 | int radio_nr; /* radio_nr */ |
| 49 | bool tea5759; /* 5759 chip is present */ | 50 | bool tea5759; /* 5759 chip is present */ |
| @@ -62,7 +63,7 @@ struct snd_tea575x { | |||
| 62 | int (*ext_init)(struct snd_tea575x *tea); | 63 | int (*ext_init)(struct snd_tea575x *tea); |
| 63 | }; | 64 | }; |
| 64 | 65 | ||
| 65 | int snd_tea575x_init(struct snd_tea575x *tea); | 66 | int snd_tea575x_init(struct snd_tea575x *tea, struct module *owner); |
| 66 | void snd_tea575x_exit(struct snd_tea575x *tea); | 67 | void snd_tea575x_exit(struct snd_tea575x *tea); |
| 67 | 68 | ||
| 68 | #endif /* __SOUND_TEA575X_TUNER_H */ | 69 | #endif /* __SOUND_TEA575X_TUNER_H */ |
