/freebsd/usr.sbin/mixer/tests/ |
H A D | mixer_test.sh | 200 atf_test_case mute cleanup 212 # Check that the mute control exists 213 atf_check -o not-empty mixer vol.mute 215 atf_check -o ignore -e empty mixer vol.mute=off 216 atf_check -o match:"=off" mixer vol.mute 218 atf_check -o ignore -e empty mixer vol.mute=on 219 atf_check -o match:"=on" mixer vol.mute 221 atf_check -o ignore -e empty mixer vol.mute=toggle 222 atf_check -o match:"=off" mixer vol.mute 225 atf_check -o ignore -e empty mixer vol.mute=0 [all …]
|
/freebsd/sbin/conscontrol/ |
H A D | conscontrol.c | 50 " conscontrol mute on | off", in usage() 59 int mute; in consstatus() local 63 len = sizeof(mute); in consstatus() 64 if (sysctlbyname("kern.consmute", &mute, &len, NULL, 0) == -1) in consstatus() 83 printf(" Muting: %s\n", mute ? "on" : "off"); in consstatus() 90 int mute; in consmute() local 94 mute = 1; in consmute() 96 mute = 0; in consmute() 99 len = sizeof(mute); in consmute() 100 if (sysctlbyname("kern.consmute", NULL, NULL, &mute, len) == -1) in consmute() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | st,sta350.txt | 86 - st,invalid-input-detect-mute: 87 If present, automatic invalid input detect mute is enabled. 89 - st,activate-mute-output: 90 If present, a mute output will be activated in ase the volume will 105 mute commands. 129 st,invalid-input-detect-mute; // mute if no valid digital
|
H A D | wlf,wm8524.yaml | 22 wlf,mute-gpios: 25 a GPIO spec for the MUTE pin. 29 - wlf,mute-gpios 39 wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
H A D | rohm,bd28623.txt | 5 to GPIOs: reset and mute. 16 - mute-gpios : GPIO specifier for the active low mute line 28 mute-gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
|
H A D | maxim,max9759.yaml | 20 mute-gpios: 22 description: the gpio connected to the mute pin 31 - mute-gpios 42 mute-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
|
H A D | rohm,bd28623.yaml | 12 that can be connected to GPIOs reset and mute. 44 mute-gpios: 47 GPIO specifier for the active low mute line 69 mute-gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
|
H A D | wm8524.txt | 9 - wlf,mute-gpios: a GPIO spec for the MUTE pin. 15 wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
H A D | uda1334.txt | 8 - nxp,mute-gpios: a GPIO spec for the MUTE pin. 15 nxp,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
H A D | maxim,max9759.txt | 7 - mute-gpios : the gpio connected to the mute pin 15 mute-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
|
H A D | ak4458.txt | 12 - mute-gpios: A GPIO specifier for the soft mute pin 26 mute-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>
|
H A D | asahi-kasei,ak4458.yaml | 30 mute-gpios: 33 GPIO used to mute all the outputs 71 mute-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
|
H A D | st,sta32x.txt | 78 - st,invalid-input-detect-mute: 79 If present, automatic invalid input detect mute is enabled. 99 st,invalid-input-detect-mute; // mute if no valid digital
|
H A D | renesas,rsnd.txt | 15 - DVC : Digital Volume and Mute Function 155 * DVC (Digital Volume and Mute Function) 166 Playback Mute 167 amixer set "DVC Out Mute" on 169 Capture Mute 170 amixer set "DVC In Mute" on
|
H A D | ti,tas6424.txt | 10 - mute-gpios: GPIO used to mute all the outputs
|
H A D | tda7419.txt | 13 - st,mute-gpios : a GPIO spec for the MUTE pin.
|
/freebsd/usr.sbin/mixer/ |
H A D | mixer.8 | 167 .It Ar dev Cm .mute Ta Cm 0 | 1 | ^ 168 .It Ar dev Cm .mute Ta Cm off | on | toggle 203 .Ar dev Ns Cm .mute 214 toggles the mute of 304 Toggle the mute for 307 $ mixer vol.mute=toggle
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | richtek,rt5190a-regulator.yaml | 17 It also supports mute AC OFF depop sound and quick setting storage while 43 richtek,mute-enable: 45 The mute function uses 'mutein', 'muteout', and 'vdet' pins as the control 49 speakers mute. this function is commonly used to prevent the speaker pop
|
/freebsd/share/man/man4/ |
H A D | acpi_panasonic.4 | 58 which include changing LCD luminance and speaker mute state. 64 sound mute state via 156 A read-write boolean flag to control whether to mute the speaker. 157 The value 1 means to mute and 0 not.
|
H A D | acpi_ibm.4 | 141 Mute 232 Mute 266 Volume Up/Down/Mute Button 272 .It Va dev.acpi_ibm.0.mute 440 LEVEL=`sysctl -n dev.acpi_${OEM}.0.mute`
|
/freebsd/sys/arm/allwinner/ |
H A D | a10_codec.c | 61 /* toggle DAC/ADC mute */ 62 void (*mute)(struct a10codec_info *, int, int); member 315 a10_mute(struct a10codec_info *sc, int mute, int dir) in a10_mute() argument 321 if (mute) { in a10_mute() 335 if (mute) { in a10_mute() 577 h3_mute(struct a10codec_info *sc, int mute, int dir) in h3_mute() argument 580 if (mute) { in h3_mute() 581 /* Mute DAC l/r channels to output mixer */ in h3_mute() 596 if (mute) { in h3_mute() 737 sc->cfg->mute(sc, 0, ch->dir); in a10codec_start() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,merge.yaml | 68 mediatek,merge-mute: 69 description: Support mute function. Mute the content of merge output.
|
/freebsd/lib/libmixer/ |
H A D | mixer.3 | 347 function modifies the mute of a selected device. 353 Mute the device. 357 Toggle the device's mute (e.g mute if unmuted and unmute if muted). 530 .Ss Mute all unmuted devices 542 warn("cannot mute device: %s", dp->name);
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/leds/ |
H A D | common.h | 55 platform::mute (etc) is sometimes seen, :mute would be better */ 67 #define LED_FUNCTION_MUTE "mute"
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adf4350.txt | 58 - adi,mute-till-lock-enable: Enables Mute-Till-Lock-Detect function. 85 adi,mute-till-lock-enable;
|