1. 27 8月, 2009 2 次提交
    • T
      ALSA: Add debug module option · 36ce99c1
      Takashi Iwai 提交于
      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: NTakashi Iwai <tiwai@suse.de>
      36ce99c1
    • T
      ALSA: core - strip too long file names in snd_print*() · 1b0053a0
      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: NTakashi Iwai <tiwai@suse.de>
      1b0053a0
  2. 22 8月, 2009 7 次提交
  3. 21 8月, 2009 11 次提交
  4. 20 8月, 2009 6 次提交
  5. 19 8月, 2009 14 次提交