1. 01 6月, 2016 1 次提交
  2. 12 2月, 2014 1 次提交
  3. 29 5月, 2013 1 次提交
  4. 07 12月, 2012 1 次提交
  5. 19 12月, 2011 1 次提交
  6. 12 1月, 2009 1 次提交
  7. 03 11月, 2008 1 次提交
  8. 01 2月, 2008 1 次提交
    • T
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai 提交于
      This header file exists only for some hacks to adapt alsa-driver
      tree.  It's useless for building in the kernel.  Let's move a few
      lines in it to sound/core.h and remove it.
      With this patch, sound/driver.h isn't removed but has just a single
      compile warning to include it.  This should be really killed in
      future.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9004acc7
  9. 11 5月, 2007 1 次提交
  10. 12 4月, 2006 1 次提交
  11. 31 3月, 2006 1 次提交
    • R
      [ALSA] AdLib FM card driver · cf40a310
      Rene Herman 提交于
      Attached you'll find an ALSA driver for AdLib FM cards. An AdLib card is
      just an OPL2, which was already supported by sound/drivers/opl3, so only
      very minimal bus-glue is needed. The patch applies cleanly to both
      2.6.16 and 2.6.16-mm1.
      
      The driver has been tested with an actual ancient 8-bit ISA AdLib card
      and works fine. It also works fine for an OPL3 {,emulation} as still
      found on many ISA soundcards but given that AdLib cards don't have their
      own mixer, upping the volume from 0 might be a problem without the card
      driver already loaded and driving the OPL3.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      cf40a310