Searched defs:mute (Results 1 – 6 of 6) sorted by relevance
/qemu/audio/ |
H A D | mixeng.h | 30 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; }; member 33 struct mixeng_volume { int mute; int64_t r; int64_t l; }; member
|
H A D | audio.h | 130 bool mute; member
|
H A D | audio.c | 1955 void AUD_set_volume_out (SWVoiceOut *sw, int mute, uint8_t lvol, uint8_t rvol) in AUD_set_volume_out() 1977 void AUD_set_volume_in (SWVoiceIn *sw, int mute, uint8_t lvol, uint8_t rvol) in AUD_set_volume_in()
|
/qemu/hw/audio/ |
H A D | ac97.c | 391 int *mute, uint8_t *lvol, uint8_t *rvol) in get_volume() 406 int mute, pmute; in update_combined_volume_out() local 423 int mute; in update_volume_in() local
|
H A D | via-ac97.c | 46 int lvol, rvol, mute; in codec_volume_set_out() local
|
H A D | wm8750.c | 53 uint8_t diff[2], pol, ds, monomix[2], alc, mute; member
|