1. 11 5月, 2007 1 次提交
  2. 09 2月, 2007 3 次提交
  3. 20 12月, 2006 1 次提交
  4. 22 11月, 2006 1 次提交
  5. 23 9月, 2006 7 次提交
  6. 29 6月, 2006 1 次提交
  7. 23 6月, 2006 1 次提交
  8. 31 3月, 2006 1 次提交
  9. 22 3月, 2006 4 次提交
  10. 03 1月, 2006 9 次提交
  11. 04 11月, 2005 2 次提交
  12. 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
  13. 30 8月, 2005 5 次提交
  14. 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 - Allow sub_device=0 in board config check · 5ecd7022
      Takashi Iwai 提交于
      HDA Codec driver
      Allow sub_device=0 in board config check.  This means that every device
      with the given sub vendor ID will match.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      5ecd7022
    • T
      [ALSA] hda-codec - Feed front signals to all surrounds · 4b3acaf5
      Takashi Iwai 提交于
      HDA Codec driver
      Feed front signals to all surround channels if no data is given
      for surround channels.
      
      It seems that CLFE works as expected (only center outputs) even if
      connected from the front line - at least on my test system.
      If this change causes problems on other system (e.g. only the left
      channel is transferred to the center channel), please let me know...
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4b3acaf5