1. 05 2月, 2010 1 次提交
  2. 09 12月, 2009 1 次提交
  3. 09 9月, 2008 1 次提交
  4. 04 9月, 2008 1 次提交
  5. 01 2月, 2008 3 次提交
  6. 16 10月, 2007 1 次提交
  7. 11 5月, 2007 1 次提交
  8. 09 2月, 2007 4 次提交
  9. 23 9月, 2006 1 次提交
  10. 13 7月, 2006 1 次提交
  11. 23 6月, 2006 1 次提交
  12. 31 3月, 2006 1 次提交
    • M
      [ALSA] Add Aux input switch control for Aureon Universe · af9b70ac
      Maximilian Rehkopf 提交于
      This patch adds a mixer control which allows the user to switch the Aux
      playback between the internal Aux jack, Wavetable, and Rear Line-In on
      Aureon Universe cards.
      
      For switching, a PCA9554 (8-line GPIO with I2C interface) and a 74HC4052
      (dual 4-way mux/demux) are used.  Output 0 and 1 of the PCA9554 are
      connected to the select pins of the 74HC4052. The I2C interface of the
      PCA9554 is connected to the card's internal SPI bus which is also used
      to control the WM8770 and CS8415. SPI and I2C on the same lines...
      
      To communicate with the PCA9554 the WM8770 and CS8415 are disabled and
      an I2C Stop Condition is generated before the Start Condition (needed
      for synchronisation because other SPI traffic appear to confuse the
      PCA9554). Then a normal I2C data transfer takes place.  Programming must
      be done ridiculously slow; in theory, 4.7us is the minimum delay time
      for normal-speed I2C according to the datasheet, but even with 10us
      switching was unreliable.  The Windows driver from Terratec does the
      programming very slowly, too (checked with an oscilloscope).
      
      PCA9554 datasheet:
      http://www.semiconductors.philips.com/acrobat/datasheets/PCA9554_9554A_6.pdf
      
      74HC4052 datasheet:
      http://www.semiconductors.philips.com/acrobat/datasheets/74HC_HCT4052_4.pdfSigned-off-by: NMaximilian Rehkopf <otakon@gmx.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      af9b70ac
  13. 22 3月, 2006 3 次提交
  14. 03 1月, 2006 1 次提交
  15. 07 11月, 2005 1 次提交
  16. 04 11月, 2005 1 次提交
  17. 12 9月, 2005 1 次提交
    • T
      [ALSA] Replace with kzalloc() - pci stuff · e560d8d8
      Takashi Iwai 提交于
      AD1889 driver,ATIIXP driver,ATIIXP-modem driver,AZT3328 driver
      BT87x driver,CMIPCI driver,CS4281 driver,ENS1370/1+ driver
      ES1938 driver,ES1968 driver,FM801 driver,Intel8x0 driver
      Intel8x0-modem driver,Maestro3 driver,SonicVibes driver,VIA82xx driver
      VIA82xx-modem driver,AC97 Codec,AK4531 codec,au88x0 driver
      CA0106 driver,CS46xx driver,EMU10K1/EMU10K2 driver,HDA Codec driver
      HDA generic driver,HDA Intel driver,ICE1712 driver,ICE1724 driver
      KORG1212 driver,MIXART driver,NM256 driver,Trident driver,YMFPCI driver
      Replace kcalloc(1,..) with kzalloc().
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e560d8d8
  18. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4