Lines Matching defs:mute
88 * @left: left output level, 0 = mute
108 * vx_toggle_dac_mute - mute/unmute DAC
109 * @mute: 0 = unmute, 1 = mute
115 void vx_toggle_dac_mute(struct vx_core *chip, int mute)
120 chip->ops->akm_write(chip, XX_CODEC_DAC_CONTROL_REGISTER, mute); /* XXX */
123 mute ? DAC_ATTEN_MAX : DAC_ATTEN_MIN);
141 /* DAC control register (change level when zero crossing + mute) */
152 /* mute analog output */
191 * audio level, mute, monitoring
198 unsigned int mute;
228 if (info->mute)
260 info.mute = (rmh.Stat[i] & AUDIO_IO_HAS_MUTE_LEVEL) ? 1 : 0;
267 * set the monitoring level and mute state of the given audio
286 * set the mute status of the given audio
294 info.mute = !active;
300 * set the mute status of the given audio