1. 06 Sep, 2008 1 commit
  2. 29 Aug, 2008 1 commit
    • Tejun Heo's avatar
      sound: make OSS sound core optional · d886e87c
      Tejun Heo authored
      
      sound/sound_core.c implements soundcore.ko and contains two parts -
      sound_class which is shared by both ALSA and OSS and device
      redirection support for OSS.  It's always compiled when any sound
      support is enabled although it's necessary only when OSS (the actual
      one or emulation) is enabled.  This is slightly wasteful and as device
      redirection always registers character device region for major 14, it
      prevents alternative implementation.
      
      This patch introduces a new config SOUND_OSS_CORE which is selected
      iff OSS support is actually necessary and build the OSS core part
      conditionally.
      
      If OSS is disabled, soundcore merely contains sound_class but leaving
      it that way seems to be the simplest approach as otherwise sound_class
      should be in ALSA core file if OSS is disabled but should be in
      soundcore if OSS is enabled.  Also, there's also the user confusion
      factor.
      Signed-off-by: default avatarTejun Heo <tj@kernel.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
      d886e87c
  3. 27 May, 2008 1 commit
  4. 19 May, 2008 1 commit
  5. 16 Oct, 2007 1 commit
  6. 20 Jul, 2007 1 commit
  7. 10 May, 2007 1 commit
  8. 09 Feb, 2007 1 commit
  9. 12 Dec, 2006 1 commit
  10. 29 Nov, 2006 1 commit
  11. 22 Jun, 2006 1 commit
    • Johannes Berg's avatar
      [ALSA] snd-aoa: add snd-aoa · f3d9478b
      Johannes Berg authored
      
      This large patch adds all of snd-aoa.
      Consisting of many modules, it currently replaces snd-powermac
      for all layout-id based machines and handles many more (for
      example new powerbooks and powermacs with digital output that
      previously couldn't be used at all).
      It also has support for all layout-IDs that Apple has (judging
      from their Info.plist file) but not all are tested.
      The driver currently has 2 known regressions over snd-powermac:
       * it doesn't handle powermac 7,2 and 7,3
       * it doesn't have a DRC control on snapper-based machines
      I will fix those during the 2.6.18 development cycle.
      Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      f3d9478b
  12. 03 Jan, 2006 1 commit
  13. 04 Nov, 2005 1 commit
  14. 23 Aug, 2005 1 commit
  15. 29 May, 2005 2 commits
  16. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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