commit | 75b4c260fa93d99979a8b5bec5a621daff469398 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Wed Apr 01 03:32:22 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Apr 06 21:44:18 2009 -0300 |
tree | a3f062f4a5e3a4d1f6231e253e6c9567448c640f | |
parent | 762decd3bfb58f190b7cc2e9cc186ba95cca3dcf [diff] |
V4L/DVB (11364): tuner: remove i2c legacy code. All drivers that use the tuner module now use v4l2_subdev, so we can remove the legacy code from this module. Note that TUNER_SET_CONFIG is still called by tuner-simple.c, so we have to handle it via a .command callback. There must be a better way to do this, but for now this will work. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>