From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from relay.bearnet.nu ([80.252.223.222]:2057 "EHLO relay.bearnet.nu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752713Ab0AVJJB (ORCPT ); Fri, 22 Jan 2010 04:09:01 -0500 Message-ID: <4B596B24.6020000@pelagicore.com> Date: Fri, 22 Jan 2010 10:08:52 +0100 From: =?ISO-8859-1?Q?Richard_R=F6jfors?= MIME-Version: 1.0 To: Linux Media Mailing List CC: Mauro Carvalho Chehab , Douglas Schilling Landgraf , Hans Verkuil , Andrew Morton Subject: [PATCH v2 1/3] radio: Add the SAA7706H Car Radio DSP to v4l2-chip-ident.h Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-media-owner@vger.kernel.org List-ID: This patch add the SAA7706h to the v4l2-chip-ident.h Signed-off-by: Richard Röjfors --- diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 6cc107d..5341e3d 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h @@ -155,6 +155,9 @@ enum { /* module adv7343: just ident 7343 */ V4L2_IDENT_ADV7343 = 7343, + /* module saa7706h: just ident 7706 */ + V4L2_IDENT_SAA7706H = 7706, + /* module wm8739: just ident 8739 */ V4L2_IDENT_WM8739 = 8739,