ALSA: echoaudio: remove all snd_printk
removed all references of snd_printk with the standard dev_* macro. [a few places degraded to dev_dbg(), too -- tiwai] Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

committed by
Takashi Iwai

parent
e369086968
commit
b5b4a41b39
@@ -295,34 +295,6 @@
|
||||
#define PIPE_STATE_PENDING 3 /* Pipe has pending start */
|
||||
|
||||
|
||||
/* Debug initialization */
|
||||
#ifdef CONFIG_SND_DEBUG
|
||||
#define DE_INIT(x) snd_printk x
|
||||
#else
|
||||
#define DE_INIT(x)
|
||||
#endif
|
||||
|
||||
/* Debug hw_params callbacks */
|
||||
#ifdef CONFIG_SND_DEBUG
|
||||
#define DE_HWP(x) snd_printk x
|
||||
#else
|
||||
#define DE_HWP(x)
|
||||
#endif
|
||||
|
||||
/* Debug normal activity (open, start, stop...) */
|
||||
#ifdef CONFIG_SND_DEBUG
|
||||
#define DE_ACT(x) snd_printk x
|
||||
#else
|
||||
#define DE_ACT(x)
|
||||
#endif
|
||||
|
||||
/* Debug midi activity */
|
||||
#ifdef CONFIG_SND_DEBUG
|
||||
#define DE_MID(x) snd_printk x
|
||||
#else
|
||||
#define DE_MID(x)
|
||||
#endif
|
||||
|
||||
|
||||
struct audiopipe {
|
||||
volatile u32 *dma_counter; /* Commpage register that contains
|
||||
|
Reference in New Issue
Block a user