Home
last modified time | relevance | path

Searched refs:nominal_volume (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/audio/
H A Daudio_int.h240 extern const struct mixeng_volume nominal_volume;
H A Daudio.c109 const struct mixeng_volume nominal_volume = { variable
485 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()
H A Daudio_template.h548 sw->vol = nominal_volume; in glue()