1. 18 12月, 2012 1 次提交
  2. 02 11月, 2011 1 次提交
  3. 15 3月, 2011 1 次提交
  4. 04 12月, 2009 1 次提交
  5. 17 11月, 2009 1 次提交
  6. 09 11月, 2009 1 次提交
  7. 10 8月, 2009 1 次提交
    • T
      sound: make OSS device number claiming optional and schedule its removal · 93fe4483
      Tejun Heo 提交于
      If any OSS support is enabled, regardless of built-in or module,
      sound_core claims full OSS major number (that is, the old 0-255
      region) to trap open attempts and request sound modules using custom
      module aliases.  This feature is redundant as chrdev already has such
      mechanism.  This preemptive claiming prevents alternative OSS
      implementation.
      
      The custom module aliases are scheduled to be removed and the previous
      patch made soundcore emit the standard chrdev aliases too to help
      transition.
      
      This patch schedule the feature for removal in a year and makes it
      optional so that developers and distros can try new things in the
      meantime without rebuilding the kernel.  The pre-claiming can be
      turned off by using SOUND_OSS_CORE_PRECLAIM and/or kernel parameter
      soundcore.preclaim_oss.
      
      As this allows sound minors to be individually grabbed by other users,
      this patch updates sound_insert_unit() such that if registering
      individual device region fails, it tries the next available slot.
      
      For details on removal plan, please read the entry added by this patch
      in feature-removal-schedule.txt .
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      93fe4483
  8. 05 2月, 2009 1 次提交
  9. 06 9月, 2008 1 次提交
  10. 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
  11. 27 5月, 2008 1 次提交
  12. 19 5月, 2008 1 次提交
  13. 16 10月, 2007 1 次提交
  14. 20 7月, 2007 1 次提交
  15. 10 5月, 2007 1 次提交
  16. 09 2月, 2007 1 次提交
  17. 13 12月, 2006 1 次提交
  18. 30 11月, 2006 1 次提交
  19. 23 6月, 2006 1 次提交
    • J
      [ALSA] snd-aoa: add snd-aoa · f3d9478b
      Johannes Berg 提交于
      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: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f3d9478b
  20. 03 1月, 2006 1 次提交
  21. 04 11月, 2005 1 次提交
  22. 24 8月, 2005 1 次提交
  23. 29 5月, 2005 2 次提交
  24. 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