aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/media/go7007/go7007-i2c.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-03-09 09:25:47 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-24 12:33:44 -0300
commit3acd16ab5c1c4e2a679c5c3e082db648f0e85100 (patch)
tree217747b59b5663066e1d9d2628cc2aedd843c1e9 /drivers/staging/media/go7007/go7007-i2c.c
parentdcafb6dea60fd6d4eaf20f8d5ce1503b0c03155d (diff)
[media] go7007: switch to standard tuner/i2c subdevs
Instead of using the wis-* drivers we now use the standard 'proper' subdev drivers. The board configuration tables now also list the possible audio inputs, this will be used later to implement audio inputs. Special mention deserves a little change in set_capture_size() where the height passed to s_mbus_fmt is doubled: that is because the saa7115 driver expects to see the frame height, not the field height as the wis_saa7115 driver did. Another change is that the tuner input is moved from last to the first input, which is consistent with the common practice in other video drivers. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/media/go7007/go7007-i2c.c')
-rw-r--r--drivers/staging/media/go7007/go7007-i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/go7007/go7007-i2c.c b/drivers/staging/media/go7007/go7007-i2c.c
index 1d0a40075e6..74f25e03c32 100644
--- a/drivers/staging/media/go7007/go7007-i2c.c
+++ b/drivers/staging/media/go7007/go7007-i2c.c
@@ -28,7 +28,6 @@
#include <linux/uaccess.h>
#include "go7007-priv.h"
-#include "wis-i2c.h"
/********************* Driver for on-board I2C adapter *********************/