]> git.karo-electronics.de Git - linux-beck.git/blobdiff - sound/pci/pcxhr/pcxhr_core.c
ALSA: Make snd_printd() and snd_printdd() inline
[linux-beck.git] / sound / pci / pcxhr / pcxhr_core.c
index b33db1e006e704f4c0c6d3806ae53a25537f0ad0..37b431b9b69d64fabe211123aea0a44ea589544e 100644 (file)
@@ -1012,13 +1012,12 @@ static int pcxhr_handle_async_err(struct pcxhr_mgr *mgr, u32 err,
                                  enum pcxhr_async_err_src err_src, int pipe,
                                  int is_capture)
 {
-#ifdef CONFIG_SND_DEBUG_VERBOSE
        static char* err_src_name[] = {
                [PCXHR_ERR_PIPE]        = "Pipe",
                [PCXHR_ERR_STREAM]      = "Stream",
                [PCXHR_ERR_AUDIO]       = "Audio"
        };
-#endif
+
        if (err & 0xfff)
                err &= 0xfff;
        else