Lines Matching full:muted
2031 out->muted = (left == 0.0f);
2119 if (out->muted)
2569 * to always provide zeroes when muted.
2772 /* out->muted = false; by calloc() */
2947 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted)
2950 (void)muted;
2955 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted)
2958 (void)muted;