Home
last modified time | relevance | path

Searched refs:muted (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/media/radio/
H A Dradio-typhoon.c73 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 Ddsbr100.c75 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 Dradio-zoltrix.c77 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 Dradio-mr800.c127 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 Dradio-keene.c60 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 Dradio-ma901.c84 bool muted; member
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dell-privacy-wmi14 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:
/linux/sound/soc/ti/
H A Dams-delta.c265 int muted; in cx81801_timeout() local
269 muted = ams_delta_muted; in cx81801_timeout()
274 if (!muted) in cx81801_timeout()
/linux/drivers/media/i2c/
H A Dmsp3400-driver.h103 struct v4l2_ctrl *muted; member
/linux/Documentation/admin-guide/media/
H A Dsi476x.rst52 0x05 smute 0 - Audio is not soft muted
53 1 - Audio is soft muted
/linux/Documentation/sound/cards/
H A Dmixart.rst45 can be muted for each stream to use 8 analog/digital outputs separately.
H A Dhdspm.rst243 is channel muted 0 and 32768 an amplification of 1.
369 channels have to be muted on after loading the driver, but was
/linux/Documentation/leds/
H A Dwell-known-leds.txt57 LEDs on notebook body, indicating that sound input / output is muted.
/linux/sound/hda/codecs/cirrus/
H A Dcs8409.c1272 bool muted = !ucontrol->value.integer.value[0]; in cs8409_spk_sw_put()
1274 if (muted == spec->speaker_muted) in cs8409_spk_sw_put()
1277 spec->speaker_muted = muted; in cs8409_spk_sw_put() local
/linux/Documentation/sound/hd-audio/
H A Dcontrols.rst24 "Disabled" and "Enabled" state. When enabled, the speaker is muted
/linux/Documentation/driver-api/media/drivers/
H A Dbttv-devel.rst41 mixer settings too. ALSA for example has everything muted by default.
H A Dcx2341x-devel.rst2109 0 '0'=video not muted
2110 '1'=video muted, creates frames with the YUV color defined below
2131 - 0=audio not muted
2132 - 1=audio muted (produces silent mpeg audio stream)
2239 Specifies the number of muted audio frames to play before normal
2361 Specifies the number of muted audio frames to play before normal audio
/linux/sound/hda/codecs/
H A Dsigmatel.c365 static void stac_update_led_status(struct hda_codec *codec, bool muted) in stac_vref_led_power_filter()
374 muted = !muted; in stac_update_led_status()
377 if (muted) in stac_update_led_status()
384 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD; in stac_update_led_status()
723 * that corresponds to the NOT muted state of the master volume in set_hp_led_gpio()
373 stac_update_led_status(struct hda_codec * codec,bool muted) stac_update_led_status() argument
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-decoder-cmd.rst151 muted when playing back at a non-standard speed.
/linux/sound/sparc/
H A Ddbri.c1382 static void cs4215_setdata(struct snd_dbri *dbri, int muted) in cs4215_setdata() argument
1384 if (muted) { in cs4215_setdata()