]> git.karo-electronics.de Git - linux-beck.git/blobdiff - sound/usb/pcm.c
ALSA: Make snd_printd() and snd_printdd() inline
[linux-beck.git] / sound / usb / pcm.c
index b839b60f9858344dba64481c1e874550183e2522..81f70a719bb94f152c7afb91e6ad61fb0a3a8131 100644 (file)
@@ -1179,9 +1179,7 @@ static void retire_capture_urb(struct snd_usb_substream *subs,
                if (!subs->txfr_quirk)
                        bytes = frames * stride;
                if (bytes % (runtime->sample_bits >> 3) != 0) {
-#ifdef CONFIG_SND_DEBUG_VERBOSE
                        int oldbytes = bytes;
-#endif
                        bytes = frames * stride;
                        snd_printdd(KERN_ERR "Corrected urb data len. %d->%d\n",
                                                        oldbytes, bytes);