diff options
author | Robert Fitzsimons | 2008-04-01 16:42:28 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2008-04-02 00:35:45 +0200 |
commit | c137918978889fa4711d286e0a8ca3d93fdcb991 (patch) | |
tree | a663ce6ca9d24304dfa11b16ebbfb0764c1db936 /drivers/media/video/bt8xx/bttv-driver.c | |
parent | V4L/DVB (7278): bttv: Re-enable radio tuner support for VIDIOCGFREQ/VIDIOCSFR... (diff) | |
download | kernel-qcow2-linux-c137918978889fa4711d286e0a8ca3d93fdcb991.tar.gz kernel-qcow2-linux-c137918978889fa4711d286e0a8ca3d93fdcb991.tar.xz kernel-qcow2-linux-c137918978889fa4711d286e0a8ca3d93fdcb991.zip |
V4L/DVB (7400): bttv: Add a radio compat_ioctl file operation
Signed-off-by: Robert Fitzsimons <robfitz@273k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-driver.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index ee826fd1b2ca..e68326f28097 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c @@ -3611,6 +3611,7 @@ static const struct file_operations radio_fops = .open = radio_open, .read = radio_read, .release = radio_release, + .compat_ioctl = v4l_compat_ioctl32, .ioctl = video_ioctl2, .llseek = no_llseek, .poll = radio_poll, |