Searched refs:dB (Results 1 – 8 of 8) sorted by relevance
753 #define MW_LM1992_VOLUME(dB) \ argument754 (0x0c0 | ((dB) < -80 ? 0 : (dB) > 0 ? 40 : (((dB) + 80) / 2)))755 #define MW_LM1992_BALLEFT(dB) \ argument756 (0x140 | ((dB) < -40 ? 0 : (dB) > 0 ? 20 : (((dB) + 40) / 2)))757 #define MW_LM1992_BALRIGHT(dB) \ argument758 (0x100 | ((dB) < -40 ? 0 : (dB) > 0 ? 20 : (((dB) + 40) / 2)))759 #define MW_LM1992_TREBLE(dB) \ argument760 (0x080 | ((dB) < -12 ? 0 : (dB) > 12 ? 12 : (((dB) / 2) + 6)))761 #define MW_LM1992_BASS(dB) \ argument762 (0x040 | ((dB) < -12 ? 0 : (dB) > 12 ? 12 : (((dB) / 2) + 6)))
23 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"24 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
28 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"29 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
30 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"31 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
Completed in 18 milliseconds