27 Aug, 2009

2 commits

  • Add debug module option to snd core.
    This controls the debug print level. When CONFIG_SND_DEBUG_VERBOSE
    is set, you can suppress the debug messages by giving or changing this
    parameter to a lower value. debug=0 means no debug messsages.
    As default, it's set to the verbose level 2.

    Since this option can be changed dynamically via sysfs file, you can
    suppress the verbose debug messages on the fly, which wasn't possible
    before.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • When modules are built with M= option, they pass long file paths to
    __FILE__. This results in ugly outputs of snd_print*() when
    CONFIG_SND_VERBOSE_PRINTK is set.

    This patch adds a check of the path and strips the leading path dirs
    if the file name is an absolute path to improve the readability of logs.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

10 Feb, 2009

1 commit


24 Apr, 2008

1 commit


01 Feb, 2008

1 commit

  • 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
     

16 Oct, 2007

1 commit