28 Jun, 2011

1 commit


11 Nov, 2010

1 commit


08 Jun, 2010

1 commit


12 Jan, 2009

1 commit


27 May, 2008

1 commit


24 Apr, 2008

5 commits


01 Feb, 2008

3 commits

  • 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: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     
  • This patch fixes the locking bug in the at73c213 SPI sound driver. This bug was
    triggered because spinlocks were wrapped around the spi_sync call which might
    sleep. The fix was to add a mutex to the sound driver and replace the spinlocks
    in the mixer functions with mutex lock/unlock.
    Tested on STK1000/STK1002.

    Signed-off-by: Hans-Christian Egtvedt
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Hans-Christian Egtvedt
     
  • Use snd_ctl_boolean_mono_info callback to simplify.

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

    Takashi Iwai
     

16 Oct, 2007

2 commits

  • This patch adds support for the AT73C213 DAC using the misc Atmel SSC driver in
    I2S mode. The driver also requires a SPI to setup the registers and control
    volume.
    It has been tested with an AT32AP7000 on the ATSTK1000 development board. The
    driver should also work with any Atmel device with an SSC module supported by
    the Atmel SSC driver (atmel-ssc).
    The atmel-ssc driver is just submitted to the Linux kernel. Please see mail
    thread http://lkml.org/lkml/2007/7/16/32

    Signed-off-by: Hans-Christian Egtvedt
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Hans-Christian Egtvedt
     
  • This patch adds SPI devices in the ALSA diretory, including the Kconfig and
    Makefile.

    Signed-off-by: Hans-Christian Egtvedt
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Hans-Christian Egtvedt