From patchwork Sat Apr 24 12:57:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Barth X-Patchwork-Id: 94846 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o3OCw6CE008759 for ; Sat, 24 Apr 2010 12:58:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753405Ab0DXM5v (ORCPT ); Sat, 24 Apr 2010 08:57:51 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:8077 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752778Ab0DXM5u (ORCPT ); Sat, 24 Apr 2010 08:57:50 -0400 Received: by fg-out-1718.google.com with SMTP id d23so1346912fga.1 for ; Sat, 24 Apr 2010 05:57:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type; bh=pPv9T8AVehuXFwHXAHwTiNPsQhKUIgZjOHLgiedwvgw=; b=o5vxxrkSx9pivrfk2z3do/Oxh8vjgWgiaWZehBwwoVq0GmKSc3ggwM+NxZozV3ea8o Shizyq/NikBs0/U1JqdE/h7OWBorAZaTWUzZUliDEseOXrNl5sVFDLI0rqg1gl1Rhuhv I1soQk22YNo3lnp2yQ9pa6exet3GEriTJ4JlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=lCIwlf1skErjDXOjtAmwioFyBUBoi/3UnLv5NO0y7Ym1wonW1syt8SVTK886nzWEvx W7crMheYD0m++ZB8OjA3Q9qFx+VhVEdlyzBxkkBI3CL2fseWn9ho7e4bk6K11HSUGxJM t47aYhFft/1yo9aBltOQ6J0LUmEcV957u+lIE= Received: by 10.103.127.8 with SMTP id e8mr744769mun.39.1272113868755; Sat, 24 Apr 2010 05:57:48 -0700 (PDT) Received: from [192.168.53.101] (p3E9E5935.dip.t-dialin.net [62.158.89.53]) by mx.google.com with ESMTPS id 25sm8371169mul.56.2010.04.24.05.57.47 (version=SSLv3 cipher=RC4-MD5); Sat, 24 Apr 2010 05:57:48 -0700 (PDT) Message-ID: <4BD2EACA.5040005@googlemail.com> Date: Sat, 24 Apr 2010 14:57:46 +0200 From: Sven Barth User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100301 Shredder/3.0.3 MIME-Version: 1.0 To: linux-media@vger.kernel.org Subject: Problem with cx25840 and Terratec Grabster AV400 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 24 Apr 2010 12:58:08 +0000 (UTC) --- v4l-src/linux/drivers/media/video/cx25840/cx25840-core.c 2010-04-24 10:48:56.392367351 +0200 +++ v4l-build/linux/drivers/media/video/cx25840/cx25840-core.c 2010-04-24 14:54:08.797561848 +0200 @@ -849,10 +849,10 @@ state->vid_input = vid_input; state->aud_input = aud_input; - if (!is_cx2583x(state)) { +// if (!is_cx2583x(state)) { cx25840_audio_set_path(client); input_change(client); - } +// } if (is_cx2388x(state)) { /* Audio channel 1 src : Parallel 1 */ @@ -1504,8 +1504,8 @@ struct cx25840_state *state = to_state(sd); struct i2c_client *client = v4l2_get_subdevdata(sd); - if (is_cx2583x(state)) - return -EINVAL; +/* if (is_cx2583x(state)) + return -EINVAL;*/ return set_input(client, state->vid_input, input); }