Searched refs:muted (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/dev/sound/pcm/
H A Dfeeder_volume.c244 const int8_t *muted; local
255 muted = c->muted[SND_VOL_C_VAL(info->volume_class)];
265 muted[matrix[i]] != 0) {
275 /* Check if any controls are muted. */
277 temp_vol[j] = muted[j] ? 0 : vol[j];
H A Dchannel.h169 int8_t muted[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; member in struct:pcm_channel
312 #define CHN_GETMUTE(x, y, z) ((x)->muted[y][z])
H A Dchannel.c1321 memset(c->muted, 0, sizeof(c->muted));
1569 c->muted[vc][vt] = mute;
1578 c->muted[SND_VOL_C_VAL(vc)][vt] = mute;
1583 c->muted[SND_VOL_C_VAL(vc)][i] = mute;
1586 c->muted[SND_VOL_C_VAL(vc)][vt] = mute;
1602 return (c->muted[vc][vt]);
H A Dmixer.c240 mixer_set(struct snd_mixer *m, u_int dev, u_int32_t muted, u_int lev) argument
266 /* Allow the volume to be "changed" while muted. */
267 if (muted & (1 << dev)) {
/freebsd-current/stand/i386/btx/btxldr/
H A Dbtxldr.S71 setnz muted # for RBX_MUTE, set flag
294 putchr: testb $1,muted # Check muted
402 muted: .byte 0x0 label
/freebsd-current/sys/dev/sound/pci/
H A Dvia8233.c754 via8233chan_mute(struct via_info *via, struct via_chinfo *ch, int muted) argument
758 muted = (muted) ? VIA8233_DXS_MUTE : 0;
759 via_wr(via, ch->rbase + VIA8233_RP_DXS_LVOL, muted, 1);
760 via_wr(via, ch->rbase + VIA8233_RP_DXS_RVOL, muted, 1);
763 if (r != muted)
/freebsd-current/sys/arm64/rockchip/
H A Drk3328_codec.c189 rkcodec_set_mute(struct rkcodec_softc *sc, bool muted) argument
193 if (!muted)
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.h142 uint32_t muted; member in struct:hdaa_audio_ctl
H A Dhdaa.c1685 ctl->muted = mute;
1697 lmute = HDAA_AMP_LEFT_MUTED(ctl->muted);
1698 rmute = HDAA_AMP_RIGHT_MUTED(ctl->muted);
2233 /* Make sure that in case of soft volume it won't stay muted. */
2686 int i, muted; local
2719 muted = (src & cw->ossmask) ? 0 : 1;
2720 if (muted != ctl->forcemute) {
2721 ctl->forcemute = muted;
2731 nid, i, muted?"mute":"unmute");
4196 ctl->muted
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_ses.h1399 GEN_SES_STATUS_AUDIBLE_ALARM_ACCESSORS(muted, MUTED)

Completed in 282 milliseconds