projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ad848
)
V4L/DVB (3383): Move tda988x options into tuner_params struct.
author
Michael Krufky
<mkrufky@m1k.net>
Sun, 15 Jan 2006 14:46:18 +0000
(12:46 -0200)
committer
Mauro Carvalho Chehab
<mchehab@brturbo.com.br>
Sun, 15 Jan 2006 23:24:34 +0000
(21:24 -0200)
- Tda988x parameters should be defined per tuner_param_type,
for each tuner_params array member.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
include/media/tuner-types.h
patch
|
blob
|
blame
|
history
diff --git
a/include/media/tuner-types.h
b/include/media/tuner-types.h
index 64b16b1f1926afaaedc79fdc80d81128ad13ffc2..756693188991c65210983b049fe7ad11b1b26202 100644
(file)
--- a/
include/media/tuner-types.h
+++ b/
include/media/tuner-types.h
@@
-19,6
+19,7
@@
struct tuner_range {
struct tuner_params {
enum param_type type;
+ unsigned int tda988x;
unsigned char config; /* to be moved into struct tuner_range for dvb-pll merge */
unsigned int count;
@@
-27,7
+28,6
@@
struct tuner_params {
struct tunertype {
char *name;
- unsigned int has_tda988x:1;
struct tuner_params *params;
};