Lines Matching refs:volume
122 uint32_t dest, volume; member
370 bcm2835_audio_update_controls(struct bcm2835_audio_info *sc, uint32_t volume, uint32_t dest) in bcm2835_audio_update_controls() argument
378 if (volume > 99) in bcm2835_audio_update_controls()
379 volume = 99; in bcm2835_audio_update_controls()
380 db = db_levels[volume/5]; in bcm2835_audio_update_controls()
381 m.u.control.volume = VCHIQ_AUDIO_VOLUME(db); in bcm2835_audio_update_controls()
475 uint32_t volume, dest; in bcm2835_audio_worker() local
505 volume = sc->volume; in bcm2835_audio_worker()
510 bcm2835_audio_update_controls(sc, volume, dest); in bcm2835_audio_worker()
751 sc->volume = left; in bcmmix_set()
862 sc->volume = 75; in bcm2835_audio_delayed_init()