diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-02-27 03:34:17 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-04 14:40:29 -0300 |
commit | 9e4c509d7444e067d39d3ac96a3398721bca4f01 (patch) | |
tree | ae70fc32e45c2dee50300eb2791baa0ba57e84e9 /drivers/media/dvb-frontends | |
parent | ea8f3c2c60f98ba1177f200574711abbb518024a (diff) | |
download | op-kernel-dev-9e4c509d7444e067d39d3ac96a3398721bca4f01.zip op-kernel-dev-9e4c509d7444e067d39d3ac96a3398721bca4f01.tar.gz |
[media] drx-j: Use single master mode
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>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r-- | drivers/media/dvb-frontends/drx39xyj/drx_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h index 8419989..e54eb35 100644 --- a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h +++ b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h @@ -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 /** |