HomeSort by: relevance | last modified time | path
    Searched refs:gain (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6dl-prtrvt.dts 89 ti,gain = <3>;
96 ti,gain = <3>;
103 ti,gain = <3>;
110 ti,gain = <3>;
imx6q-prtwd2.dts 78 ti,gain = <1>;
85 ti,gain = <1>;
92 ti,gain = <1>;
99 ti,gain = <1>;
at91-natte.dtsi 222 ti,gain = <2>;
228 ti,gain = <2>;
234 ti,gain = <1>;
240 ti,gain = <3>;
imx53-kp-ddc.dts 84 ti,gain = <2>;
90 ti,gain = <2>;
imx6ul-prti6g.dts 142 ti,gain = <3>;
148 ti,gain = <3>;
154 ti,gain = <3>;
160 ti,gain = <3>;
imx6q-prti6q.dts 263 ti,gain = <3>;
270 ti,gain = <3>;
277 ti,gain = <3>;
284 ti,gain = <3>;
imx6qp-prtwd3.dts 313 ti,gain = <1>;
320 ti,gain = <1>;
327 ti,gain = <1>;
333 ti,gain = <1>;
imx6qdl-gw5907.dtsi 307 ti,gain = <0>;
313 ti,gain = <0>;
319 ti,gain = <0>;
imx6dl-prtmvt.dts 453 ti,gain = <3>;
459 ti,gain = <3>;
465 ti,gain = <3>;
471 ti,gain = <3>;
imx6dl-victgo.dts 421 ti,gain = <3>;
427 ti,gain = <3>;
433 ti,gain = <3>;
439 ti,gain = <3>;
imx6qdl-vicut1.dtsi 388 ti,gain = <3>;
394 ti,gain = <3>;
400 ti,gain = <3>;
406 ti,gain = <3>;
  /src/usr.bin/audio/record/
record.c 64 static int gain; variable in typeref:typename:int
184 decode_int(optarg, &gain);
185 if (gain < 0 || gain > 255)
247 * what the old monitor gain value is, so that we can reset it later.
280 SETINFO2 (gain, gain)
  /src/lib/libossaudio/
oss_dsp.c 393 INTARG = get_vol(tmpinfo.play.gain, tmpinfo.play.balance);
402 INTARG = get_vol(tmpinfo.record.gain, tmpinfo.record.balance);
455 get_vol(u_int gain, u_char balance)
460 l = r = gain;
462 l = gain;
463 r = (balance * gain) / AUDIO_MID_BALANCE;
465 r = gain;
466 l = ((AUDIO_RIGHT_BALANCE - balance) * gain)
487 prinfo->gain = lgain;
490 prinfo->gain = rgain
    [all...]
  /src/sys/dev/isa/
essvar.h 146 u_char gain[ESS_MAX_NDEVS][2]; /* kept in input levels */ member in struct:ess_softc
sbdsp.c 273 printf("gain:");
275 printf(" %u,%u", sc->gain[i][SB_LEFT], sc->gain[i][SB_RIGHT]);
426 sc->gain[i][SB_LEFT] = sc->gain[i][SB_RIGHT] = v;
1685 int src, gain; local in function:sbdsp_set_mixer_gain
1694 gain = SB_1335_GAIN(sc->gain[port][SB_LEFT]);
1707 gain = SB_1335_MASTER_GAIN(sc->gain[port][SB_LEFT])
    [all...]
ess.c 292 printf("gain:");
294 printf(" %u,%u", sc->gain[i][ESS_LEFT], sc->gain[i][ESS_RIGHT]);
984 * setting the gain of the unused sources to zero. (See
995 * Set gain on each mixer device to a sensible value.
1025 sc->gain[i][ESS_LEFT] = sc->gain[i][ESS_RIGHT] = v;
1588 * single-channel gain value passed in, then we duplicate it
1617 sc->gain[cp->dev][ESS_LEFT] = lgain;
1618 sc->gain[cp->dev][ESS_RIGHT] = rgain
2239 int gain, left, right; local in function:ess_set_gain
    [all...]
sbdspvar.h 120 u_char gain[SB_NDEVS][2]; /* kept in input levels */ member in struct:sbdsp_softc
  /src/sys/dev/i2c/
tsllux.c 268 /* Auto-gain is a software feature; no need for I2C. */
426 SYSCTL_DESCR("auto-gain algorithm enabled"),
433 CTLFLAG_PERMANENT|CTLFLAG_READWRITE, CTLTYPE_INT, "gain",
434 SYSCTL_DESCR("sensor gain"), tsllux_sysctl_gain, 0,
579 tsllux_set_gain0(struct tsllux_softc *sc, uint8_t gain)
584 sc->sc_itime | gain)) != 0)
587 sc->sc_gain = gain;
592 tsllux_set_gain(struct tsllux_softc *sc, uint8_t gain)
596 switch (gain) {
608 if ((error = tsllux_set_gain0(sc, gain)) != 0
    [all...]
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 87 | it would clearly be a gain to "inline" this routine -- the
89 | However, in absolute terms, inlining would only gain 10us per
91 | enough gain to be worth the effort.
  /src/sys/compat/sunos/
sunos.h 132 u_int gain; member in struct:sunos_audio_prinfo
  /src/sys/arch/m68k/m68k/
oc_cksum.s 83 | it would clearly be a gain to "inline" this routine -- the
85 | However, in absolute terms, inlining would only gain 10us per
87 | enough gain to be worth the effort.
  /src/tests/dev/audio/
audiotest.c 1540 /* gain */
1558 /* gain */
1628 /* gain */
1646 /* gain */
5503 * Check whether gain can be obtained/set.
5504 * And the gain should work with rich mixer.
5514 int gain; local in function:DEF
5551 /* Check ai.play.gain */
5554 XP_EQ(master, ai.play.gain);
5559 gain = 255
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_mode.c 211 int gain; local in function:ch7006_setup_levels
217 gain = 76;
221 gain = 71;
226 black_level = round_fixed(norm->black_level*26625)/gain;
  /src/sys/dev/ic/
ad1848.c 564 u_char reg, gain; local in function:ad1848_set_rec_gain
570 gain = (gp->left * (GAIN_22_5 + 1)) / (AUDIO_MAX_GAIN + 1);
573 ad_write(sc, SP_LEFT_INPUT_CONTROL, (gain & 0x0f) | reg);
575 gain = (gp->right * (GAIN_22_5 + 1)) / (AUDIO_MAX_GAIN + 1);
578 ad_write(sc, SP_RIGHT_INPUT_CONTROL, (gain & 0x0f) | reg);
  /src/sys/dev/audio/
audio.c 5644 /* If there are multiple tracks, do auto gain control */
5714 * Do auto gain control.
7146 * ai.{play,record}.gain (R/W)
7148 * It is historical reason that the gain is connected to HW mixer.
7159 * It specifies the recording monitor gain(?) of HW mixer.
7296 if (SPECIFIED(ai->play.gain))
7297 SPRINTF(buf, ",play.gain=%d", ai->play.gain);
7298 if (SPECIFIED(ai->record.gain))
7299 SPRINTF(buf, ",record.gain=%d", ai->record.gain)
7808 int gain; local in function:audiogetinfo
9143 u_int gain; local in function:audio_volume_down
9174 u_int gain, newgain; local in function:audio_volume_up
9199 u_int gain, newgain; local in function:audio_volume_toggle
    [all...]

Completed in 30 milliseconds

1 2