Em Mon, 11 Mar 2013 12:45:54 +0100 Hans Verkuil <hverkuil@xxxxxxxxx> escreveu: > From: Hans Verkuil <hans.verkuil@xxxxxxxxx> > > 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@xxxxxxxxx> > --- > drivers/staging/media/go7007/Kconfig | 77 ++--------------- > drivers/staging/media/go7007/Makefile | 12 --- > drivers/staging/media/go7007/go7007-driver.c | 29 +++++-- > drivers/staging/media/go7007/go7007-i2c.c | 1 - > drivers/staging/media/go7007/go7007-priv.h | 18 +++- > drivers/staging/media/go7007/go7007-usb.c | 112 +++++++++++++++++-------- > drivers/staging/media/go7007/go7007-v4l2.c | 18 +++- > drivers/staging/media/go7007/saa7134-go7007.c | 2 +- > 8 files changed, 135 insertions(+), 134 deletions(-) That produced the following warnings: drivers/media/i2c/sony-btf-mpx.c:335:2: warning: initialization from incompatible pointer type [enabled by default] drivers/media/i2c/sony-btf-mpx.c:335:2: warning: (near initialization for 'sony_btf_mpx_tuner_ops.s_tuner') [enabled by default] Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html