All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] New drivers: DRX-K, TDA18271c2, Updates: CXD2099 and ngene
@ 2011-07-03 16:31 Oliver Endriss
  2011-07-03 16:36 ` [PATCH 01/16] tda18271c2dd: Initial check-in Oliver Endriss
                   ` (17 more replies)
  0 siblings, 18 replies; 28+ messages in thread
From: Oliver Endriss @ 2011-07-03 16:31 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab

[PATCH 01/16] tda18271c2dd: Initial check-in
[PATCH 02/16] tda18271c2dd: Lots of coding-style fixes
[PATCH 03/16] DRX-K: Initial check-in
[PATCH 04/16] DRX-K: Shrink size of drxk_map.h
[PATCH 05/16] DRX-K: Tons of coding-style fixes
[PATCH 06/16] DRX-K, TDA18271c2: Add build support
[PATCH 07/16] get_dvb_firmware: Get DRX-K firmware for Digital Devices DVB-CT cards
[PATCH 08/16] ngene: Support Digital Devices DuoFlex CT
[PATCH 09/16] ngene: Coding style fixes
[PATCH 10/16] ngene: Fix return code if no demux was found
[PATCH 11/16] ngene: Fix name of Digital Devices PCIe/miniPCIe
[PATCH 12/16] ngene: Support DuoFlex CT attached to CineS2 and SaTiX-S2
[PATCH 13/16] cxd2099: Update to latest version
[PATCH 14/16] cxd2099: Codingstyle fixes
[PATCH 15/16] ngene: Update for latest cxd2099
[PATCH 16/16] ngene: Strip dummy packets inserted by the driver

-- 
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 28+ messages in thread
* Re: [PATCH 15/16] ngene: Update for latest cxd2099
@ 2011-07-04 11:48 Issa Gorissen
  0 siblings, 0 replies; 28+ messages in thread
From: Issa Gorissen @ 2011-07-04 11:48 UTC (permalink / raw)
  To: Oliver Endriss, linux-media; +Cc: Mauro Carvalho Chehab

From: Oliver Endriss <o.endriss@gmx.de>

> Modifications for latest cxd2099.
> 
> Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
> ---
>  drivers/media/dvb/ngene/ngene-core.c |    9 ++++++++-
>  1 files changed, 8 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/dvb/ngene/ngene-core.c
b/drivers/media/dvb/ngene/ngene-core.c
> index fa4b3eb..df0f0bd 100644
> --- a/drivers/media/dvb/ngene/ngene-core.c
> +++ b/drivers/media/dvb/ngene/ngene-core.c
> @@ -1582,11 +1582,18 @@ static int init_channels(struct ngene *dev)
>  	return 0;
>  }
>  
> +static struct cxd2099_cfg cxd_cfg = {
> +	.bitrate = 62000,


bitrate's never used anywhere (yet ?), why keeping it ?


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2011-07-12 18:21 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-03 16:31 [PATCH 00/16] New drivers: DRX-K, TDA18271c2, Updates: CXD2099 and ngene Oliver Endriss
2011-07-03 16:36 ` [PATCH 01/16] tda18271c2dd: Initial check-in Oliver Endriss
2011-07-03 16:37 ` [PATCH 02/16] tda18271c2dd: Lots of coding-style fixes Oliver Endriss
2011-07-03 16:49 ` [PATCH 05/16] DRX-K: Tons " Oliver Endriss
2011-07-03 16:51 ` [PATCH 06/16] DRX-K, TDA18271c2: Add build support Oliver Endriss
2011-07-03 16:53 ` [PATCH 07/16] get_dvb_firmware: Get DRX-K firmware for Digital Devices DVB-CT cards Oliver Endriss
2011-07-03 16:55 ` [PATCH 08/16] ngene: Support Digital Devices DuoFlex CT Oliver Endriss
2011-07-03 16:56 ` [PATCH 09/16] ngene: Codingstyle fixes Oliver Endriss
2011-07-03 16:57 ` [PATCH 10/16] ngene: Fix return code if no demux was found Oliver Endriss
2011-07-03 16:58 ` [PATCH 11/16] ngene: Fix name of Digital Devices PCIe/miniPCIe Oliver Endriss
2011-07-03 16:59 ` [PATCH 12/16] ngene: Support DuoFlex CT attached to CineS2 and SaTiX-S2 Oliver Endriss
2011-07-03 17:00 ` [PATCH 13/16] cxd2099: Update to latest version Oliver Endriss
2011-07-04 12:17   ` Issa Gorissen
2011-07-03 17:02 ` [PATCH 14/16] cxd2099: Codingstyle fixes Oliver Endriss
2011-07-03 17:03 ` [PATCH 15/16] ngene: Update for latest cxd2099 Oliver Endriss
2011-07-03 17:04 ` [PATCH 16/16] ngene: Strip dummy packets inserted by the driver Oliver Endriss
2011-07-03 17:54 ` [PATCH 04/16] DRX-K: Shrink size of drxk_map.h Oliver Endriss
2011-07-03 17:55 ` [PATCH 03/16] DRX-K: Initial check-in Oliver Endriss
2011-07-04 16:41 ` [PATCH 00/16] New drivers: DRX-K, TDA18271c2, Updates: CXD2099 and ngene Hans von Marwijk
2011-07-07 23:39   ` Oliver Endriss
2011-07-11 11:57 ` Devin Heitmueller
2011-07-11 16:18   ` Ralph Metzler
2011-07-11 16:27     ` Devin Heitmueller
2011-07-11 17:15       ` Ralph Metzler
2011-07-11 17:32         ` Devin Heitmueller
2011-07-11 17:19       ` Mauro Carvalho Chehab
2011-07-12 18:21     ` Michael Krufky
2011-07-04 11:48 [PATCH 15/16] ngene: Update for latest cxd2099 Issa Gorissen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.