- Timestamp:
- Jul 26, 2007, 7:21:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified GPL/branches/alsa-resync1/alsa-kernel/include/sound/uda1341.h ¶
r215 r224 16 16 */ 17 17 18 /* uda1341.h,v 1. 2 2002/04/17 07:53:22perex Exp */18 /* uda1341.h,v 1.4 2003/02/25 12:48:16 perex Exp */ 19 19 20 20 #define UDA1341_ALSA_NAME "snd-uda1341" 21 22 /* 23 * Default rate set after inicialization 24 */ 25 #define AUDIO_RATE_DEFAULT 44100 21 26 22 27 /* … … 161 166 * 162 167 * UDA1341 datasheet on page 21: Peak value (dB) = (Peak level - 63.5)*5*log2 163 * There is an tab elwith these values [level]=value: [3]=-90.31, [7]=-84.29168 * There is an table with these values [level]=value: [3]=-90.31, [7]=-84.29 164 169 * [61]=-2.78, [62] = -1.48, [63] = 0.0 165 170 * I tried to compute it, but using but even using logarithm with base either 10 or 2
Note:
See TracChangeset
for help on using the changeset viewer.