V4L/DVB (4770): Fix mode switch of Compro Videomate T300

The board did not return to analog mode since the board specific
"demod sleep" function was not called.

Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by Hartmut Hackmann and committed by Mauro Carvalho Chehab 588f9831 9e741b74

+2
+2
drivers/media/video/saa7134/saa7134-dvb.c
··· 1147 &philips_europa_config, 1148 &dev->i2c_adap); 1149 if (dev->dvb.frontend) { 1150 dev->dvb.frontend->ops.tuner_ops.init = philips_europa_tuner_init; 1151 dev->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; 1152 dev->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params;
··· 1147 &philips_europa_config, 1148 &dev->i2c_adap); 1149 if (dev->dvb.frontend) { 1150 + dev->original_demod_sleep = dev->dvb.frontend->ops.sleep; 1151 + dev->dvb.frontend->ops.sleep = philips_europa_demod_sleep; 1152 dev->dvb.frontend->ops.tuner_ops.init = philips_europa_tuner_init; 1153 dev->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; 1154 dev->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params;