From: James Courtier-Dutton Date: Fri, 28 Jul 2006 21:27:56 +0000 (+0100) Subject: [ALSA] snd-emu10k1: Add a comment explaining the conversion function for dB gain. X-Git-Tag: v2.6.19-rc1~1270^2~112 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7012b2dac71988f61b520b33c70c63be372b5994;p=karo-tx-linux.git [ALSA] snd-emu10k1: Add a comment explaining the conversion function for dB gain. Signed-off-by: James Courtier-Dutton Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/emu10k1/emufx.c b/sound/pci/emu10k1/emufx.c index 00fc904c251d..13cd6ce89811 100644 --- a/sound/pci/emu10k1/emufx.c +++ b/sound/pci/emu10k1/emufx.c @@ -267,6 +267,7 @@ static const u32 treble_table[41][5] = { { 0x37c4448b, 0xa45ef51d, 0x262f3267, 0x081e36dc, 0xfd8f5d14 } }; +/* dB gain = (float) 20 * log10( float(db_table_value) / 0x8000000 ) */ static const u32 db_table[101] = { 0x00000000, 0x01571f82, 0x01674b41, 0x01783a1b, 0x0189f540, 0x019c8651, 0x01aff763, 0x01c45306, 0x01d9a446, 0x01eff6b8,