Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181567
b: refs/heads/master
c: 71036ef
h: refs/heads/master
i:
  181565: fb9d6aa
  181563: 970e138
  181559: fc6cb7f
  181551: 95d7ea4
  181535: 3c64c98
  181503: 0b9295f
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent e3cc48a commit 989827e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8bd9d26c59d0df0335bf43191feb732f2c8b6ad
refs/heads/master: 71036ef26b0026742c8ab79a54937aac1439350d
8 changes: 5 additions & 3 deletions trunk/drivers/media/video/cx18/cx18-alsa-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@
#include "cx18-fileops.h"
#include "cx18-alsa.h"

extern int cx18_alsa_debug;
static unsigned int pcm_debug;
module_param(pcm_debug, int, 0644);
MODULE_PARM_DESC(pcm_debug, "enable debug messages for pcm");

#define dprintk(fmt, arg...) do { \
if (cx18_alsa_debug) \
printk(KERN_INFO "cx18-alsa %s: " fmt, \
if (pcm_debug) \
printk(KERN_INFO "cx18-alsa-pcm %s: " fmt, \
__func__, ##arg); \
} while (0)

Expand Down

0 comments on commit 989827e

Please sign in to comment.