1. 28 Aug, 2009 1 commit
  2. 27 Aug, 2009 2 commits
    • Takashi Iwai's avatar
      ALSA: Add debug module option · 36ce99c1
      Takashi Iwai authored
      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: default avatarTakashi Iwai <tiwai@suse.de>
      36ce99c1
    • Takashi Iwai's avatar
      ALSA: core - strip too long file names in snd_print*() · 1b0053a0
      Takashi Iwai authored
      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: default avatarTakashi Iwai <tiwai@suse.de>
      1b0053a0
  3. 22 Aug, 2009 2 commits
  4. 21 Aug, 2009 9 commits
  5. 20 Aug, 2009 7 commits
  6. 19 Aug, 2009 14 commits
  7. 18 Aug, 2009 5 commits