diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-01-09 15:21:37 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 15:21:37 -0500 |
commit | 5af0c8f6a09534ebc6c56b4e5d79d0d521364750 (patch) | |
tree | abc3f4ed2281d5113c053997b1fa2e6b44283b38 /drivers/media/video/bttv-driver.c | |
parent | 5b0fa4fff17d944b6a0d4cb35d8e8b5ad0ac3669 (diff) |
V4L/DVB (3326): Fix stereo and standard reporting of msp3400 (esp. for radio)
- Add VIDIOC_LOG_STATUS to the radio device ioctl list.
- Reduce the confusion between modes and standards
- Fix stereo reporting for radio.
- Don't set i2c configuration if the chip doesn't support it.
- Fix reporting of current standard for radio.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/bttv-driver.c')
-rw-r--r-- | drivers/media/video/bttv-driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bttv-driver.c b/drivers/media/video/bttv-driver.c index f3de85251719..0e6970346788 100644 --- a/drivers/media/video/bttv-driver.c +++ b/drivers/media/video/bttv-driver.c | |||
@@ -3220,6 +3220,7 @@ static int radio_do_ioctl(struct inode *inode, struct file *file, | |||
3220 | case VIDIOCSFREQ: | 3220 | case VIDIOCSFREQ: |
3221 | case VIDIOCGAUDIO: | 3221 | case VIDIOCGAUDIO: |
3222 | case VIDIOCSAUDIO: | 3222 | case VIDIOCSAUDIO: |
3223 | case VIDIOC_LOG_STATUS: | ||
3223 | return bttv_common_ioctls(btv,cmd,arg); | 3224 | return bttv_common_ioctls(btv,cmd,arg); |
3224 | 3225 | ||
3225 | default: | 3226 | default: |