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

/freebsd-11-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-11-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.c6322 if (nphy->mute)
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_panasonic.c228 int mute; local
232 mute = 1;
233 hkey_sound_mute(sc->handle, HKEY_SET, &mute);
464 /* Toggle sound mute. */
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c397 if (ctl != NULL && ctl->mute) {
427 if (ctl != NULL && ctl->mute) {
1122 "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;
2323 int mute, int *left, int *right)
2329 ctl->devmute[ossdev] = mute;
2352 int ossdev, nid_t nid, int index, int mute, in
2322 hdaa_audio_ctl_dev_set(struct hdaa_audio_ctl *ctl, int ossdev, int mute, int *left, int *right) argument
2351 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
2427 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
2502 uint32_t mute; local
3002 int mute, offset, step, size; local
[all...]
H A Dhdaa.h140 int mute, step, size, offset; member in struct:hdaa_audio_ctl
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dac97.c49 unsigned mute:1; /* bit15 is MUTE */ member in struct:ac97mixtable_entry
486 * If we have a mute bit, add it to the mask and
487 * update val and set mute if both channels require a
490 if (e->mute == 1) {
699 * Test for mute bit (except for AC97_MIX_TONE,
702 if (codec->mix[i].mute) {
722 j | (codec->mix[i].mute ? 0x8000 : 0));
741 * the only usable part is the mute bit.
/freebsd-11-stable/sys/dev/sound/macio/
H A Di2s.c286 {"headphone-mute", HEADPHONE_MUTE},
287 {"lineout-mute", LINEOUT_MUTE},
288 {"amp-mute", AMP_MUTE},
682 i2s_mute_##xxx(struct i2s_softc *sc, int mute) \
688 if (mute) \
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvibes.c464 u_int8_t mute:1; /* Supports muting */ member in struct:sv_mix_props
492 if (mt[dev].mute) {
/freebsd-11-stable/sys/dev/sound/sbus/
H A Dcs4231.c146 u_int32_t mute:8; member in struct:mix_table
640 /* mute AUX1 since it generates noises */
959 val |= mt->mute;
961 old &= ~(mt->mute | (mask << shift));

Completed in 166 milliseconds