From patchwork Mon Dec 28 20:22:18 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergey Bolshakov X-Patchwork-Id: 70029 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBSKYvr5024316 for ; Mon, 28 Dec 2009 20:34:57 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751818AbZL1Ue5 (ORCPT ); Mon, 28 Dec 2009 15:34:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751812AbZL1Ue4 (ORCPT ); Mon, 28 Dec 2009 15:34:56 -0500 Received: from vint.altlinux.org ([194.107.17.35]:60560 "EHLO vint.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751432AbZL1Ue4 (ORCPT ); Mon, 28 Dec 2009 15:34:56 -0500 X-Greylist: delayed 607 seconds by postgrey-1.27 at vger.kernel.org; Mon, 28 Dec 2009 15:34:56 EST Received: from imap.altlinux.org (imap.altlinux.org [194.107.17.38]) by vint.altlinux.org (Postfix) with ESMTP id D79183F80219 for ; Mon, 28 Dec 2009 20:24:48 +0000 (UTC) Received: by imap.altlinux.org (Postfix, from userid 614) id C92233E48D3B; Mon, 28 Dec 2009 23:24:48 +0300 (MSK) To: linux-media@vger.kernel.org Subject: cx18: leadtec pvr 2100 card fix From: Sergey Bolshakov Date: Mon, 28 Dec 2009 23:22:18 +0300 Message-ID: MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c index f11e47a..f808fb6 100644 --- a/drivers/media/video/cx18/cx18-cards.c +++ b/drivers/media/video/cx18/cx18-cards.c @@ -393,7 +393,7 @@ static const struct cx18_card cx18_card_leadtek_pvr2100 = { .gpio_init.direction = 0x7, .gpio_audio_input = { .mask = 0x7, .tuner = 0x6, .linein = 0x2, .radio = 0x2 }, - .xceive_pin = 15, + .xceive_pin = 1, .pci_list = cx18_pci_leadtek_pvr2100, .i2c = &cx18_i2c_std, };