projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4deeaef
)
Fix correct type.
author
Pierre Ossman
<ossman@cendio.se>
Thu, 5 Jan 2006 19:13:11 +0000
(19:13 +0000)
committer
Pierre Ossman
<ossman@cendio.se>
Thu, 5 Jan 2006 19:13:11 +0000
(19:13 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@385
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
polyp/sample-util.c
patch
|
blob
|
history
diff --git
a/polyp/sample-util.c
b/polyp/sample-util.c
index
d521afe
..
bf8be34
100644
(file)
--- a/
polyp/sample-util.c
+++ b/
polyp/sample-util.c
@@
-161,7
+161,7
@@
size_t pa_mix(struct pa_mix_info channels[], unsigned nchannels, void *data, siz
size_t d;
for (d = 0;; d += sizeof(float)) {
-
float
_t sum = 0;
+
pa_volume
_t sum = 0;
unsigned c;
if (d >= length)