Commit d82f87c9 authored by Alan Cox's avatar Alan Cox Committed by Steve French

[PATCH] update trident driver for new ac97 etc

parent 2641853b
This diff is collapsed.
......@@ -360,4 +360,16 @@ static inline unsigned ld2(unsigned int x)
return r;
}
#ifdef DEBUG
#define TRDBG(msg, args...) do { \
printk(KERN_DEBUG msg , ##args ); \
} while (0)
#else /* !defined(DEBUG) */
#define TRDBG(msg, args...) do { } while (0)
#endif /* DEBUG */
#endif /* __TRID4DWAVE_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment