tda9840.h 367 B

1234567891011121314
  1. #ifndef __INCLUDED_TDA9840__
  2. #define __INCLUDED_TDA9840__
  3. #define I2C_ADDR_TDA9840 0x42
  4. /* values may range between +2.5 and -2.0;
  5. the value has to be multiplied with 10 */
  6. #define TDA9840_LEVEL_ADJUST _IOW('v',3,int)
  7. /* values may range between +2.5 and -2.4;
  8. the value has to be multiplied with 10 */
  9. #define TDA9840_STEREO_ADJUST _IOW('v',4,int)
  10. #endif