Searched refs:muted (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_volume.c | 244 const int8_t *muted; in feed_volume_feed() local 255 muted = c->muted[SND_VOL_C_VAL(info->volume_class)]; in feed_volume_feed() 265 muted[matrix[i]] != 0) { in feed_volume_feed() 275 /* Check if any controls are muted. */ in feed_volume_feed() 277 temp_vol[j] = muted[j] ? 0 : vol[j]; in feed_volume_feed()
|
H A D | channel.h | 168 int8_t muted[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; member 310 #define CHN_GETMUTE(x, y, z) ((x)->muted[y][z])
|
H A D | channel.c | 1549 c->muted[vc][vt] = mute; in chn_setmute_matrix() 1558 c->muted[SND_VOL_C_VAL(vc)][vt] = mute; in chn_setmute_matrix() 1563 c->muted[SND_VOL_C_VAL(vc)][i] = mute; in chn_setmute_matrix() 1566 c->muted[SND_VOL_C_VAL(vc)][vt] = mute; in chn_setmute_matrix() 1582 return (c->muted[vc][vt]); in chn_getmute_matrix()
|
H A D | mixer.c | 240 mixer_set(struct snd_mixer *m, u_int dev, u_int32_t muted, u_int lev) in mixer_set() argument 266 /* Allow the volume to be "changed" while muted. */ in mixer_set() 267 if (muted & (1 << dev)) { in mixer_set()
|
/freebsd/sys/dev/sound/pci/ |
H A D | via8233.c | 754 via8233chan_mute(struct via_info *via, struct via_chinfo *ch, int muted) in via8233chan_mute() argument 758 muted = (muted) ? VIA8233_DXS_MUTE : 0; in via8233chan_mute() 759 via_wr(via, ch->rbase + VIA8233_RP_DXS_LVOL, muted, 1); in via8233chan_mute() 760 via_wr(via, ch->rbase + VIA8233_RP_DXS_RVOL, muted, 1); in via8233chan_mute() 763 if (r != muted) in via8233chan_mute()
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk3328_codec.c | 189 rkcodec_set_mute(struct rkcodec_softc *sc, bool muted) in rkcodec_set_mute() argument 193 if (!muted) in rkcodec_set_mute()
|
/freebsd/stand/i386/btx/btxldr/ |
H A D | btxldr.S | 71 setnz muted # for RBX_MUTE, set flag
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.h | 142 uint32_t muted; member
|
H A D | hdaa.c | 1685 ctl->muted = mute; in hdaa_audio_ctl_amp_set() 1697 lmute = HDAA_AMP_LEFT_MUTED(ctl->muted); in hdaa_audio_ctl_amp_set() 1698 rmute = HDAA_AMP_RIGHT_MUTED(ctl->muted); in hdaa_audio_ctl_amp_set() 2686 int i, muted; in hdaa_audio_ctl_recsel_comm() local 2719 muted = (src & cw->ossmask) ? 0 : 1; in hdaa_audio_ctl_recsel_comm() 2720 if (muted != ctl->forcemute) { in hdaa_audio_ctl_recsel_comm() 2721 ctl->forcemute = muted; in hdaa_audio_ctl_recsel_comm() 2731 nid, i, muted?"mute":"unmute"); in hdaa_audio_ctl_recsel_comm() 4193 ctl->muted = HDAA_AMP_MUTE_ALL; in hdaa_audio_disable_useless() 4328 ctl->muted = HDAA_AMP_MUTE_ALL; in hdaa_audio_disable_unas() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs35l36.txt | 134 is muted.
|
/freebsd/stand/common/ |
H A D | help.common | 208 All console output is suppressed when console is muted.
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_ses.h | 1399 GEN_SES_STATUS_AUDIBLE_ALARM_ACCESSORS(muted, MUTED)
|