From 63c76bd0691a4b4b1d505ad6eac87af7c296cdab Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 1 Sep 2004 12:51:08 +0000 Subject: cleanup comment git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@168 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/sample.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/polyp/sample.h b/polyp/sample.h index 0a6c306e..95844301 100644 --- a/polyp/sample.h +++ b/polyp/sample.h @@ -102,12 +102,10 @@ typedef uint32_t pa_volume_t; /** Multiply two volumes specifications, return the result. This uses PA_VOLUME_NORM as neutral element of multiplication. */ pa_volume_t pa_volume_multiply(pa_volume_t a, pa_volume_t b); -/** Convert volume from decibel to linear level - * \since 0.4 */ +/** Convert volume from decibel to linear level. \since 0.4 */ pa_volume_t pa_volume_from_dB(double f); -/** Convert volume from linear level to decibel - * \since 0.4 */ +/** Convert volume from linear level to decibel. \since 0.4 */ double pa_volume_to_dB(pa_volume_t v); PA_C_DECL_END -- cgit