1. 27 10月, 2008 1 次提交
  2. 13 10月, 2008 1 次提交
  3. 09 9月, 2008 1 次提交
  4. 29 8月, 2008 1 次提交
    • T
      sound: make OSS sound core optional · d886e87c
      Tejun Heo 提交于
      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: NTejun Heo <tj@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      d886e87c
  5. 25 8月, 2008 1 次提交
  6. 19 8月, 2008 1 次提交
  7. 07 8月, 2008 2 次提交
  8. 25 7月, 2008 2 次提交
  9. 22 7月, 2008 1 次提交
  10. 11 7月, 2008 1 次提交
  11. 13 6月, 2008 1 次提交
  12. 30 5月, 2008 1 次提交
  13. 27 5月, 2008 1 次提交
  14. 22 5月, 2008 1 次提交
  15. 09 5月, 2008 1 次提交
  16. 24 4月, 2008 3 次提交
  17. 31 3月, 2008 1 次提交
  18. 09 2月, 2008 1 次提交
  19. 07 2月, 2008 5 次提交
  20. 04 2月, 2008 1 次提交
  21. 26 1月, 2008 1 次提交
  22. 23 1月, 2008 1 次提交
  23. 15 1月, 2008 1 次提交
  24. 19 10月, 2007 1 次提交
  25. 01 8月, 2007 1 次提交
  26. 18 7月, 2007 4 次提交
  27. 17 7月, 2007 3 次提交