diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-27 05:56:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:03:25 -0400 |
commit | ac247433fe205acf460f05de64a30ee71ea307f2 (patch) | |
tree | aae6db81ff1bd88cd7d3e825ad30571dc028d5af /drivers/media/video/ivtv/ivtv-i2c.c | |
parent | b4c85248afcc5265ce8c36b9c15e40e6a92b5ae7 (diff) |
V4L/DVB (5929): Add vp27smpx driver
This device is internal to the Panasonic VP27S tuner and is used to set
the mono/stereo/bilingual setting of the tuner.
It is used by two Japanese cx23416-based cards.
Signed-off-by: Takahiro Adachi <tadachi@tadachi-net.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-i2c.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-i2c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.c b/drivers/media/video/ivtv/ivtv-i2c.c index b3557435456d..5e12ebc2a9de 100644 --- a/drivers/media/video/ivtv/ivtv-i2c.c +++ b/drivers/media/video/ivtv/ivtv-i2c.c | |||
@@ -109,6 +109,7 @@ static const u8 hw_driverids[] = { | |||
109 | I2C_DRIVERID_UPD64083, | 109 | I2C_DRIVERID_UPD64083, |
110 | I2C_DRIVERID_SAA717X, | 110 | I2C_DRIVERID_SAA717X, |
111 | I2C_DRIVERID_WM8739, | 111 | I2C_DRIVERID_WM8739, |
112 | I2C_DRIVERID_VP27SMPX, | ||
112 | 0 /* IVTV_HW_GPIO dummy driver ID */ | 113 | 0 /* IVTV_HW_GPIO dummy driver ID */ |
113 | }; | 114 | }; |
114 | 115 | ||
@@ -128,6 +129,7 @@ static const char * const hw_drivernames[] = { | |||
128 | "upd64083", | 129 | "upd64083", |
129 | "saa717x", | 130 | "saa717x", |
130 | "wm8739", | 131 | "wm8739", |
132 | "vp27smpx", | ||
131 | "gpio", | 133 | "gpio", |
132 | }; | 134 | }; |
133 | 135 | ||