diff options
author | Gerd Knorr <devnull@localhost> | 2004-03-31 20:24:27 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-03-31 20:24:27 +0000 |
commit | ef718af6bad86a546e1670c7dbbf09b550a03e8b (patch) | |
tree | d887d1f7414cc4eaf50bd5dbcf799babe1a16998 /linux/drivers/media/video/cx88/cx88.h | |
parent | 3bf8c8eecd3ab551d20971918bcf4afa4386f852 (diff) | |
download | mediapointer-dvb-s2-ef718af6bad86a546e1670c7dbbf09b550a03e8b.tar.gz mediapointer-dvb-s2-ef718af6bad86a546e1670c7dbbf09b550a03e8b.tar.bz2 |
- tda9887 autoload for cx88.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index f06178e5a..277a71be1 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -163,6 +163,7 @@ struct cx88_input { struct cx88_board { char *name; unsigned int tuner_type; + int needs_tda9887:1; struct cx88_input input[8]; struct cx88_input radio; }; |