diff options
Diffstat (limited to 'linux/drivers/media/video/saa7164/saa7164-api.c')
-rw-r--r-- | linux/drivers/media/video/saa7164/saa7164-api.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/saa7164/saa7164-api.c b/linux/drivers/media/video/saa7164/saa7164-api.c index 5232fc45d..854a57f3a 100644 --- a/linux/drivers/media/video/saa7164/saa7164-api.c +++ b/linux/drivers/media/video/saa7164/saa7164-api.c @@ -60,6 +60,7 @@ int saa7164_api_read_eeprom(struct saa7164_dev *dev, u8 *buf, int buflen) ®[0], 128, buf); } +#if 0 /* Exercise the i2c interface, saa7164_cmd()/bus() layers: * 1. Read the identity byte from each of the demodulators. * 2. Read the entire register set from the TDA18271. @@ -86,6 +87,7 @@ int saa7164_api_test(struct saa7164_dev *dev) return 0; } +#endif int saa7164_api_configure_port_mpeg2ts(struct saa7164_dev *dev, struct saa7164_tsport *port, |