linux/drivers/media/video/em28xx
Mauro Carvalho Chehab ed086314f4 V4L/DVB (7060): em28xx: remove has_tuner
has_tuner flag doesn't make much sense, since tuner_type=TUNER_ABSENT
means the same thing.

Having two ways to say that a tuner is not present is
not nice, since it may lead to bad setups. In fact, with the previous
code, if a device were using has_tuner=0, but the user forces a tuner,
with modprobe option tuner=type, the modprobe option won't work.

Also, tveeprom returns TUNER_ABSENT, when tuner is unknown or absent.
So, with the previous logic, in this case, the driver should set
has_tuner=0, or has_tuner=1 otherwise.

Instead of adding several additional tests and setups, better just to
remove .has_tuner.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-01-25 19:05:12 -02:00
..
Kconfig V4L/DVB (6951): Integrates em28xx-audio.c into em28xx kernel module 2008-01-25 19:04:32 -02:00
Makefile V4L/DVB (6951): Integrates em28xx-audio.c into em28xx kernel module 2008-01-25 19:04:32 -02:00
em28xx-audio.c V4L/DVB (6952): Add code for autoloading em28xx-alsa, if needed 2008-01-25 19:04:32 -02:00
em28xx-cards.c V4L/DVB (7060): em28xx: remove has_tuner 2008-01-25 19:05:12 -02:00
em28xx-core.c V4L/DVB (6955): Properly implement 12MHz I2S support 2008-01-25 19:04:33 -02:00
em28xx-i2c.c V4L/DVB (6587): Cleanup at tv norm selection 2008-01-25 19:02:08 -02:00
em28xx-input.c V4L/DVB (7021): Move all board specific configuration to em28xx-cards.c 2008-01-25 19:04:55 -02:00
em28xx-video.c V4L/DVB (7060): em28xx: remove has_tuner 2008-01-25 19:05:12 -02:00
em28xx.h V4L/DVB (7060): em28xx: remove has_tuner 2008-01-25 19:05:12 -02:00