diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-01-27 18:18:04 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-01-27 18:18:04 -0500 |
commit | cf7557e23cb16338cdbcfa4075ff34ebf2ba0ca5 (patch) | |
tree | 969c73bc5819796ce91ed096d9552c8ba4effd2d /v4l | |
parent | 6115a22c6160858176408cd0bc3622f46db6b012 (diff) | |
download | mediapointer-dvb-s2-cf7557e23cb16338cdbcfa4075ff34ebf2ba0ca5.tar.gz mediapointer-dvb-s2-cf7557e23cb16338cdbcfa4075ff34ebf2ba0ca5.tar.bz2 |
tuner: build tuner-types independently of tuner-core
From: Michael Krufky <mkrufky@linuxtv.org>
tuner-types is needed for tuner-simple, and does not need to be bound
to tuner-core. Any caller of tuner-simple, including tuner-core, needs
to pass a structure from tuner-types into tuner-simple at attach-time.
Export the two needed symbols from tuner-types for now, so that card-level
drivers can attach tuner-simple for hybrid dvb_frontend devices. We will
remove this dependency altogether as tuner refactoring phase 3 progresses.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/versions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/versions.txt b/v4l/versions.txt index 777ff14be..a0106301e 100644 --- a/v4l/versions.txt +++ b/v4l/versions.txt @@ -197,6 +197,7 @@ DVB_TDA18271 VIDEO_SAA7146 VIDEO_SAA7146_VV VIDEO_TUNER +VIDEO_TUNER_TYPES VIDEO_BTCX VIDEO_IR VIDEO_TVEEPROM |