/openbmc/linux/drivers/media/radio/ |
H A D | radio-typhoon.c | 73 int muted; member 122 if (vol == 0 && !ty->muted) { in typhoon_s_mute_volume() 123 ty->muted = true; in typhoon_s_mute_volume() 126 if (vol && ty->muted) { in typhoon_s_mute_volume() 127 ty->muted = false; in typhoon_s_mute_volume()
|
H A D | dsbr100.c | 75 bool muted; member 86 if (!radio->muted) { in dsbr100_setfreq() 232 radio->muted = ctrl->val; in usb_dsbr100_s_ctrl() 233 return radio->muted ? dsbr100_stop(radio) : dsbr100_start(radio); in usb_dsbr100_s_ctrl() 276 if (!radio->muted && dsbr100_stop(radio) < 0) in usb_dsbr100_suspend() 290 if (!radio->muted && dsbr100_start(radio) < 0) in usb_dsbr100_resume() 383 radio->muted = true; in usb_dsbr100_probe()
|
H A D | radio-gemtek.c | 102 bool muted; member 155 mute = gt->muted ? GEMTEK_MT : 0x00; in gemtek_bu2614_transmit() 185 gt->muted = true; in gemtek_alloc() 196 if (hardmute && gt->muted) in gemtek_s_frequency() 219 gt->muted = mute; in gemtek_s_mute_volume()
|
H A D | radio-zoltrix.c | 77 bool muted; member 92 zol->muted = mute; in zoltrix_s_mute_volume() 160 return zoltrix_s_mute_volume(isa, zol->muted, zol->curvol); in zoltrix_s_frequency()
|
H A D | saa7706h.c | 119 unsigned muted; member 292 state->muted = 0; in saa7706h_unmute() 305 state->muted = 1; in saa7706h_mute() 367 state->muted = 1; in saa7706h_probe()
|
H A D | radio-mr800.c | 127 int muted; member 186 radio->muted = mute; in amradio_set_mute() 433 if (!radio->muted) { in usb_amradio_suspend() 435 radio->muted = false; in usb_amradio_suspend() 452 if (!radio->muted) in usb_amradio_resume()
|
H A D | radio-keene.c | 60 bool muted; member 85 radio->buffer[5] = (radio->muted ? 4 : 8) | (play ? 1 : 2) | in keene_cmd_main() 239 radio->muted = ctrl->val; in keene_s_ctrl()
|
H A D | radio-ma901.c | 84 bool muted; member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dell-privacy-wmi | 14 Identifies the local microphone can be muted by hardware, no applications 49 Identifies the local microphone can be muted by hardware, no applications 58 muted:
|
/openbmc/linux/drivers/media/i2c/ |
H A D | wm8775.c | 85 int muted = 0 != state->mute->val; in wm8775_set_audio() local 94 if (muted || quietly) in wm8775_set_audio() 101 if (!muted) in wm8775_set_audio()
|
H A D | msp3400-driver.c | 343 int reallymuted = state->muted->val | state->scan_in_progress; in msp_s_ctrl() 349 state->muted->val ? "on" : "off", in msp_s_ctrl() 401 state->muted->val = state->muted->cur.val; in msp_update_volume() 816 state->muted = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
|
H A D | msp3400-driver.h | 103 struct v4l2_ctrl *muted; member
|
H A D | tvaudio.c | 129 u16 muted; member 1751 chip->muted = ctrl->val; in tvaudio_s_ctrl() 1752 if (chip->muted) in tvaudio_s_ctrl() 1806 if (chip->muted) in tvaudio_s_routing()
|
/openbmc/linux/sound/soc/ti/ |
H A D | ams-delta.c | 267 int muted; in cx81801_timeout() local 271 muted = ams_delta_muted; in cx81801_timeout() 276 if (!muted) in cx81801_timeout()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | si476x.rst | 52 0x05 smute 0 - Audio is not soft muted 53 1 - Audio is soft muted
|
/openbmc/qemu/hw/audio/ |
H A D | hda-codec.c | 451 bool muted; in hda_audio_set_amp() local 458 muted = st->mute_left && st->mute_right; in hda_audio_set_amp() 469 AUD_set_volume_out(st->voice.out, muted, left, right); in hda_audio_set_amp() 471 AUD_set_volume_in(st->voice.in, muted, left, right); in hda_audio_set_amp()
|
/openbmc/qemu/audio/ |
H A D | pwaudio.c | 56 bool muted; member 670 v->muted = vol->mute; in qpw_voice_set_volume() 671 float val = v->muted ? 1.f : 0.f; in qpw_voice_set_volume()
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | hdspm.rst | 243 is channel muted 0 and 32768 an amplification of 1. 369 channels have to be muted on after loading the driver, but was
|
H A D | mixart.rst | 45 can be muted for each stream to use 8 analog/digital outputs separately.
|
/openbmc/linux/Documentation/leds/ |
H A D | well-known-leds.txt | 57 LEDs on notebook body, indicating that sound input / output is muted.
|
/openbmc/linux/Documentation/sound/hd-audio/ |
H A D | controls.rst | 24 "Disabled" and "Enabled" state. When enabled, the speaker is muted
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | bttv-devel.rst | 41 mixer settings too. ALSA for example has everything muted by default.
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs35l36.txt | 134 is muted.
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_sigmatel.c | 373 static void stac_update_led_status(struct hda_codec *codec, bool muted) in stac_update_led_status() argument 382 muted = !muted; in stac_update_led_status() 385 if (muted) in stac_update_led_status() 392 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD; in stac_update_led_status()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-decoder-cmd.rst | 151 muted when playing back at a non-standard speed.
|