Lines Matching full:gain
220 * only), preset the gain and set the input port. It assumes that the
359 info.play.gain = AUDIO_MAX_GAIN;
382 int gain, /* volume level (gain) 0-255 */
383 int mongain, /* input to output mix (monitor gain) 0-255 */
398 r = l = 100 * gain / 255; /* Normalize to 0-100 */
401 printf("audio_gain: gain %d/%d\n", gain, l);
468 info.record.gain = gain;
508 "audio: rate %d, chan %d, prec %d, code %d, gain %d, mon %d, port %d\n",
511 info.record.gain, info.monitor_gain, info.record.port);