03 Jan, 2009

2 commits

  • Since internal to v4l2 the ioctl prototype is the same regardless of it
    being called through .ioctl or .unlocked_ioctl, we need to convert it all
    to the long return type of unlocked_ioctl.

    Thanks to Jean-Francois Moine for posting an initial patch for this and
    thus bringing it to our attention.

    Cc: Jean-Francois Moine
    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     
  • Introduce a struct v4l2_file_operations for v4l2 drivers.

    Remove the unnecessary inode argument.

    Move compat32 handling (and llseek) into the v4l2-dev core: this is now
    handled in the v4l2 core and no longer in the drivers themselves.

    Note that this changeset reverts an earlier patch that changed the return
    type of__video_ioctl2 from int to long. This change will be reinstated
    later in a much improved version.

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

    Hans Verkuil
     

30 Dec, 2008

1 commit


12 Oct, 2008

2 commits


25 Aug, 2008

1 commit


13 Aug, 2008

1 commit


27 Jul, 2008

1 commit


26 Jul, 2008

1 commit


27 May, 2008

1 commit


19 May, 2008

1 commit


24 Apr, 2008

2 commits


01 Feb, 2008

5 commits


22 Oct, 2007

1 commit


16 Oct, 2007

4 commits


20 Jul, 2007

1 commit


11 May, 2007

2 commits

  • * correct register for 'IEC958 Non-PCM Bitstream', 'IEC958 DTS Bitstream'
    to use AK4114_REG_RCS0
    * correct check for control name: if (strstr(kctl->id.name, 'Playback'))
    * correct check: if (!chip->init) in snd_ak4114_external_rate
    * added PCM control 'IEC958 PPL Lock Status'

    Signed-off-by: Pavel Hofman
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Pavel Hofman
     
  • ak4114 code may trigger Oops when the parameters are changed without
    call of snd_ak4114_build(). Now it checks the existence of kctl
    element, and the workq is triggered after building the necessary
    kcontrols.
    Also, did some code clean up.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     

09 Feb, 2007

7 commits


22 Nov, 2006

1 commit


23 Sep, 2006

6 commits