Searched refs:muted (Results 1 – 12 of 12) sorted by relevance
| /src/sys/dev/sound/pcm/ |
| H A D | feeder_volume.c | 251 const int8_t *muted; in feed_volume_feed() local 263 muted = c->muted[SND_VOL_C_VAL(info->volume_class)]; in feed_volume_feed() 273 muted[matrix[i]] != 0) { in feed_volume_feed() 291 temp_vol[j] = (muted[j] || master_muted) ? 0 : vol[j]; in feed_volume_feed()
|
| H A D | channel.h | 177 int8_t muted[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; member 316 #define CHN_GETMUTE(x, y, z) ((x)->muted[y][z])
|
| H A D | channel.c | 1486 c->muted[vc][vt] = mute; in chn_setmute_matrix() 1495 c->muted[SND_VOL_C_VAL(vc)][vt] = mute; in chn_setmute_matrix() 1500 c->muted[SND_VOL_C_VAL(vc)][i] = mute; in chn_setmute_matrix() 1503 c->muted[SND_VOL_C_VAL(vc)][vt] = mute; in chn_setmute_matrix() 1519 return (c->muted[vc][vt]); in chn_getmute_matrix()
|
| H A D | mixer.c | 234 mixer_set(struct snd_mixer *m, u_int dev, u_int32_t muted, u_int lev) in mixer_set() argument 261 if (muted & (1 << dev)) { in mixer_set()
|
| /src/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()
|
| /src/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()
|
| /src/stand/i386/btx/btxldr/ |
| H A D | btxldr.S | 71 setnz muted # for RBX_MUTE, set flag
|
| /src/sys/dev/sound/pci/hda/ |
| H A D | hdaa.h | 142 uint32_t muted; member
|
| H A D | hdaa.c | 1712 ctl->muted = mute; in hdaa_audio_ctl_amp_set() 1724 lmute = HDAA_AMP_LEFT_MUTED(ctl->muted); in hdaa_audio_ctl_amp_set() 1725 rmute = HDAA_AMP_RIGHT_MUTED(ctl->muted); in hdaa_audio_ctl_amp_set() 2713 int i, muted; in hdaa_audio_ctl_recsel_comm() local 2746 muted = (src & cw->ossmask) ? 0 : 1; in hdaa_audio_ctl_recsel_comm() 2747 if (muted != ctl->forcemute) { in hdaa_audio_ctl_recsel_comm() 2748 ctl->forcemute = muted; in hdaa_audio_ctl_recsel_comm() 2758 nid, i, muted?"mute":"unmute"); in hdaa_audio_ctl_recsel_comm() 4220 ctl->muted = HDAA_AMP_MUTE_ALL; in hdaa_audio_disable_useless() 4355 ctl->muted = HDAA_AMP_MUTE_ALL; in hdaa_audio_disable_unas() [all …]
|
| /src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l36.txt | 134 is muted.
|
| /src/stand/common/ |
| H A D | help.common | 208 All console output is suppressed when console is muted.
|
| /src/sys/cam/scsi/ |
| H A D | scsi_ses.h | 1399 GEN_SES_STATUS_AUDIBLE_ALARM_ACCESSORS(muted, MUTED)
|