22 Oct, 2007

1 commit


16 Oct, 2007

2 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


29 Jun, 2006

2 commits


03 Jan, 2006

1 commit


04 Nov, 2005

1 commit


12 Sep, 2005

1 commit

  • Documentation,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,OPL3
    OPL4,Digigram VX core,I2C cs8427,I2C lib core,I2C tea6330t,L3 drivers
    AK4114 receiver,AK4117 receiver,PDAudioCF driver,PPC PMAC driver
    SPARC AMD7930 driver,SPARC cs4231 driver,Synth,Common EMU synth
    USB generic driver,USB USX2Y
    Replace kcalloc(1,..) with kzalloc().

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

28 Jul, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds