From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from proofpoint-cluster.metrocast.net ([65.175.128.136]:30728 "EHLO proofpoint-cluster.metrocast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932503Ab0LTADn (ORCPT ); Sun, 19 Dec 2010 19:03:43 -0500 Subject: Re: Power frequency detection. From: Andy Walls To: Theodore Kilgore Cc: Adam Baker , Paulo Assis , Linux Media Mailing List In-Reply-To: References: <73wo0g3yy30clob2isac30vm.1292782894810@email.android.com> <201012192332.38060.linux@baker-net.org.uk> Content-Type: text/plain; charset="UTF-8" Date: Sun, 19 Dec 2010 19:04:24 -0500 Message-ID: <1292803464.3710.7.camel@morgan.silverblock.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit List-ID: Sender: Mauro Carvalho Chehab On Sun, 2010-12-19 at 18:21 -0600, Theodore Kilgore wrote: > If the controls are locked while the workqueue is doing the streaming, > then probably that does fix the problem? Most likely, that is the simplest > thing to do. Drivers are allowed to return -EBUSY per the V4L2 spec. http://linuxtv.org/downloads/v4l-dvb-apis/vidioc-g-ctrl.html http://linuxtv.org/downloads/v4l-dvb-apis/vidioc-g-ext-ctrls.html Regards, Andy > Theodore Kilgore