Skip to content
Snippets Groups Projects
  1. Jul 03, 2009
  2. Jun 16, 2009
  3. Dec 15, 2008
  4. Nov 21, 2008
  5. Oct 27, 2008
  6. Oct 16, 2008
  7. Sep 09, 2008
  8. Aug 29, 2008
    • 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
  9. Jul 22, 2008
  10. Jun 20, 2008
  11. Feb 12, 2007
  12. Dec 01, 2006
    • Greg Kroah-Hartman's avatar
      Driver core: convert sound core to use struct device · d80f19fa
      Greg Kroah-Hartman authored
      
      Converts from using struct "class_device" to "struct device" making
      everything show up properly in /sys/devices/ with symlinks from the
      /sys/class directory.
      
      It also makes the struct sound_card to show up as a "real" device
      where all the different sound class devices are placed as childs
      and different card attribute files can hang off of. /sys/class/sound is
      still a flat directory, but the symlink targets of all devices belonging
      to the same card, point the the /sys/devices tree below the new card
      device object.
      
      Thanks to Kay for the updates to this patch.
      
      Signed-off-by: default avatarKay Sievers <kay.sievers@novell.com>
      Acked-by: default avatarJaroslav Kysela <perex@suse.cz>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      d80f19fa
  13. Oct 04, 2006
  14. Sep 29, 2006
  15. Jun 30, 2006
  16. Jun 26, 2006
  17. Mar 28, 2006
  18. Oct 28, 2005
  19. Aug 30, 2005
  20. Jun 20, 2005
  21. Apr 16, 2005
    • 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!
Loading