[PATCH] dvb-core: fix DVBFE_ALGO_HW retune bug

2012-02-06 Thread Simon Arlott
snr | ber | unc | FE_HAS_LOCK status 1f | signal cec0 | snr eccd | ber | unc | FE_HAS_LOCK status 1f | signal cec0 | snr | ber 0000 | unc | FE_HAS_LOCK Signed-off-by: Simon Arlott --- drivers/media/dvb/dvb-core/dvb_frontend.c |2 ++ 1

Re: 2.6.39 "tuner-core: remove usage of DIGITAL_TV" breaks saa7134 with mt2050

2011-07-13 Thread Simon Arlott
On 13/07/11 05:23, Mauro Carvalho Chehab wrote: > Em 12-07-2011 18:21, Simon Arlott escreveu: >> commit ad020dc2fe9039628cf6cef42cd1b76531ee8411 >> Author: Mauro Carvalho Chehab >> Date: Tue Feb 15 09:30:50 2011 -0200 >> >> [media] tuner-core: remove us

2.6.39 "tuner-core: remove usage of DIGITAL_TV" breaks saa7134 with mt2050

2011-07-12 Thread Simon Arlott
x but it looks like tuner-core no longer has any way to allow a tuner to indicate support for this? (mt2050_set_tv_freq in mt20xx.c uses V4L2_TUNER_DIGITAL_TV) -- Simon Arlott calling saa7134_init+0x0/0x4a @ 1 saa7130/34: v4l2 driver version 0.2.16 loaded ACPI: PCI Interrupt Link [LNED] enabled

Re: [PATCH] dvb-core: Fix potential mutex_unlock without mutex_lock in dvb_dvr_read

2009-04-30 Thread Simon Arlott
On 30/04/09 21:18, Andrew Morton wrote: > On Thu, 23 Apr 2009 18:32:13 +0100 > Simon Arlott wrote: > >> dvb_dvr_read may unlock the dmxdev mutex and return -ENODEV, >> except this function is a file op and will never be called >> with the mutex held. >> &