Home
last modified time | relevance | path

Searched refs:adj_volume (Results 1 – 2 of 2) sorted by relevance

/dports/audio/moc/moc-2.5.2/
H A Dmain.c74 char *adj_volume; member
385 if (params->adj_volume) in server_command()
386 interface_cmdline_adj_volume (sock, params->adj_volume); in server_command()
760 params->adj_volume = optarg; in process_command_line()
/dports/multimedia/xanim/xanim2920/
H A Dxa_audio.c2328 { xaULONG adj_volume; local
2333 if (adj_volume > LINUX_MAX_VOL) adj_volume = LINUX_MAX_VOL;
2334 adj_volume |= adj_volume << 8; /* left channel | right channel */
2597 { xaULONG adj_volume; local
2599 adj_volume =
2601 if (adj_volume > SGI_MAX_VOL) adj_volume = SGI_MAX_VOL;
2603 sgi_params[1] = adj_volume;
2605 sgi_params[3] = adj_volume;
3042 { xaLONG adj_volume; local
3045 adj_volume = HP_MIN_VOL +
[all …]