Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/radio/
Dradio-typhoon.c72 int muted; member
121 if (vol == 0 && !ty->muted) { in typhoon_s_mute_volume()
122 ty->muted = true; in typhoon_s_mute_volume()
125 if (vol && ty->muted) { in typhoon_s_mute_volume()
126 ty->muted = false; in typhoon_s_mute_volume()
Ddsbr100.c88 bool muted; member
99 if (!radio->muted) { in dsbr100_setfreq()
247 radio->muted = ctrl->val; in usb_dsbr100_s_ctrl()
248 return radio->muted ? dsbr100_stop(radio) : dsbr100_start(radio); in usb_dsbr100_s_ctrl()
291 if (!radio->muted && dsbr100_stop(radio) < 0) in usb_dsbr100_suspend()
305 if (!radio->muted && dsbr100_start(radio) < 0) in usb_dsbr100_resume()
396 radio->muted = true; in usb_dsbr100_probe()
Dradio-gemtek.c105 bool muted; member
158 mute = gt->muted ? GEMTEK_MT : 0x00; in gemtek_bu2614_transmit()
188 gt->muted = true; in gemtek_alloc()
199 if (hardmute && gt->muted) in gemtek_s_frequency()
222 gt->muted = mute; in gemtek_s_mute_volume()
Dradio-zoltrix.c76 bool muted; member
91 zol->muted = mute; in zoltrix_s_mute_volume()
159 return zoltrix_s_mute_volume(isa, zol->muted, zol->curvol); in zoltrix_s_frequency()
Dsaa7706h.c131 unsigned muted; member
304 state->muted = 0; in saa7706h_unmute()
317 state->muted = 1; in saa7706h_mute()
392 state->muted = 1; in saa7706h_probe()
Dradio-mr800.c140 int muted; member
199 radio->muted = mute; in amradio_set_mute()
449 if (!radio->muted) { in usb_amradio_suspend()
451 radio->muted = false; in usb_amradio_suspend()
468 if (!radio->muted) in usb_amradio_resume()
Dradio-keene.c73 bool muted; member
98 radio->buffer[5] = (radio->muted ? 4 : 8) | (play ? 1 : 2) | in keene_cmd_main()
254 radio->muted = ctrl->val; in keene_s_ctrl()
Dradio-ma901.c97 bool muted; member
DKconfig474 the device is muted. There should be no local radio station at that
/linux-4.1.27/drivers/media/i2c/
Dwm8775.c98 int muted = 0 != state->mute->val; in wm8775_set_audio() local
107 if (muted || quietly) in wm8775_set_audio()
114 if (!muted) in wm8775_set_audio()
Dmsp3400-driver.c357 int reallymuted = state->muted->val | state->scan_in_progress; in msp_s_ctrl()
363 state->muted->val ? "on" : "off", in msp_s_ctrl()
415 state->muted->val = state->muted->cur.val; in msp_update_volume()
812 state->muted = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
Dmsp3400-driver.h95 struct v4l2_ctrl *muted; member
Dtvaudio.c131 u16 muted; member
1701 chip->muted = ctrl->val; in tvaudio_s_ctrl()
1702 if (chip->muted) in tvaudio_s_ctrl()
1756 if (chip->muted) in tvaudio_s_routing()
/linux-4.1.27/sound/soc/omap/
Dams-delta.c265 int muted; in cx81801_timeout() local
269 muted = ams_delta_muted; in cx81801_timeout()
274 if (!muted) in cx81801_timeout()
/linux-4.1.27/Documentation/video4linux/
Dsi476x.txt48 0x05 | smute | 0 - Audio is not soft muted
49 | | 1 - Audio is soft muted
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt23 Specifies the number of muted audio frames to play before normal
88 Specifies the number of muted audio frames to play before normal audio
Dfw-encoder-api.txt649 0 '0'=video not muted
650 '1'=video muted, creates frames with the YUV color defined below
663 0=audio not muted
664 1=audio muted (produces silent mpeg audio stream)
/linux-4.1.27/Documentation/sound/alsa/
DMIXART.txt42 can be muted for each stream to use 8 analog/digital outputs separately.
Dhdspm.txt236 is channel muted 0 and 32768 an amplification of 1.
354 channels have to be muted on after loading the driver, but was
DHD-Audio-Controls.txt19 "Disabled" and "Enabled" state. When enabled, the speaker is muted
/linux-4.1.27/sound/pci/hda/
Dpatch_sigmatel.c401 int muted = !enabled; in stac_update_led_status() local
408 muted = !muted; in stac_update_led_status()
411 if (muted) in stac_update_led_status()
418 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD; in stac_update_led_status()
Dpatch_realtek.c1806 static void alc882_gpio_mute(struct hda_codec *codec, int pin, int muted) in alc882_gpio_mute() argument
1813 if (!muted) in alc882_gpio_mute()
/linux-4.1.27/Documentation/video4linux/bttv/
DSound-FAQ35 mixer settings too. ALSA for example has everything muted by default.
/linux-4.1.27/sound/sparc/
Ddbri.c1375 static void cs4215_setdata(struct snd_dbri *dbri, int muted) in cs4215_setdata() argument
1377 if (muted) { in cs4215_setdata()