30 Dec, 2010

1 commit


09 Aug, 2010

1 commit

  • Since this module is also used by drivers that are not yet converted, the old
    and new code have to co-exist.

    The source is split into three parts: a common part at the top, which is used
    by both old and new code, then the old code followed by the new control
    framework implementation. This new code is much more readable (and shorter!)
    than the original code.

    Once all bridge drivers that use this are converted the old code can be
    deleted.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     

30 Mar, 2009

2 commits


20 Jul, 2008

1 commit


26 Jan, 2008

1 commit


10 Oct, 2007

1 commit

  • The driver should now pass the 'busy' state of the device to the cx2341x
    module whenever controls are set or tried. -EBUSY will be returned if
    the device is busy and the user attempts to modify certain 'dangerous'
    controls. It concerns controls that change the audio or video
    compression mode and bitrates.

    The cx88-blackbird and pvrusb2 drivers currently always pass '0' (not busy)
    to the cx2341x, effectively keeping the old behavior for now.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     

28 Apr, 2007

2 commits


21 Feb, 2007

1 commit

  • The commands CX2341X_DEC_SET_AUDIO_OUTPUT, CX2341X_DEC_SET_AV_DELAY and
    CX2341X_ENC_SET_3_2_PULLDOWN are not implemented in the Conexant firmware.
    So these commands are removed. This also means that the V4L2_CID_MPEG_VIDEO_PULLDOWN
    control in cx2341x.c and pvrusb2-hdw.c is removed.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     

28 Dec, 2006

1 commit


27 Jun, 2006

2 commits


26 Jun, 2006

1 commit

  • V4L2_CID_MPEG_STREAM_VBI_FMT controls if and how VBI data is embedded in
    an MPEG stream. Currently only one format is supported: the format designed
    for the ivtv driver. This should be extended with new standard formats
    (such as defined for DVB) in the future.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     

25 Jun, 2006

5 commits