forked from Minki/linux
707ecf4603
Cleanup tda9840 and use a v4l2 API to get the tuner subchannels. Do some cleanups in mxb and switch to saa7115 instead of the saa7111 module. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 lines
367 B
C
15 lines
367 B
C
#ifndef __INCLUDED_TDA9840__
|
|
#define __INCLUDED_TDA9840__
|
|
|
|
#define I2C_ADDR_TDA9840 0x42
|
|
|
|
/* 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
|