mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
[PATCH] v4l: 806: add support for tda8275a
- Add support for tda8275a Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
4c0772a9e1
commit
de48eebce8
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,7 @@
|
||||
|
||||
/* standard i2c insmod options */
|
||||
static unsigned short normal_i2c[] = {
|
||||
0x4b, /* tda8290 */
|
||||
0x42, 0x43, 0x4a, 0x4b, /* tda8290 */
|
||||
0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
|
||||
0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f,
|
||||
I2C_CLIENT_END
|
||||
|
||||
@@ -192,9 +192,11 @@ struct tuner {
|
||||
unsigned int radio_if2;
|
||||
|
||||
/* used by tda8290 */
|
||||
unsigned char i2c_easy_mode[2];
|
||||
unsigned char i2c_set_freq[8];
|
||||
unsigned int sgIF;
|
||||
unsigned char tda8290_easy_mode;
|
||||
unsigned char tda827x_lpsel;
|
||||
unsigned char tda827x_addr;
|
||||
unsigned char tda827x_ver;
|
||||
unsigned int sgIF;
|
||||
|
||||
/* function ptrs */
|
||||
void (*tv_freq)(struct i2c_client *c, unsigned int freq);
|
||||
|
||||
Reference in New Issue
Block a user