Home
last modified time | relevance | path

Searched refs:loudness (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtda7432.c50 static int loudness; /* disable loudness by default */ variable
54 module_param(loudness, int, S_IRUGO);
55 MODULE_PARM_DESC(loudness, "Turn loudness on(1) else off(0). Default is off(0).");
247 if (loudness) /* Turn loudness on? */ in tda7432_set()
254 buf[8] = loudness; in tda7432_set()
307 if (loudness) /* Turn on the loudness bit */ in tda7432_s_ctrl()
381 if (loudness < 0 || loudness > 15) { in tda7432_probe()
383 if (loudness < 0) in tda7432_probe()
384 loudness = 0; in tda7432_probe()
385 if (loudness > 15) in tda7432_probe()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_bell.c46 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument
62 if ((loudness <= 0) || (pitch <= 0) || (duration <= 0)) { in xf86OSRingBell()
103 loudness = max(0, loudness); in xf86OSRingBell()
104 loudness = min(loudness, 100); in xf86OSRingBell()
108 freq, loudness, duration, repeats); in xf86OSRingBell()
116 audioInfo.play.gain = min(AUDIO_MAX_GAIN, AUDIO_MAX_GAIN * loudness / 100); in xf86OSRingBell()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dbsd_bell.c41 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument
47 if (loudness && pitch) { in xf86OSRingBell()
57 data[1] = (duration * loudness) / 50; in xf86OSRingBell()
66 (((unsigned long) duration * loudness / 50) << 16)); in xf86OSRingBell()
74 wsb.volume = loudness; in xf86OSRingBell()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_bell.c38 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument
40 if (xf86Info.consoleFd == -1 || !pitch || !loudness) in xf86OSRingBell()
45 (((unsigned long) duration * loudness / 50) << 16)); in xf86OSRingBell()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/stub/
H A Dstub_bell.c8 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/hurd/
H A Dhurd_bell.c34 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument
/OK3568_Linux_fs/buildroot/package/libebur128/
H A DConfig.in8 for loudness normalization.
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects.h51 EFFECT(loudness)
H A DMakefile.am63 hilbert.c input.c ladspa.h ladspa.c loudness.c mcompand.c \
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DFEATURES.in83 ** loudness: Gain control with ISO 226 loudness compensation
H A DChangeLog521 o New `loudness' effect: gain control with ISO 226 loudness
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/
H A Dmpd.conf.in344 # equal "loudness". This setting is disabled by default.