projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6569199
)
fix a bogus debug line
author
Lennart Poettering
<lennart@poettering.net>
Wed, 6 Sep 2006 21:37:09 +0000
(21:37 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 6 Sep 2006 21:37:09 +0000
(21:37 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1374
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/utils/padsp.c
patch
|
blob
|
history
diff --git
a/src/utils/padsp.c
b/src/utils/padsp.c
index b20f0d064366a5feb38d23519c9fbba455654de6..883ffbd942ccb3e1118d6e11f3edae8c9c6725f1 100644
(file)
--- a/
src/utils/padsp.c
+++ b/
src/utils/padsp.c
@@
-2072,7
+2072,7
@@
static int dsp_ioctl(fd_info *i, unsigned long request, void*argp, int *_errno)
case SNDCTL_DSP_GETOPTR: {
count_info *info;
- debug(DEBUG_LEVEL_NORMAL, __FILE__": SNDCTL_DSP_GETO
DELAY
\n");
+ debug(DEBUG_LEVEL_NORMAL, __FILE__": SNDCTL_DSP_GETO
PTR
\n");
info = (count_info*) argp;
memset(info, 0, sizeof(*info));