Searched refs:miclevel (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/vx222/
H A Dvx222_ops.c823 int i, miclevel, preamp; local
826 miclevel = chip->mic_level;
827 miclevel += V2_MICRO_LEVEL_RANGE; /* add 318 - 0xff */
829 while (miclevel > 210) { /* limitation to +9dB of 3310 real gain */
831 miclevel -= (18 * 2); /* lower level 18 dB (*2 because of 0.5 dB steps !) */
841 data = (unsigned int)miclevel << 16 |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/vx222/
H A Dvx222_ops.c823 int i, miclevel, preamp; local
826 miclevel = chip->mic_level;
827 miclevel += V2_MICRO_LEVEL_RANGE; /* add 318 - 0xff */
829 while (miclevel > 210) { /* limitation to +9dB of 3310 real gain */
831 miclevel -= (18 * 2); /* lower level 18 dB (*2 because of 0.5 dB steps !) */
841 data = (unsigned int)miclevel << 16 |

Completed in 203 milliseconds