Searched refs:nominal_volume (Results 1 – 3 of 3) sorted by relevance
240 extern const struct mixeng_volume nominal_volume;
109 const struct mixeng_volume nominal_volume = { variable485 sw->vol = nominal_volume; in audio_attach_capture()1958 sw->vol.l = nominal_volume.l * vol->vol[0] / 255; in audio_set_volume_out()1959 sw->vol.r = nominal_volume.l * vol->vol[vol->channels > 1 ? 1 : 0] / in audio_set_volume_out()1980 sw->vol.l = nominal_volume.l * vol->vol[0] / 255; in audio_set_volume_in()1981 sw->vol.r = nominal_volume.r * vol->vol[vol->channels > 1 ? 1 : 0] / in audio_set_volume_in()
548 sw->vol = nominal_volume; in glue()