]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] drx-j: Use single master mode
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 27 Feb 2014 06:34:17 +0000 (03:34 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Mar 2014 17:40:29 +0000 (14:40 -0300)
There are no other I2C masters here. Also, the Windows driver uses
this mode (and both drxd and drxk Kernel drivers). So, switch
to it.

That helps to compare the logs between the Linux driver and the
Windows one.

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/drx39xyj/drx_driver.h

index 8419989b4c388db75762351897718edc2d9f5e1d..e54eb35b52d9cc9f24a8cf020c01dc82bf205f97 100644 (file)
@@ -260,7 +260,7 @@ int drxbsp_tuner_default_i2c_write_read(struct tuner_instance *tuner,
 *
 */
 #ifndef DRXDAP_SINGLE_MASTER
-#define DRXDAP_SINGLE_MASTER 0
+#define DRXDAP_SINGLE_MASTER 1
 #endif
 
 /**