16 Oct, 2007

3 commits


20 Jul, 2007

2 commits

  • This patch fixes the following compile error with
    CONFIG_SND_CS5530=y, CONFIG_ISA=n:

    ...
    LD .tmp_vmlinux1
    sound/built-in.o: In function 'snd_sb16_capture_trigger':
    sb16_main.c:(.text+0x212ad): undefined reference to 'snd_sbdsp_command'
    sb16_main.c:(.text+0x212cc): undefined reference to 'snd_sbdsp_command'
    sb16_main.c:(.text+0x212f7): undefined reference to 'snd_sbdsp_command'
    sound/built-in.o: In function 'snd_sb16_playback_trigger':
    sb16_main.c:(.text+0x2136d): undefined reference to 'snd_sbdsp_command'
    sb16_main.c:(.text+0x2138c): undefined reference to 'snd_sbdsp_command'
    ...

    Signed-off-by: Adrian Bunk
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Adrian Bunk
     
  • A few PCI drivers like ALS4000 and CS5530 require the SB16-codes.
    This patch fixes / improves the dependency between SB modules and
    PCI drivers.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     

11 May, 2007

4 commits


09 Feb, 2007

2 commits


22 Oct, 2006

1 commit


31 Mar, 2006

2 commits

  • 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: Takashi Iwai

    Rene Herman
     
  • Added snd-miro driver for miroSOUND PCM by Martin Langer.

    Signed-off-by: Takashi Iwai

    Martin Langer
     

03 Jan, 2006

2 commits


12 Sep, 2005

1 commit

  • ISA,CMI8330 driver,ES18xx driver,OPL3SA2 driver,Sound Galaxy driver
    Sound Scape driver,AD1848 driver,CS4231 driver,CS4236+ driver
    ES1688 driver,GUS Classic driver,GUS Extreme driver,GUS MAX driver
    AMD InterWave driver,Opti9xx drivers,SB16/AWE driver,SB8 driver
    Wavefront drivers
    - Added snd_card_set_generic_dev() call.
    - Added SND_GENERIC_DRIVER to Kconfig.
    - Clean up the error path in probe if necessary.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

08 Sep, 2005

1 commit

  • In sound/isa/Kconfig, select ISAPNP and depend on ISAPNP are intermixed,
    resulting in funny behaviour. (Soundcarts get selectable if other
    soundcards are selected).

    This patch changes the "depend on ISAPNP"s to select.

    Signed-Off-By: Bodo Eggert
    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Bodo Eggert
     

24 Aug, 2005

1 commit


29 May, 2005

1 commit


06 May, 2005

1 commit


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds