diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-06-20 05:09:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:17:32 -0400 |
commit | f101a2a7877d0573d93649a62c4ed65284e7ed9d (patch) | |
tree | 91ea6f8f1a15aefac92bae675fb3b51c0775e520 /drivers/media/video/saa7134/saa7134.h | |
parent | 3c86cf7a7d323019a7942df8bacf47c9fd2c31fa (diff) |
V4L/DVB (12216): saa7134: set RDS capability if applicable.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134.h')
-rw-r--r-- | drivers/media/video/saa7134/saa7134.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h index fb564f14887c..ab28a691e09a 100644 --- a/drivers/media/video/saa7134/saa7134.h +++ b/drivers/media/video/saa7134/saa7134.h | |||
@@ -539,6 +539,7 @@ struct saa7134_dev { | |||
539 | struct i2c_adapter i2c_adap; | 539 | struct i2c_adapter i2c_adap; |
540 | struct i2c_client i2c_client; | 540 | struct i2c_client i2c_client; |
541 | unsigned char eedata[256]; | 541 | unsigned char eedata[256]; |
542 | int has_rds; | ||
542 | 543 | ||
543 | /* video overlay */ | 544 | /* video overlay */ |
544 | struct v4l2_framebuffer ovbuf; | 545 | struct v4l2_framebuffer ovbuf; |