remarkable-linux/include/media
Michael Krufky 7b0ac9cdd4 V4L/DVB (3359): Redesign tuners struct for maximum flexibility
- Tunertype struct redefined to allow one or more tuner_params structs
  per tuner definition, one for each video standard.
- Each tuner_params struct has an element containing an arbitrary
  amount of tuner_ranges.
  (this is needed for dvb tuners - to be handled later)
- A tuner_range may be referenced by multiple tuner_params structs.
  There are many duplicates in here. Reusing tuner_range structs,
  rather than defining new ones for each tuner, will cut down on
  memory usage, and is preferred when possible.
- tunertype struct contains an element, has_tda988x.
  We must set this for all tunertypes that contain a tda988x
  chip, and then we can remove this setting from the various
  card structs.
- Improves tuners array memory usage efficiency.
- Right now, all tuners are using the first tuner_params[] array element
  for analog mode. In the future, we will be merging similar tuner
  definitions together, such that each tuner definition will have a
  tuner_params struct for each available video standard. At that point,
  the tuner_params[] array element will be chosen based on the video
  standard in use.

Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-13 14:10:25 -02:00
..
audiochip.h V4L/DVB (3269): ioctls cleanups. 2006-01-09 15:32:31 -02:00
ir-common.h [PATCH] v4l: (935) Moved common IR stuff to ir-common.c 2005-11-13 18:14:18 -08:00
ir-kbd-i2c.h [PATCH] v4l: (935) Moved common IR stuff to ir-common.c 2005-11-13 18:14:18 -08:00
ovcamchip.h [PATCH] i2c: ID redefinition cleanups 2005-10-28 14:02:13 -07:00
saa6752hs.h [PATCH] v4l: SAA7134 hybrid DVB 2005-07-12 16:01:05 -07:00
saa7146.h kbuild: un-stringnify KBUILD_MODNAME 2006-01-06 21:17:50 +01:00
saa7146_vv.h V4L/DVB (3325): WSS output interface for av7110 2006-01-09 18:21:37 -02:00
tuner-types.h V4L/DVB (3359): Redesign tuners struct for maximum flexibility 2006-01-13 14:10:25 -02:00
tuner.h V4L/DVB (3359): Redesign tuners struct for maximum flexibility 2006-01-13 14:10:25 -02:00
tveeprom.h [PATCH] V4L: Add workaround for Hauppauge PVR150 with certain NTSC tuner models 2005-12-01 15:48:58 -08:00
v4l2-common.h V4L/DVB (3345): Fixes some bad global variables 2006-01-11 19:41:49 -02:00
video-buf-dvb.h
video-buf.h [PATCH] v4l: 809: some changes to allow compiling cx88 and saa7134 2005-11-09 07:56:21 -08:00