Searched refs:mute (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sbin/conscontrol/
H A Dconscontrol.c53 " conscontrol mute on | off",
62 int mute; local
66 len = sizeof(mute);
67 if (sysctlbyname("kern.consmute", &mute, &len, NULL, 0) == -1)
86 printf(" Muting: %s\n", mute ? "on" : "off");
93 int mute; local
97 mute = 1;
99 mute = 0;
102 len = sizeof(mute);
103 if (sysctlbyname("kern.consmute", NULL, NULL, &mute, le
[all...]
/freebsd-13-stable/sys/arm/allwinner/
H A Da10_codec.c67 /* toggle DAC/ADC mute */
68 void (*mute)(struct a10codec_info *, int, int); member in struct:a10codec_config
321 a10_mute(struct a10codec_info *sc, int mute, int dir) argument
327 if (mute) {
341 if (mute) {
583 h3_mute(struct a10codec_info *sc, int mute, int dir) argument
586 if (mute) {
602 if (mute) {
743 sc->cfg->mute(sc, 0, ch->dir);
769 sc->cfg->mute(s
[all...]
/freebsd-13-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.h109 bool mute; member in struct:bwn_phy_n
H A Dif_bwn_phy_n_core.c6382 if (nphy->mute)
/freebsd-13-stable/sys/dev/acpi_support/
H A Dacpi_panasonic.c231 int mute; local
235 mute = 1;
236 hkey_sound_mute(sc->handle, HKEY_SET, &mute);
467 /* Toggle sound mute. */
/freebsd-13-stable/usr.sbin/bhyve/
H A Dhda_codec.c792 uint8_t mute = 0; local
814 mute = payload & HDA_CODEC_SET_AMP_GAIN_MUTE_MUTE;
818 st->left_mute = mute;
821 mute: 0x%x gain: 0x%x", mute, gain);
825 st->right_mute = mute;
828 mute: 0x%x gain: 0x%x", mute, gain);
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c398 if (ctl != NULL && ctl->mute) {
428 if (ctl != NULL && ctl->mute) {
1123 "mute=%d step=%d size=%d offset=%d (%+d/%+ddB)\n",
1656 "Setting amplifier nid=%d index=%d %s mute=%d/%d vol=%d/%d\n",
1675 hdaa_audio_ctl_amp_set(struct hdaa_audio_ctl *ctl, uint32_t mute, argument
1684 if (mute != HDAA_AMP_MUTE_DEFAULT)
1685 ctl->muted = mute;
2324 int mute, int *left, int *right)
2330 ctl->devmute[ossdev] = mute;
2353 int ossdev, nid_t nid, int index, int mute, in
2323 hdaa_audio_ctl_dev_set(struct hdaa_audio_ctl *ctl, int ossdev, int mute, int *left, int *right) argument
2352 hdaa_audio_ctl_source_volume(struct hdaa_pcm_devinfo *pdevinfo, int ossdev, nid_t nid, int index, int mute, int left, int right, int depth) argument
2428 hdaa_audio_ctl_dest_volume(struct hdaa_pcm_devinfo *pdevinfo, int ossdev, nid_t nid, int index, int mute, int left, int right, int depth) argument
2503 uint32_t mute; local
3003 int mute, offset, step, size; local
[all...]
H A Dhdaa.h142 int mute, step, size, offset; member in struct:hdaa_audio_ctl
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dac97.c51 unsigned mute:1; /* bit15 is MUTE */ member in struct:ac97mixtable_entry
488 * If we have a mute bit, add it to the mask and
489 * update val and set mute if both channels require a
492 if (e->mute == 1) {
701 * Test for mute bit (except for AC97_MIX_TONE,
704 if (codec->mix[i].mute) {
724 j | (codec->mix[i].mute ? 0x8000 : 0));
743 * the only usable part is the mute bit.
/freebsd-13-stable/sys/dev/sound/macio/
H A Di2s.c285 {"headphone-mute", HEADPHONE_MUTE},
286 {"lineout-mute", LINEOUT_MUTE},
287 {"amp-mute", AMP_MUTE},
679 i2s_mute_##xxx(struct i2s_softc *sc, int mute) \
685 if (mute) \
/freebsd-13-stable/sys/dev/sound/pci/
H A Dvibes.c466 u_int8_t mute:1; /* Supports muting */ member in struct:sv_mix_props
494 if (mt[dev].mute) {

Completed in 247 milliseconds