From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:7093 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760983Ab2KBMrn (ORCPT ); Fri, 2 Nov 2012 08:47:43 -0400 Date: Fri, 2 Nov 2012 10:47:34 -0200 From: Mauro Carvalho Chehab To: "Charlie X. Liu" Cc: "'Richard'" , Subject: Re: Skeleton LinuxDVB framework Message-ID: <20121102104734.04d708de@gaivota.chehab> In-Reply-To: <000d01cdb886$d08f8ed0$71aeac70$@com> References: <000d01cdb886$d08f8ed0$71aeac70$@com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Em Thu, 1 Nov 2012 16:15:41 -0700 "Charlie X. Liu" escreveu: > You could check or refer to the following links, for start: > > http://linuxtv.org/wiki/index.php/Main_Page > http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps Be careful with the docs below: > http://www.linuxtv.org/docs/dvbapi/dvbapi.html > http://linuxtv.org/downloads/legacy/linux-dvb-api-v4/linux-dvb-api-v4-0-1.pdf > http://elinux.org/images/1/13/Celf_linux_dvb_v4.pdf As DVB version 3 or below is outdated, and v4 was never finished/merged. The DVBv5 (currently, on version 5.8) is the one you should use: > http://linuxtv.org/downloads/v4l-dvb-apis/dvbapi.html > -----Original Message----- > From: linux-media-owner@vger.kernel.org > [mailto:linux-media-owner@vger.kernel.org] On Behalf Of Richard > Sent: Thursday, November 01, 2012 6:35 AM > To: linux-media@vger.kernel.org > Subject: Skeleton LinuxDVB framework > > Hi all, > > As a newbie to the LinuxDVB Device drivers, I am wondering if there is a > framework template to get a quick start in to DVB device drivers. I > currently have a SOC chip and an manufacturers API that I would like to make > in to a LinuxDVB compliant device. (Tuners/Demods/CA/MPEG output hardware > etc) It is probably easier to get one driver of each type as an example and change it to fill your needs. > > Any information is greatly appreciated. > Richard > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@vger.kernel.org More majordomo info at > http://vger.kernel.org/majordomo-info.html > > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Cheers, Mauro