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

/freebsd-9.3-release/sbin/conscontrol/
H A Dconscontrol.c51 " conscontrol mute on | off",
60 int mute; local
64 len = sizeof(mute);
65 if (sysctlbyname("kern.consmute", &mute, &len, NULL, 0) == -1)
84 printf(" Muting: %s\n", mute ? "on" : "off");
91 int mute; local
95 mute = 1;
97 mute = 0;
100 len = sizeof(mute);
101 if (sysctlbyname("kern.consmute", NULL, NULL, &mute, le
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DTimeValue.inc55 // Emulate %e on %d to mute '0'.
/freebsd-9.3-release/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-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c261 if (ctl != NULL && ctl->mute) {
291 if (ctl != NULL && ctl->mute) {
1264 "Setting amplifier nid=%d index=%d %s mute=%d/%d vol=%d/%d\n",
1283 hdaa_audio_ctl_amp_set(struct hdaa_audio_ctl *ctl, uint32_t mute, argument
1292 if (mute != HDAA_AMP_MUTE_DEFAULT)
1293 ctl->muted = mute;
1928 int mute, int *left, int *right)
1934 ctl->devmute[ossdev] = mute;
1957 int ossdev, nid_t nid, int index, int mute, int left, int right, int depth)
1987 hdaa_audio_ctl_dev_set(ctl, ossdev, mute,
1927 hdaa_audio_ctl_dev_set(struct hdaa_audio_ctl *ctl, int ossdev, int mute, int *left, int *right) argument
1956 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
2032 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
2107 uint32_t mute; local
2607 int mute, offset, step, size; local
[all...]
H A Dhdaa.h140 int mute, step, size, offset; member in struct:hdaa_audio_ctl
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/sys/dev/sound/sbus/
H A Dcs4231.c146 u_int32_t mute:8; member in struct:mix_table
638 /* mute AUX1 since it generates noises */
957 val |= mt->mute;
959 old &= ~(mt->mute | (mask << shift));

Completed in 201 milliseconds