1. 04 3月, 2010 2 次提交
  2. 02 7月, 2009 1 次提交
  3. 16 4月, 2009 1 次提交
  4. 27 11月, 2008 1 次提交
    • T
      ALSA: hda - Modularize HD-audio driver · 1289e9e8
      Takashi Iwai 提交于
      Split the monolithc HD-audio driver into several pieces:
       - snd-hda-intel   HD-audio PCI controller driver; loaded via udev
       - snd-hda-codec   HD-audio codec bus driver
       - snd-hda-codec-* Specific HD-audio codec drivers
      
      When built as modules, snd-hda-codec (that is invoked by snd-hda-intel)
      looks up the codec vendor ID and loads the corresponding codec module
      automatically via request_module().
      
      When built in a kernel, each codec drivers are statically hooked up
      before probing the PCI.
      
      This patch adds appropriate EXPORT_SYMBOL_GPL()'s and the module
      information for each driver, and driver-linking codes between
      codec-bus and codec drivers.
      
      TODO:
        - Avoid EXPORT_SYMBOL*() when built-in kernel
        - Restore __devinit appropriately depending on the condition
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      1289e9e8
  5. 18 11月, 2008 1 次提交
  6. 05 11月, 2008 1 次提交
  7. 10 10月, 2008 1 次提交
  8. 21 7月, 2008 1 次提交
  9. 24 4月, 2008 1 次提交
  10. 01 2月, 2008 1 次提交
    • T
      [ALSA] Add virtual master control helpers · 3b0a5f22
      Takashi Iwai 提交于
      Added helper functions to implement virtual master volume controls.
      The virtual master control is a control element that has multiple
      slave controls.  The value of master element is equally added to
      slave elements.
      The functions are written for general purpose, but it's put in the
      HD-audio directory as now, since HD-audio driver is the only user.
      It should be moved to the common place once after other drivers use
      vmaster.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      3b0a5f22
  11. 16 10月, 2007 3 次提交
  12. 11 5月, 2007 1 次提交
  13. 09 2月, 2007 2 次提交
  14. 23 6月, 2006 1 次提交
  15. 30 8月, 2005 1 次提交
  16. 29 5月, 2005 1 次提交
    • M
      [ALSA] add sigmatel codec support · 2f2f4251
      Matt 提交于
      HDA generic driver,HDA Codec driver
      Add initial SigmaTel codec support for 9200 and 922x. Note that
      this hda patch relies on the configuration default registers to
      be set correctly (normally by BIOS/firmware) in order for it to
      set up pin widgets properly. There's a test switch in the patch
      so it will work with the SigmaTel reference boards that are usually
      plugged into a system that doesn't set the configuration default
      registers. It supports 2 channel analog out and line/mic in. I
      plan to add >2 channel support and spdif support shortly.
      Please apply.
      Signed-off-by: NMatt <matt@embeddedalley.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2f2f4251
  17. 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