1. 04 11月, 2005 3 次提交
  2. 07 10月, 2005 1 次提交
  3. 12 9月, 2005 5 次提交
    • C
      [ALSA] set owner field in struct pci_driver · 3bcd4649
      Clemens Ladisch 提交于
      AD1889 driver,ALS4000 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,RME32 driver
      RME96 driver,SonicVibes driver,VIA82xx driver,VIA82xx-modem driver
      ALI5451 driver,au88x0 driver,CS46xx driver,EMU10K1/EMU10K2 driver
      HDA Intel driver,ICE1712 driver,ICE1724 driver,KORG1212 driver
      MIXART driver,NM256 driver,RME HDSP driver,RME9652 driver
      Trident driver,Digigram VX222 driver,YMFPCI driver
      Set the module owner field in each driver's struct pci_driver to get
      the driver symlink in the sysfs device directory.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      3bcd4649
    • 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
    • T
      [ALSA] hda-intel - Fix modem PCM creation · a28f1cda
      Takashi Iwai 提交于
      HDA Intel driver
      Fix a bug of modem PCM creation (due to a typo).
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a28f1cda
    • T
      [ALSA] hda-codec - Assign audio PCMS first · ec9e1c5c
      Takashi Iwai 提交于
      HDA Codec driver,HDA Intel driver,HDA generic driver
      Assign audio PCMs first before modem PCMs.
      The modem stream is assigned up to device #6, to be consistent over
      different models.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ec9e1c5c
    • T
      [ALSA] hda-intel - Check validity of DMA position · 0be3b5d3
      Takashi Iwai 提交于
      HDA Intel driver
      Check the validity of the current DMA position when position_fix=0 (auto)
      is set.  If the DMA position overcomes the threshold, the driver changes
      the fix behavior automatically to use POSBUF.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      0be3b5d3
  4. 30 8月, 2005 3 次提交
  5. 28 7月, 2005 1 次提交
  6. 22 6月, 2005 3 次提交
    • T
      [ALSA] hda-codec - More fix of ALC880 codec support · e9edcee0
      Takashi Iwai 提交于
      Documentation,HDA Codec driver,HDA generic driver,HDA Intel driver
      - Fix some invalid configurations, typos in the last patch
      - Make init_verbs chainable, so that different configs can share the same
        init_verbs
      - Reorder and clean up the source codes in patch_realtek.c
      - Add the pin default configuration parser, used commonly in cmedia
        and realtek patch codes.
      - Add 'auto' model to ALC880 for auto-configuration from BIOS
        Use this model as default, and 3-stack as fallback
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e9edcee0
    • T
      [ALSA] hda-codec - Add support of more models with ALC codecs · 16ded525
      Takashi Iwai 提交于
      HDA Codec driver,HDA Intel driver
      Merged the work of pshou <pshou@realtek.com.tw> for the support of
      more models with ALC codecs: ALC880 ASUS, Uniwill, FSC1734, generic 6-stack,
      and ALC260 HP.  Tests with the real hardwares are appreciated.
      
      The codec patch is cleaned up:  The preset configuration of codecs are
      stored in the table and copied to the spec instance.
      
      Added/fixed comments.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      16ded525
    • T
      [ALSA] hda-intel - Fix Oops in the error path · ce43fbae
      Takashi Iwai 提交于
      HDA Intel driver
      Fixed Oops in the error path from probe function of snd-hda-intel driver.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ce43fbae
  7. 29 5月, 2005 5 次提交
  8. 01 5月, 2005 1 次提交
  9. 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