1. 01 2月, 2008 1 次提交
    • T
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai 提交于
      This header file exists only for some hacks to adapt alsa-driver
      tree.  It's useless for building in the kernel.  Let's move a few
      lines in it to sound/core.h and remove it.
      With this patch, sound/driver.h isn't removed but has just a single
      compile warning to include it.  This should be really killed in
      future.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9004acc7
  2. 23 10月, 2007 1 次提交
  3. 16 10月, 2007 1 次提交
    • T
      [ALSA] hda-codec - optimize resume using caches · 82beb8fd
      Takashi Iwai 提交于
      So far, the driver looked the table of snd_kcontrol_new used for creating
      mixer elements and forces to call each of its put callbacks in PM resume
      code.  This is too ugly and hackish.
      Now, the resume is simplified using the codec amp and command register
      caches.  The driver simply restores the values that have been written
      in the cache table.  With this simplification, most codec support codes
      don't require any special resume callback.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      82beb8fd
  4. 11 5月, 2007 1 次提交
  5. 09 2月, 2007 1 次提交
  6. 03 1月, 2006 4 次提交
  7. 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
  8. 30 8月, 2005 1 次提交
  9. 28 7月, 2005 1 次提交
  10. 22 6月, 2005 1 次提交
    • 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
  11. 29 5月, 2005 3 次提交
    • T
      [ALSA] Fix and cleanup of CM9880 auto-configuration · d21b37ea
      Takashi Iwai 提交于
      HDA Codec driver
      Fix and cleanup of CM9880 automatic PIN configuration.
      snd_hda_codec_setup_stream() doesn't do anything when NID is 0.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d21b37ea
    • T
      [ALSA] choose multi-channel jacks automatically · f953eff2
      Takashi Iwai 提交于
      HDA Codec driver
      Patch by C.L. Tien <cltien@cmedia.com.tw>:
      
      The patch makes cm9880 to choose multi-channel jacks automatically.
      
      1. I found the current code has basic_init, which already includes
         necessary controls for 6-stack initialization, so I don't need
         another model.
      
      2. I add a new model 'auto' to let the driver find a. if there are
         option real panel/front panel, b. the jacks to be used for multichannel.
      
      Because the jack color are based on MS's channel sequence, so the 'auto'
      model will pick the same jacks for multichannel MS uses. I did this to
      hope to minimize users questions. These code can also be applied to other
      codecs but I don't have any to test.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f953eff2
    • C
      [ALSA] fix multi-channel for model==full · d05b2817
      ChenLi Tien 提交于
      HDA Codec driver
      The patch_cm9880.c can't play side/C/B channels from front panel jacks.
      I fixed it by adding select pin.
      Signed-off-by: NChenLi Tien <cltien@cmedia.com.tw>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d05b2817
  12. 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