1. 01 Jun, 2016 1 commit
  2. 12 Feb, 2014 1 commit
  3. 29 May, 2013 1 commit
  4. 07 Dec, 2012 1 commit
  5. 19 Dec, 2011 1 commit
  6. 12 Jan, 2009 1 commit
  7. 03 Nov, 2008 1 commit
  8. 31 Jan, 2008 1 commit
    • Takashi Iwai's avatar
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai authored
      
      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: default avatarTakashi Iwai <tiwai@suse.de>
      Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
      9004acc7
  9. 11 May, 2007 1 commit
  10. 12 Apr, 2006 1 commit
  11. 31 Mar, 2006 1 commit
    • Rene Herman's avatar
      [ALSA] AdLib FM card driver · cf40a310
      Rene Herman authored
      
      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: default avatarTakashi Iwai <tiwai@suse.de>
      cf40a310