31 Mar, 2011

1 commit


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
     
  • We have to do fairly accurate counting of the minimal periods, instead
    of being lazy and just setting the number to zero as soon as one period
    elapses.

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

    Joachim Foerster
     
  • Add ALSA support for the opb_ac97_controller_ref_v1_00_a ip core found
    in Xilinx' ML403 reference design.
    Known issue: Currently this driver hits a WARN_ON_ONCE(1) statement in
    kernel/irq/resend.c (line 70). According to Linus
    (http://lkml.org/lkml/2007/8/5/5) this may be ignored, right? I haven't
    had a look into this 'problem' yet.

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

    Joachim Foerster