Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __INCLUDED_TDA9840__ |
| 2 | #define __INCLUDED_TDA9840__ |
| 3 | |
Mauro Carvalho Chehab | 09df1c1 | 2006-03-18 08:31:34 -0300 | [diff] [blame] | 4 | #define I2C_ADDR_TDA9840 0x42 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | /* values may range between +2.5 and -2.0; |
| 7 | the value has to be multiplied with 10 */ |
| 8 | #define TDA9840_LEVEL_ADJUST _IOW('v',3,int) |
| 9 | |
| 10 | /* values may range between +2.5 and -2.4; |
| 11 | the value has to be multiplied with 10 */ |
| 12 | #define TDA9840_STEREO_ADJUST _IOW('v',4,int) |
| 13 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #endif |