2005-04-16 22:20:36 +00:00
|
|
|
#ifndef __INCLUDED_TDA9840__
|
|
|
|
#define __INCLUDED_TDA9840__
|
|
|
|
|
2006-03-18 11:31:34 +00:00
|
|
|
#define I2C_ADDR_TDA9840 0x42
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
/* values may range between +2.5 and -2.0;
|
|
|
|
the value has to be multiplied with 10 */
|
|
|
|
#define TDA9840_LEVEL_ADJUST _IOW('v',3,int)
|
|
|
|
|
|
|
|
/* values may range between +2.5 and -2.4;
|
|
|
|
the value has to be multiplied with 10 */
|
|
|
|
#define TDA9840_STEREO_ADJUST _IOW('v',4,int)
|
|
|
|
|
|
|
|
#endif
|