/linux-4.4.14/Documentation/sound/oss/ |
D | WaveArtist | 57 lmute: left mute 58 mmute: mono mute 61 rmute: right mute 86 ------------*->mute>--> Gain >--> | | | | 90 ----------*--->mute>--> Gain >--> M | | r8b0-2 94 --------*----->mute>--> Gain >--> I | | 98 *------->mute>--> Gain >--> X >-->AMP>--* 102 | /----->mute>--> Gain >--> E | | 106 | | /--->mute>--> Gain >--> R | | 110 | | | /->mute>--> Gain >--> | | +---v---+ [all …]
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-gemtek.c | 156 int i, bit, q, mute; in gemtek_bu2614_transmit() local 158 mute = gt->muted ? GEMTEK_MT : 0x00; in gemtek_bu2614_transmit() 160 outb_p(mute | GEMTEK_CE | GEMTEK_DA | GEMTEK_CK, isa->io); in gemtek_bu2614_transmit() 165 outb_p(mute | GEMTEK_CE | bit, isa->io); in gemtek_bu2614_transmit() 167 outb_p(mute | GEMTEK_CE | bit | GEMTEK_CK, isa->io); in gemtek_bu2614_transmit() 171 outb_p(mute | GEMTEK_DA | GEMTEK_CK, isa->io); in gemtek_bu2614_transmit() 217 static int gemtek_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in gemtek_s_mute_volume() argument 222 gt->muted = mute; in gemtek_s_mute_volume() 224 if (!mute) in gemtek_s_mute_volume() 243 outb_p((i >> 5) | (mute ? GEMTEK_MT : 0), isa->io); in gemtek_s_mute_volume()
|
D | radio-rtrack2.c | 86 outb_p(v4l2_ctrl_g_ctrl(isa->mute), isa->io); in rtrack2_s_frequency() 96 static int rtrack2_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in rtrack2_s_mute_volume() argument 98 outb(mute, isa->io); in rtrack2_s_mute_volume()
|
D | radio-aimslab.c | 91 if (!v4l2_ctrl_g_ctrl(rt->isa.mute)) in rtrack_set_pins() 117 static int rtrack_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in rtrack_s_mute_volume() argument 122 if (mute) { in rtrack_s_mute_volume()
|
D | radio-isa.h | 44 struct v4l2_ctrl *mute; member 66 int (*s_mute_volume)(struct radio_isa_card *isa, bool mute, int volume);
|
D | radio-sf16fmi.c | 52 bool mute; member 75 if (!fmi->mute) in fmi_set_pins() 110 val = fmi->mute ? 0x00 : 0x08; /* mute/unmute */ in fmi_getsigstr() 201 fmi->mute = ctrl->val; in fmi_s_ctrl() 352 fmi->mute = true; in fmi_init()
|
D | radio-zoltrix.c | 86 static int zoltrix_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in zoltrix_s_mute_volume() argument 91 zol->muted = mute; in zoltrix_s_mute_volume() 92 if (mute || vol == 0) { in zoltrix_s_mute_volume()
|
D | radio-aztech.c | 109 static int aztech_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in aztech_s_mute_volume() argument 113 if (mute) in aztech_s_mute_volume()
|
D | radio-terratec.c | 61 static int terratec_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in terratec_s_mute_volume() argument 65 if (mute) in terratec_s_mute_volume()
|
D | radio-typhoon.c | 110 static int typhoon_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in typhoon_s_mute_volume() argument 114 if (mute) in typhoon_s_mute_volume()
|
D | radio-trust.c | 119 static int trust_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in trust_s_mute_volume() argument 123 tr->ioval = (tr->ioval & 0xf7) | (mute << 3); in trust_s_mute_volume()
|
D | tea575x.c | 119 if (!tea->mute) in snd_tea575x_write() 151 if (tea->mute) in snd_tea575x_read() 475 tea->mute = ctrl->val; in tea575x_s_ctrl() 515 tea->mute = true; in snd_tea575x_hw_init()
|
D | radio-mr800.c | 193 static int amradio_set_mute(struct amradio_device *radio, bool mute) in amradio_set_mute() argument 196 AMRADIO_SET_MUTE, mute, NULL, 0, false); in amradio_set_mute() 199 radio->muted = mute; in amradio_set_mute()
|
D | radio-isa.c | 233 isa->mute = v4l2_ctrl_new_std(&isa->hdl, &radio_isa_ctrl_ops, in radio_isa_common_probe() 246 v4l2_ctrl_cluster(2, &isa->mute); in radio_isa_common_probe()
|
D | radio-sf16fmr2.c | 117 if (!fmr2->tea.mute) in tc9154a_set_pins()
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-control.c | 139 value->value.integer.value[0] = !oxfw->mute; in oxfw_mute_get() 148 bool mute; in oxfw_mute_put() local 151 mute = !value->value.integer.value[0]; in oxfw_mute_put() 153 if (mute == oxfw->mute) in oxfw_mute_put() 156 err = oxfw_mute_command(oxfw, &mute, CTL_WRITE); in oxfw_mute_put() 159 oxfw->mute = mute; in oxfw_mute_put() 263 err = oxfw_mute_command(oxfw, &oxfw->mute, CTL_READ); in snd_oxfw_create_mixer()
|
D | oxfw.h | 67 bool mute; member
|
/linux-4.4.14/drivers/media/i2c/ |
D | wm8739.c | 59 struct v4l2_ctrl *mute; member 104 u16 mute; in wm8739_s_ctrl() local 122 mute = state->mute->val ? 0x80 : 0; in wm8739_s_ctrl() 127 wm8739_write(sd, R0, (vol_l & 0x1f) | mute); in wm8739_s_ctrl() 128 wm8739_write(sd, R1, (vol_r & 0x1f) | mute); in wm8739_s_ctrl() 215 state->mute = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops, in wm8739_probe()
|
D | wm8775.c | 59 struct v4l2_ctrl *mute; member 98 int muted = 0 != state->mute->val; in wm8775_set_audio() 133 if (v4l2_ctrl_g_ctrl(state->mute)) in wm8775_s_routing() 241 state->mute = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops, in wm8775_probe()
|
D | tda7432.c | 72 struct v4l2_ctrl *mute; member 293 if (t->mute->val) { in tda7432_s_ctrl() 363 t->mute = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops, in tda7432_probe() 379 v4l2_ctrl_cluster(2, &t->mute); in tda7432_probe()
|
D | saa717x.c | 783 u8 mute = 0xac; /* -84 dB */ in set_audio_regs() local 803 val = mute | (mute << 8); in set_audio_regs()
|
/linux-4.4.14/include/sound/ |
D | tlv.h | 48 #define TLV_DB_SCALE_ITEM(min, step, mute) \ argument 52 ((mute) ? TLV_DB_SCALE_MUTE : 0)) 53 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \ argument 54 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
|
D | soc-dai.h | 138 int snd_soc_dai_digital_mute(struct snd_soc_dai *dai, int mute, 174 int (*digital_mute)(struct snd_soc_dai *dai, int mute); 175 int (*mute_stream)(struct snd_soc_dai *dai, int mute, int stream);
|
D | pt2258.h | 31 int mute; member
|
D | soc-dpcm.h | 137 int soc_dpcm_be_digital_mute(struct snd_soc_pcm_runtime *fe, int mute);
|
D | vx_core.h | 319 void vx_toggle_dac_mute(struct vx_core *chip, int mute);
|
D | wavefront.h | 327 u8 mute:1; member
|
/linux-4.4.14/drivers/ps3/ |
D | ps3av_cmd.c | 225 int ps3av_cmd_av_video_mute(int num_of_port, u32 *port, u32 mute) in ps3av_cmd_av_video_mute() argument 235 av_video_mute.mute[i].avport = port[i]; in ps3av_cmd_av_video_mute() 236 av_video_mute.mute[i].mute = mute; in ps3av_cmd_av_video_mute() 276 int ps3av_cmd_av_tv_mute(u32 avport, u32 mute) in ps3av_cmd_av_tv_mute() argument 283 tv_mute.mute = mute; in ps3av_cmd_av_tv_mute() 421 int ps3av_cmd_video_format_black(u32 head, u32 video_fmt, u32 mute) in ps3av_cmd_video_format_black() argument 428 if (mute != PS3AV_CMD_MUTE_OFF) in ps3av_cmd_video_format_black() 448 int ps3av_cmd_av_audio_mute(int num_of_port, u32 *port, u32 mute) in ps3av_cmd_av_audio_mute() argument 459 av_audio_mute.mute[i].avport = port[i]; in ps3av_cmd_av_audio_mute() 460 av_audio_mute.mute[i].mute = mute; in ps3av_cmd_av_audio_mute() [all …]
|
D | ps3av.c | 347 static int ps3av_set_av_video_mute(u32 mute) in ps3av_set_av_video_mute() argument 355 res = ps3av_cmd_av_video_mute(1, &ps3av->av_port[i], mute); in ps3av_set_av_video_mute() 397 static int ps3av_set_audio_mute(u32 mute) in ps3av_set_audio_mute() argument 406 res = ps3av_cmd_av_audio_mute(1, &ps3av->av_port[i], mute); in ps3av_set_audio_mute() 411 res = ps3av_cmd_audio_mute(1, &ps3av->opt_port[i], mute); in ps3av_set_audio_mute() 905 int ps3av_video_mute(int mute) in ps3av_video_mute() argument 907 return ps3av_set_av_video_mute(mute ? PS3AV_CMD_MUTE_ON in ps3av_video_mute() 913 int ps3av_audio_mute_analog(int mute) in ps3av_audio_mute_analog() argument 920 mute); in ps3av_audio_mute_analog() 928 int ps3av_audio_mute(int mute) in ps3av_audio_mute() argument [all …]
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | dvc.c | 21 struct rsnd_kctrl_cfg_m mute; member 86 u32 mute = 0; in rsnd_dvc_volume_update() local 89 for (i = 0; i < dvc->mute.cfg.size; i++) in rsnd_dvc_volume_update() 90 mute |= (!!dvc->mute.cfg.val[i]) << i; in rsnd_dvc_volume_update() 126 if (mute) { in rsnd_dvc_volume_update() 128 rsnd_mod_write(mod, DVC_ZCMCR, mute); in rsnd_dvc_volume_update() 144 rsnd_kctrl_remove(dvc->mute); in rsnd_dvc_remove_gen2() 225 &dvc->mute, 1); in rsnd_dvc_pcm_new()
|
/linux-4.4.14/sound/soc/spear/ |
D | spdif_out.c | 31 u32 mute; member 167 if (!host->saved_params.mute) in spdif_out_trigger() 191 static int spdif_digital_mute(struct snd_soc_dai *dai, int mute) in spdif_digital_mute() argument 196 host->saved_params.mute = mute; in spdif_digital_mute() 200 if (mute) in spdif_digital_mute() 219 ucontrol->value.integer.value[0] = host->saved_params.mute; in spdif_mute_get() 229 if (host->saved_params.mute == ucontrol->value.integer.value[0]) in spdif_mute_put()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Audigy-mixer.txt | 271 2 - mono, C destination attn, default 0 (mute) 272 3 - mono, D destination attn, default 0 (mute) 273 4 - mono, E destination attn, default 0 (mute) 274 5 - mono, F destination attn, default 0 (mute) 275 6 - mono, G destination attn, default 0 (mute) 276 7 - mono, H destination attn, default 0 (mute) 278 9 - left, B destination attn, default 0 (mute) 279 10 - left, C destination attn, default 0 (mute) 280 11 - left, D destination attn, default 0 (mute) 281 12 - left, E destination attn, default 0 (mute) [all …]
|
D | SB-Live-mixer.txt | 294 2 - mono, C destination attn, default 0 (mute) 295 3 - mono, D destination attn, default 0 (mute) 297 5 - left, B destination attn, default 0 (mute) 298 6 - left, C destination attn, default 0 (mute) 299 7 - left, D destination attn, default 0 (mute) 300 8 - right, A destination attn, default 0 (mute) 302 10 - right, C destination attn, default 0 (mute) 303 11 - right, D destination attn, default 0 (mute)
|
D | HD-Audio-Controls.txt | 14 This is an enum control to change the auto-mute behavior of the 47 jacks. That is, the headphone won't auto-mute the other line-outs, 92 the jack detection so that the headphone auto-mute can work, while
|
D | HD-Audio-Models.txt | 291 hp-led HP with broken BIOS for mute LED 292 hp-inv-led HP with broken BIOS for inverted mute LED 293 hp-mic-led HP with mic-mute LED
|
D | MIXART.txt | 55 and mute control.
|
D | HD-Audio.txt | 227 Another related problem is the automatic mute of speaker output by 425 the codec parser will skip the features like auto-mute or mic 448 - auto_mute (bool): enable/disable the headphone auto-mute feature; 580 some codecs. Make sure that you mute all unneeded signal routes when 643 output, left, idx=0, mute=0, val=25
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | codec.txt | 21 7) DAC Digital mute control. 158 7 - Codec DAC digital mute control 160 Most codecs have a digital mute before the DACs that can be used to 161 minimise any system noise. The mute stops any digital data from 165 when the mute is applied or freed. 169 static int wm8974_mute(struct snd_soc_dai *dai, int mute) 174 if (mute)
|
D | overview.txt | 46 codec up/down in the correct sequence (including using digital mute). ASoC
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
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
|
D | st,sta32x.txt | 71 - st,invalid-input-detect-mute: 72 If present, automatic invalid input detect mute is enabled. 90 st,invalid-input-detect-mute; // mute if no valid digital
|
D | nvidia,tegra-audio-wm8903.txt | 27 - nvidia,hp-mute-gpios : The GPIO that mutes the headphones
|
/linux-4.4.14/sound/i2c/other/ |
D | pt2258.c | 59 pt->mute = 1; in snd_pt2258_reset() 152 ucontrol->value.integer.value[0] = !pt->mute; in pt2258_switch_get() 164 if (pt->mute == val) in pt2258_switch_put() 167 pt->mute = val; in pt2258_switch_put()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 186 unsigned int mute; in mute_input_7134() local 193 mute = (dev->ctl_mute || in mute_input_7134() 195 if (card(dev).mute.name) { in mute_input_7134() 200 if (mute) in mute_input_7134() 201 in = &card(dev).mute; in mute_input_7134() 204 if (dev->hw_mute == mute && in mute_input_7134() 207 mute, in->name); in mute_input_7134() 213 dev->input->name, mute, in->name); in mute_input_7134() 214 dev->hw_mute = mute; in mute_input_7134() 219 saa_writeb(SAA7134_AUDIO_MUTE_CTRL, mute ? in mute_input_7134() [all …]
|
D | saa7134-cards.c | 149 .mute = { 192 .mute = { 270 .mute = { 320 .mute = { 420 .mute = { 642 .mute = { 742 .mute = { 804 .mute = { 868 .mute = { 1028 .mute = { [all …]
|
D | saa7134.h | 392 struct saa7134_input mute; member
|
/linux-4.4.14/sound/soc/codecs/ |
D | lm49453.c | 1224 static int lm49453_hp_mute(struct snd_soc_dai *dai, int mute) in lm49453_hp_mute() argument 1227 (mute ? (BIT(1)|BIT(0)) : 0)); in lm49453_hp_mute() 1231 static int lm49453_lo_mute(struct snd_soc_dai *dai, int mute) in lm49453_lo_mute() argument 1234 (mute ? (BIT(3)|BIT(2)) : 0)); in lm49453_lo_mute() 1238 static int lm49453_ls_mute(struct snd_soc_dai *dai, int mute) in lm49453_ls_mute() argument 1241 (mute ? (BIT(5)|BIT(4)) : 0)); in lm49453_ls_mute() 1245 static int lm49453_ep_mute(struct snd_soc_dai *dai, int mute) in lm49453_ep_mute() argument 1248 (mute ? BIT(4) : 0)); in lm49453_ep_mute() 1252 static int lm49453_ha_mute(struct snd_soc_dai *dai, int mute) in lm49453_ha_mute() argument 1255 (mute ? (BIT(7)|BIT(6)) : 0)); in lm49453_ha_mute()
|
D | twl6040.c | 953 int mute) in twl6040_mute_path() argument 966 if (mute) { in twl6040_mute_path() 977 priv->dl1_unmuted = !mute; in twl6040_mute_path() 983 if (mute) { in twl6040_mute_path() 993 priv->dl2_unmuted = !mute; in twl6040_mute_path() 1000 static int twl6040_digital_mute(struct snd_soc_dai *dai, int mute) in twl6040_digital_mute() argument 1004 twl6040_mute_path(dai->codec, TWL6040_DAI_DL1, mute); in twl6040_digital_mute() 1005 twl6040_mute_path(dai->codec, TWL6040_DAI_DL2, mute); in twl6040_digital_mute() 1009 twl6040_mute_path(dai->codec, dai->id, mute); in twl6040_digital_mute()
|
D | cq93vc.c | 46 static int cq93vc_mute(struct snd_soc_dai *dai, int mute) in cq93vc_mute() argument 51 if (mute) in cq93vc_mute()
|
D | isabelle.c | 868 static int isabelle_hs_mute(struct snd_soc_dai *dai, int mute) in isabelle_hs_mute() argument 871 BIT(4), (mute ? BIT(4) : 0)); in isabelle_hs_mute() 876 static int isabelle_hf_mute(struct snd_soc_dai *dai, int mute) in isabelle_hf_mute() argument 879 BIT(4), (mute ? BIT(4) : 0)); in isabelle_hf_mute() 884 static int isabelle_line_mute(struct snd_soc_dai *dai, int mute) in isabelle_line_mute() argument 887 BIT(4), (mute ? BIT(4) : 0)); in isabelle_line_mute()
|
D | sn95031.c | 652 static int sn95031_pcm_hs_mute(struct snd_soc_dai *dai, int mute) in sn95031_pcm_hs_mute() argument 655 SN95031_HSLVOLCTRL, BIT(7), (!mute << 7)); in sn95031_pcm_hs_mute() 657 SN95031_HSRVOLCTRL, BIT(7), (!mute << 7)); in sn95031_pcm_hs_mute() 661 static int sn95031_pcm_spkr_mute(struct snd_soc_dai *dai, int mute) in sn95031_pcm_spkr_mute() argument 664 SN95031_IHFLVOLCTRL, BIT(7), (!mute << 7)); in sn95031_pcm_spkr_mute() 666 SN95031_IHFRVOLCTRL, BIT(7), (!mute << 7)); in sn95031_pcm_spkr_mute()
|
D | pcm1792a.c | 90 static int pcm1792a_digital_mute(struct snd_soc_dai *dai, int mute) in pcm1792a_digital_mute() argument 97 PCM1792A_MUTE_MASK, !!mute); in pcm1792a_digital_mute()
|
D | sti-sas.c | 270 static int stih416_sas_dac_mute(struct snd_soc_dai *dai, int mute, int stream) in stih416_sas_dac_mute() argument 274 if (mute) { in stih416_sas_dac_mute() 284 static int stih407_sas_dac_mute(struct snd_soc_dai *dai, int mute, int stream) in stih407_sas_dac_mute() argument 288 if (mute) { in stih407_sas_dac_mute()
|
D | tlv320aic26.c | 136 static int aic26_mute(struct snd_soc_dai *dai, int mute) in aic26_mute() argument 143 dai, mute); in aic26_mute() 145 if (mute) in aic26_mute()
|
D | wm8728.c | 75 static int wm8728_mute(struct snd_soc_dai *dai, int mute) in wm8728_mute() argument 80 if (mute) in wm8728_mute()
|
D | tfa9879.c | 101 static int tfa9879_digital_mute(struct snd_soc_dai *dai, int mute) in tfa9879_digital_mute() argument 107 !!mute << TFA9879_S_MUTE_SHIFT); in tfa9879_digital_mute()
|
D | pcm1681.c | 159 static int pcm1681_digital_mute(struct snd_soc_dai *dai, int mute) in pcm1681_digital_mute() argument 165 if (mute) in pcm1681_digital_mute()
|
D | sta529.c | 254 static int sta529_mute(struct snd_soc_dai *dai, int mute) in sta529_mute() argument 258 if (mute) in sta529_mute()
|
D | uda134x.c | 123 static int uda134x_mute(struct snd_soc_dai *dai, int mute) in uda134x_mute() argument 129 pr_debug("%s mute: %d\n", __func__, mute); in uda134x_mute() 131 if (mute) in uda134x_mute()
|
D | cs4349.c | 137 static int cs4349_digital_mute(struct snd_soc_dai *dai, int mute) in cs4349_digital_mute() argument 143 if (mute) in cs4349_digital_mute()
|
D | ak4535.c | 315 static int ak4535_mute(struct snd_soc_dai *dai, int mute) in ak4535_mute() argument 319 if (!mute) in ak4535_mute()
|
D | ad193x.c | 131 static int ad193x_mute(struct snd_soc_dai *dai, int mute) in ad193x_mute() argument 135 if (mute) in ad193x_mute()
|
D | wm8711.c | 210 static int wm8711_mute(struct snd_soc_dai *dai, int mute) in wm8711_mute() argument 215 if (mute) in wm8711_mute()
|
D | ssm4567.c | 224 static int ssm4567_mute(struct snd_soc_dai *dai, int mute) in ssm4567_mute() argument 229 val = mute ? SSM4567_DAC_MUTE : 0; in ssm4567_mute()
|
D | wm8776.c | 315 static int wm8776_mute(struct snd_soc_dai *dai, int mute) in wm8776_mute() argument 319 return snd_soc_write(codec, WM8776_DACMUTE, !!mute); in wm8776_mute()
|
D | ml26124.c | 388 static int ml26124_mute(struct snd_soc_dai *dai, int mute) in ml26124_mute() argument 402 if (mute) in ml26124_mute()
|
D | cs42l51.c | 445 static int cs42l51_dai_mute(struct snd_soc_dai *dai, int mute) in cs42l51_dai_mute() argument 453 if (mute) in cs42l51_dai_mute()
|
D | sta32x.c | 381 unsigned int mute; in sta32x_cache_sync() local 385 regmap_read(sta32x->regmap, STA32X_MMUTE, &mute); in sta32x_cache_sync() 386 regmap_write(sta32x->regmap, STA32X_MMUTE, mute | STA32X_MMUTE_MMUTE); in sta32x_cache_sync() 389 regmap_write(sta32x->regmap, STA32X_MMUTE, mute); in sta32x_cache_sync()
|
D | wm8978.c | 842 static int wm8978_mute(struct snd_soc_dai *dai, int mute) in wm8978_mute() argument 846 dev_dbg(codec->dev, "%s: %d\n", __func__, mute); in wm8978_mute() 848 if (mute) in wm8978_mute()
|
D | ssm2602.c | 323 static int ssm2602_mute(struct snd_soc_dai *dai, int mute) in ssm2602_mute() argument 327 if (mute) in ssm2602_mute()
|
D | cs4265.c | 384 static int cs4265_digital_mute(struct snd_soc_dai *dai, int mute) in cs4265_digital_mute() argument 388 if (mute) { in cs4265_digital_mute()
|
D | wm8971.c | 543 static int wm8971_mute(struct snd_soc_dai *dai, int mute) in wm8971_mute() argument 548 if (mute) in wm8971_mute()
|
D | sta350.c | 420 unsigned int mute; in sta350_cache_sync() local 424 regmap_read(sta350->regmap, STA350_CFUD, &mute); in sta350_cache_sync() 425 regmap_write(sta350->regmap, STA350_MMUTE, mute | STA350_MMUTE_MMUTE); in sta350_cache_sync() 428 regmap_write(sta350->regmap, STA350_MMUTE, mute); in sta350_cache_sync()
|
D | tlv320aic23.c | 413 static int tlv320aic23_mute(struct snd_soc_dai *dai, int mute) in tlv320aic23_mute() argument 419 if (mute) in tlv320aic23_mute()
|
D | cs42xx8.c | 282 static int cs42xx8_digital_mute(struct snd_soc_dai *dai, int mute) in cs42xx8_digital_mute() argument 288 CS42XX8_DACMUTE_ALL, mute ? CS42XX8_DACMUTE_ALL : 0); in cs42xx8_digital_mute()
|
D | wm8974.c | 489 static int wm8974_mute(struct snd_soc_dai *dai, int mute) in wm8974_mute() argument 494 if (mute) in wm8974_mute()
|
D | ak4641.c | 391 static int ak4641_mute(struct snd_soc_dai *dai, int mute) in ak4641_mute() argument 395 return snd_soc_update_bits(codec, AK4641_DAC, 0x20, mute ? 0x20 : 0); in ak4641_mute()
|
D | wm8510.c | 493 static int wm8510_mute(struct snd_soc_dai *dai, int mute) in wm8510_mute() argument 498 if (mute) in wm8510_mute()
|
D | cs4270.c | 406 static int cs4270_dai_mute(struct snd_soc_dai *dai, int mute) in cs4270_dai_mute() argument 414 if (mute) in cs4270_dai_mute()
|
D | wm8750.c | 612 static int wm8750_mute(struct snd_soc_dai *dai, int mute) in wm8750_mute() argument 617 if (mute) in wm8750_mute()
|
D | wm8770.c | 478 static int wm8770_mute(struct snd_soc_dai *dai, int mute) in wm8770_mute() argument 484 !!mute << 4); in wm8770_mute()
|
D | cs4271.c | 410 static int cs4271_mute_stream(struct snd_soc_dai *dai, int mute, int stream) in cs4271_mute_stream() argument 421 if (mute) { in cs4271_mute_stream()
|
D | ssm2518.c | 392 static int ssm2518_mute(struct snd_soc_dai *dai, int mute) in ssm2518_mute() argument 397 if (mute) in ssm2518_mute()
|
D | es8328.c | 435 static int es8328_mute(struct snd_soc_dai *dai, int mute) in es8328_mute() argument 439 mute ? ES8328_DACCONTROL3_DACMUTE : 0); in es8328_mute()
|
D | wm8940.c | 458 static int wm8940_mute(struct snd_soc_dai *dai, int mute) in wm8940_mute() argument 463 if (mute) in wm8940_mute()
|
D | max98088.c | 1273 static int max98088_dai1_digital_mute(struct snd_soc_dai *codec_dai, int mute) in max98088_dai1_digital_mute() argument 1278 if (mute) in max98088_dai1_digital_mute() 1288 static int max98088_dai2_digital_mute(struct snd_soc_dai *codec_dai, int mute) in max98088_dai2_digital_mute() argument 1293 if (mute) in max98088_dai2_digital_mute()
|
D | wm8988.c | 713 static int wm8988_mute(struct snd_soc_dai *dai, int mute) in wm8988_mute() argument 718 if (mute) in wm8988_mute()
|
D | tas2552.c | 473 static int tas2552_mute(struct snd_soc_dai *dai, int mute) in tas2552_mute() argument 478 if (mute) in tas2552_mute()
|
D | wm8731.c | 369 static int wm8731_mute(struct snd_soc_dai *dai, int mute) in wm8731_mute() argument 374 if (mute) in wm8731_mute()
|
D | wm8580.c | 772 static int wm8580_digital_mute(struct snd_soc_dai *codec_dai, int mute) in wm8580_digital_mute() argument 779 if (mute) in wm8580_digital_mute()
|
D | alc5632.c | 908 static int alc5632_mute(struct snd_soc_dai *dai, int mute) in alc5632_mute() argument 915 if (mute) in alc5632_mute()
|
D | adau1977.c | 606 static int adau1977_mute(struct snd_soc_dai *dai, int mute, int stream) in adau1977_mute() argument 611 if (mute) in adau1977_mute()
|
D | wm8955.c | 750 static int wm8955_digital_mute(struct snd_soc_dai *codec_dai, int mute) in wm8955_digital_mute() argument 755 if (mute) in wm8955_digital_mute()
|
D | tas5086.c | 460 static int tas5086_mute_stream(struct snd_soc_dai *dai, int mute, int stream) in tas5086_mute_stream() argument 466 if (mute) in tas5086_mute_stream()
|
D | adau1701.c | 577 static int adau1701_digital_mute(struct snd_soc_dai *dai, int mute) in adau1701_digital_mute() argument 584 if (mute) in adau1701_digital_mute()
|
D | alc5623.c | 745 static int alc5623_mute(struct snd_soc_dai *dai, int mute) in alc5623_mute() argument 751 if (mute) in alc5623_mute()
|
D | wm8753.c | 1303 static int wm8753_mute(struct snd_soc_dai *dai, int mute) in wm8753_mute() argument 1311 if (mute && wm8753->dai_func == 1) { in wm8753_mute() 1315 if (mute) in wm8753_mute()
|
D | wm8961.c | 703 static int wm8961_digital_mute(struct snd_soc_dai *dai, int mute) in wm8961_digital_mute() argument 708 if (mute) in wm8961_digital_mute()
|
D | tlv320aic32x4.c | 482 static int aic32x4_mute(struct snd_soc_dai *dai, int mute) in aic32x4_mute() argument 488 if (mute) in aic32x4_mute()
|
D | wm8983.c | 563 static int wm8983_dac_mute(struct snd_soc_dai *dai, int mute) in wm8983_dac_mute() argument 569 !!mute << WM8983_SOFTMUTE_SHIFT); in wm8983_dac_mute()
|
D | da7210.c | 932 static int da7210_mute(struct snd_soc_dai *dai, int mute) in da7210_mute() argument 937 if (mute) in da7210_mute()
|
D | wm8985.c | 589 static int wm8985_dac_mute(struct snd_soc_dai *dai, int mute) in wm8985_dac_mute() argument 595 !!mute << WM8985_SOFTMUTE_SHIFT); in wm8985_dac_mute()
|
D | wm8990.c | 1092 static int wm8990_mute(struct snd_soc_dai *dai, int mute) in wm8990_mute() argument 1099 if (mute) in wm8990_mute()
|
D | wm8350.c | 52 u16 mute; member 948 static int wm8350_mute(struct snd_soc_dai *dai, int mute) in wm8350_mute() argument 953 if (mute) in wm8350_mute()
|
D | wm8900.c | 979 static int wm8900_digital_mute(struct snd_soc_dai *codec_dai, int mute) in wm8900_digital_mute() argument 986 if (mute) in wm8900_digital_mute()
|
D | wm8991.c | 1069 static int wm8991_mute(struct snd_soc_dai *dai, int mute) in wm8991_mute() argument 1075 if (mute) in wm8991_mute()
|
D | da9055.c | 1218 static int da9055_mute(struct snd_soc_dai *dai, int mute) in da9055_mute() argument 1222 if (mute) { in da9055_mute()
|
D | wm8960.c | 774 static int wm8960_mute(struct snd_soc_dai *dai, int mute) in wm8960_mute() argument 778 if (mute) in wm8960_mute()
|
D | wm9081.c | 1153 static int wm9081_digital_mute(struct snd_soc_dai *codec_dai, int mute) in wm9081_digital_mute() argument 1160 if (mute) in wm9081_digital_mute()
|
D | wm8400.c | 1112 static int wm8400_mute(struct snd_soc_dai *dai, int mute) in wm8400_mute() argument 1117 if (mute) in wm8400_mute()
|
D | cs42l52.c | 791 static int cs42l52_digital_mute(struct snd_soc_dai *dai, int mute) in cs42l52_digital_mute() argument 795 if (mute) in cs42l52_digital_mute()
|
D | tlv320aic31xx.c | 813 static int aic31xx_dac_mute(struct snd_soc_dai *codec_dai, int mute) in aic31xx_dac_mute() argument 817 if (mute) { in aic31xx_dac_mute()
|
D | sgtl5000.c | 449 static int sgtl5000_digital_mute(struct snd_soc_dai *codec_dai, int mute) in sgtl5000_digital_mute() argument 455 adcdac_ctrl, mute ? adcdac_ctrl : 0); in sgtl5000_digital_mute()
|
D | cs42l56.c | 817 static int cs42l56_digital_mute(struct snd_soc_dai *dai, int mute) in cs42l56_digital_mute() argument 821 if (mute) { in cs42l56_digital_mute()
|
D | 88pm860x-codec.c | 923 static int pm860x_digital_mute(struct snd_soc_dai *codec_dai, int mute) in pm860x_digital_mute() argument 928 if (mute) in pm860x_digital_mute()
|
D | tlv320aic3x.c | 1195 static int aic3x_mute(struct snd_soc_dai *dai, int mute) in aic3x_mute() argument 1201 if (mute) { in aic3x_mute()
|
D | wm8993.c | 1334 static int wm8993_digital_mute(struct snd_soc_dai *codec_dai, int mute) in wm8993_digital_mute() argument 1341 if (mute) in wm8993_digital_mute()
|
D | da7213.c | 1199 static int da7213_mute(struct snd_soc_dai *dai, int mute) in da7213_mute() argument 1203 if (mute) { in da7213_mute()
|
D | wm8995.c | 1423 static int wm8995_aif_mute(struct snd_soc_dai *dai, int mute) in wm8995_aif_mute() argument 1440 !!mute << WM8995_AIF1DAC1_MUTE_SHIFT); in wm8995_aif_mute()
|
D | wm8903.c | 1304 static int wm8903_digital_mute(struct snd_soc_dai *codec_dai, int mute) in wm8903_digital_mute() argument 1311 if (mute) in wm8903_digital_mute()
|
D | wm8904.c | 1817 static int wm8904_digital_mute(struct snd_soc_dai *codec_dai, int mute) in wm8904_digital_mute() argument 1822 if (mute) in wm8904_digital_mute()
|
D | max98090.c | 2023 static int max98090_dai_digital_mute(struct snd_soc_dai *codec_dai, int mute) in max98090_dai_digital_mute() argument 2028 regval = mute ? M98090_DVM_MASK : 0; in max98090_dai_digital_mute()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ps3av.h | 473 u16 mute; /* in: mute on/off */ member 478 struct ps3av_av_mute mute[PS3AV_MUTE_PORT_MAX]; member 528 struct ps3av_av_mute mute[PS3AV_MUTE_PORT_MAX]; member 544 u16 mute; /* in: mute */ member 623 u32 mute; /* in: mute */ member 628 struct ps3av_audio_mute mute[PS3AV_OPT_PORT_MAX]; member
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 68 0 0 : audio mute 109 Card Off: BASE <-- 0x00 (audio mute, no stereo detect, 137 BASE <-- 0x01 (audio mute, no stereo detect, radio 139 BASE <-- 0x03 (audio mute, no stereo detect, radio 142 BASE <-- 0x05 (audio mute, no stereo detect, radio 144 BASE <-- 0x07 (audio mute, no stereo detect, radio
|
D | README.saa7134 | 62 - saa7130 - low-price chip, doesn't have mute, that is why all those 63 cards should have .mute field defined in their tuner structure.
|
D | v4l2-controls.txt | 498 struct v4l2_ctrl *mute = ctrl->cluster[AUDIO_CL_MUTE]; 500 write_reg(0x123, mute->val ? 0 : ctrl->val); 521 struct v4l2_ctrl *mute; 529 state->mute = v4l2_ctrl_new_std(&state->ctrl_handler, ...); 532 And in foo_s_ctrl you can use these pointers directly: state->mute->val. 535 reason mute was never added (because the hardware doesn't support that 536 particular feature), then mute will be NULL. So in that case we have a 548 each control. For example, in the case of a volume/mute cluster the 'is_new' 549 flag of the mute control would be set if the user called VIDIOC_S_CTRL for 550 mute only. If the user would call VIDIOC_S_EXT_CTRLS for both mute and volume [all …]
|
D | si4713.txt | 34 Applications can use v4l2 radio API to specify frequency of operation, mute state, 37 When the v4l2 mute property is set to 1 (true), the driver will turn the chip off. 64 mute (bool) : default=1 value=0
|
D | si476x.txt | 51 0x06 | smattn | Soft mute attenuation level in dB
|
D | si470x.txt | 58 v4l2-ctl -d /dev/radio0 --set-ctrl=volume=10,mute=0 --set-freq=95.21 --all
|
/linux-4.4.14/sound/pci/oxygen/ |
D | xonar_cs43xx.c | 246 u8 mute; in update_cs4362a_volumes() local 248 mute = chip->dac_mute ? CS4362A_MUTE : 0; in update_cs4362a_volumes() 251 (127 - chip->dac_volume[2 + i]) | mute); in update_cs4362a_volumes() 351 unsigned int reg, unsigned int mute) in xonar_d1_line_mic_ac97_switch() argument 356 mute ? GPIO_D1_INPUT_ROUTE : 0, in xonar_d1_line_mic_ac97_switch()
|
D | oxygen.h | 100 unsigned int reg, unsigned int mute);
|
D | xonar_pcm179x.c | 975 unsigned int reg, unsigned int mute) in xonar_line_mic_ac97_switch() argument 980 mute ? GPIO_INPUT_ROUTE : 0, in xonar_line_mic_ac97_switch()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-av-audio.c | 389 static void set_mute(struct cx18 *cx, int mute) in set_mute() argument 400 if (mute) { in set_mute() 412 cx18_av_and_or(cx, 0x8d3, ~0x2, mute ? 0x02 : 0x00); in set_mute()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl4030-audio.txt | 17 -ti,hs_extmute: Use external mute for HS pop reduction 18 -ti,hs_extmute_gpio: Use external GPIO to control the external mute
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 890 struct v4l2_ctrl *mute; in cx23885_set_freq() local 901 mute = v4l2_ctrl_find(&dev->ctrl_handler, V4L2_CID_AUDIO_MUTE); in cx23885_set_freq() 902 if (mute) { in cx23885_set_freq() 903 old_mute_val = v4l2_ctrl_g_ctrl(mute); in cx23885_set_freq() 905 v4l2_ctrl_s_ctrl(mute, 1); in cx23885_set_freq() 915 v4l2_ctrl_s_ctrl(mute, old_mute_val); in cx23885_set_freq() 923 struct v4l2_ctrl *mute; in cx23885_set_freq_via_ops() local 938 mute = v4l2_ctrl_find(&dev->ctrl_handler, V4L2_CID_AUDIO_MUTE); in cx23885_set_freq_via_ops() 939 if (mute) { in cx23885_set_freq_via_ops() 940 old_mute_val = v4l2_ctrl_g_ctrl(mute); in cx23885_set_freq_via_ops() [all …]
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-core.c | 719 static void tm6010_set_mute_sif(struct tm6000_core *dev, u8 mute) in tm6010_set_mute_sif() argument 723 if (mute) in tm6010_set_mute_sif() 729 static void tm6010_set_mute_adc(struct tm6000_core *dev, u8 mute) in tm6010_set_mute_adc() argument 733 if (mute) in tm6010_set_mute_adc() 749 int tm6000_tvaudio_set_mute(struct tm6000_core *dev, u8 mute) in tm6000_tvaudio_set_mute() argument 762 tm6010_set_mute_sif(dev, mute); in tm6000_tvaudio_set_mute() 772 tm6010_set_mute_adc(dev, mute); in tm6000_tvaudio_set_mute()
|
D | tm6000.h | 335 int tm6000_tvaudio_set_mute(struct tm6000_core *dev, u8 mute);
|
/linux-4.4.14/sound/soc/omap/ |
D | ams-delta.c | 422 static int ams_delta_digital_mute(struct snd_soc_dai *dai, int mute) in ams_delta_digital_mute() argument 426 if (ams_delta_muted == mute) in ams_delta_digital_mute() 430 ams_delta_muted = mute; in ams_delta_digital_mute() 436 mute ? AMS_DELTA_LATCH2_MODEM_CODEC : 0); in ams_delta_digital_mute()
|
/linux-4.4.14/sound/isa/wss/ |
D | wss_lib.c | 565 static void snd_wss_calibrate_mute(struct snd_wss *chip, int mute) in snd_wss_calibrate_mute() argument 569 mute = mute ? 0x80 : 0; in snd_wss_calibrate_mute() 571 if (chip->calibrate_mute == mute) { in snd_wss_calibrate_mute() 575 if (!mute) { in snd_wss_calibrate_mute() 592 mute | chip->image[CS4231_AUX1_LEFT_INPUT]); in snd_wss_calibrate_mute() 594 mute | chip->image[CS4231_AUX1_RIGHT_INPUT]); in snd_wss_calibrate_mute() 596 mute | chip->image[CS4231_AUX2_LEFT_INPUT]); in snd_wss_calibrate_mute() 598 mute | chip->image[CS4231_AUX2_RIGHT_INPUT]); in snd_wss_calibrate_mute() 600 mute | chip->image[CS4231_LEFT_OUTPUT]); in snd_wss_calibrate_mute() 602 mute | chip->image[CS4231_RIGHT_OUTPUT]); in snd_wss_calibrate_mute() [all …]
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 401 u16 task_id, u16 loc_id, u16 module_id, int mute) in sst_send_gain_cmd() argument 411 if (mute || gv->mute) { in sst_send_gain_cmd() 446 ucontrol->value.integer.value[0] = gv->mute ? 1 : 0; in sst_gain_get() 482 gv->mute = !!ucontrol->value.integer.value[0]; in sst_gain_put() 483 dev_dbg(cmpnt->dev, "%s: Mute %d\n", mc->pname, gv->mute); in sst_gain_put() 508 struct sst_data *drv, int mute); 589 struct sst_data *drv, int mute) in sst_set_pipe_gain() argument 604 mc->pipe_id | mc->instance_id, mc->module_id, mute); in sst_set_pipe_gain() 1289 int sst_send_pipe_gains(struct snd_soc_dai *dai, int stream, int mute) in sst_send_pipe_gains() argument 1312 sst_set_pipe_gain(ids, drv, mute); in sst_send_pipe_gains() [all …]
|
D | sst-mfld-platform.h | 159 int sst_send_pipe_gains(struct snd_soc_dai *dai, int stream, int mute);
|
D | sst-mfld-dsp.h | 468 u32 mute; member
|
D | sst-mfld-platform-pcm.c | 103 static int sst_media_digital_mute(struct snd_soc_dai *dai, int mute, int stream) in sst_media_digital_mute() argument 106 return sst_send_pipe_gains(dai, stream, mute); in sst_media_digital_mute()
|
D | sst-atom-controls.h | 708 bool mute; member
|
/linux-4.4.14/sound/pci/ice1712/ |
D | maya44.c | 128 unsigned short mute; /* mute bit */ member 139 .mute = 0x00, 147 .mute = 0x00, 155 .mute = 0xa5, 218 data = vol->mute; in maya_vol_put()
|
D | wtm.c | 78 static void stac9460_dac_mute_all(struct snd_ice1712 *ice, unsigned char mute, in stac9460_dac_mute_all() argument 92 new = (~mute << 7 & 0x80) | (old & ~0x80); in stac9460_dac_mute_all() 111 new = (~mute << 7 & 0x80) | (old & ~0x80); in stac9460_dac_mute_all()
|
D | prodigy192.c | 93 unsigned char mute) in stac9460_dac_mute() argument 98 new = (~mute << 7 & 0x80) | (old & ~0x80); in stac9460_dac_mute()
|
/linux-4.4.14/sound/sparc/ |
D | cs4231.c | 561 static void snd_cs4231_calibrate_mute(struct snd_cs4231 *chip, int mute) in snd_cs4231_calibrate_mute() argument 565 mute = mute ? 1 : 0; in snd_cs4231_calibrate_mute() 567 if (chip->calibrate_mute == mute) { in snd_cs4231_calibrate_mute() 571 if (!mute) { in snd_cs4231_calibrate_mute() 580 mute ? 0x80 : chip->image[CS4231_AUX1_LEFT_INPUT]); in snd_cs4231_calibrate_mute() 582 mute ? 0x80 : chip->image[CS4231_AUX1_RIGHT_INPUT]); in snd_cs4231_calibrate_mute() 584 mute ? 0x80 : chip->image[CS4231_AUX2_LEFT_INPUT]); in snd_cs4231_calibrate_mute() 586 mute ? 0x80 : chip->image[CS4231_AUX2_RIGHT_INPUT]); in snd_cs4231_calibrate_mute() 588 mute ? 0x80 : chip->image[CS4231_LEFT_OUTPUT]); in snd_cs4231_calibrate_mute() 590 mute ? 0x80 : chip->image[CS4231_RIGHT_OUTPUT]); in snd_cs4231_calibrate_mute() [all …]
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | dce3_1_afmt.c | 223 void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in dce3_2_set_mute() argument 228 if (mute) in dce3_2_set_mute()
|
D | radeon_audio.c | 95 void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute); 96 void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute); 97 void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute); 681 static void radeon_audio_set_mute(struct drm_encoder *encoder, bool mute) in radeon_audio_set_mute() argument 690 radeon_encoder->audio->set_mute(encoder, dig->afmt->offset, mute); in radeon_audio_set_mute()
|
D | radeon_audio.h | 63 void (*set_mute)(struct drm_encoder *encoder, u32 offset, bool mute);
|
D | evergreen_hdmi.c | 389 void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in dce4_set_mute() argument 394 if (mute) in dce4_set_mute()
|
D | r600_hdmi.c | 393 void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in r600_set_mute() argument 398 if (mute) in r600_set_mute()
|
/linux-4.4.14/drivers/staging/most/aim-v4l2/ |
D | video.c | 40 bool mute; member 143 mdev->mute = true; in aim_vdev_close() 152 mdev->mute = false; in aim_vdev_close() 418 if (unlikely(mdev->mute)) { in aim_rx_data()
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0_wt.h | 45 mute, /* 6 W 1:mute, 0:unmute */
|
/linux-4.4.14/sound/drivers/vx/ |
D | vx_mixer.c | 128 void vx_toggle_dac_mute(struct vx_core *chip, int mute) in vx_toggle_dac_mute() argument 133 chip->ops->akm_write(chip, XX_CODEC_DAC_CONTROL_REGISTER, mute); /* XXX */ in vx_toggle_dac_mute() 136 mute ? DAC_ATTEN_MAX : DAC_ATTEN_MIN); in vx_toggle_dac_mute() 211 unsigned int mute; member 241 if (info->mute) in vx_adjust_audio_level() 273 info.mute = (rmh.Stat[i] & AUDIO_IO_HAS_MUTE_LEVEL) ? 1 : 0; 307 info.mute = !active; in vx_set_audio_switch()
|
/linux-4.4.14/include/media/ |
D | tea575x.h | 59 bool mute; /* Device is muted? */ member
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 226 u32 mute[SST_HSW_NO_CHANNELS]; member 298 u32 mute[SST_HSW_NO_CHANNELS]; member 883 if (hsw->mute[0] && hsw->mute[1]) { in sst_hsw_stream_set_volume() 886 } else if (hsw->mute[0]) in sst_hsw_stream_set_volume() 888 else if (hsw->mute[1]) in sst_hsw_stream_set_volume() 894 if (hsw->mute[channel]) { in sst_hsw_stream_set_volume() 939 if (hsw->mute[0] && hsw->mute[1]) { in sst_hsw_mixer_set_volume() 942 } else if (hsw->mute[0]) in sst_hsw_mixer_set_volume() 944 else if (hsw->mute[1]) in sst_hsw_mixer_set_volume() 950 if (hsw->mute[channel]) { in sst_hsw_mixer_set_volume()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | mpa1600.dts | 72 label = "Monitor mute";
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 58 - adi,mute-till-lock-enable: Enables Mute-Till-Lock-Detect function. 85 adi,mute-till-lock-enable;
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-cards.c | 257 .gpio_audio_mute = { .mask = 0x2000, .mute = 0x2000 }, 300 .gpio_audio_mute = { .mask = 0x0001, .mute = 0x0001 }, 342 .gpio_audio_mute = { .mask = 0x0001, .mute = 0x0001 }, 493 .gpio_audio_mute = { .mask = 0x6000, .mute = 0x6000 }, 859 .gpio_audio_mute = { .mask = 0x6000, .mute = 0x6000 }, 1246 .mute = 0x0000 }, /* 0x200? Disable for now. */
|
D | ivtv-cards.h | 231 u16 mute; /* set this value to mute, 0 to unmute */ member
|
D | ivtv-gpio.c | 269 data = ctrl->val ? itv->card->gpio_audio_mute.mute : 0; in subdev_s_ctrl()
|
/linux-4.4.14/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 57 u32 sn_mask, u32 mute, u32 cp_pad, in set_dynamic_sa_command_1() argument 67 sa->sa_command_1.bf.mutable_bit_proc = mute; in set_dynamic_sa_command_1()
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Insmod-options | 104 tda9874a_AMSEL=0/1 auto-mute select for NICAM (default=0) 122 AMSEL=0: auto-mute will switch between NICAM sound 124 AMSEL=1: auto-mute will switch between NICAM sound
|
D | Sound-FAQ | 65 u32 audiomux[6]; /* Tuner, Radio, external, internal, mute, stereo */ 74 (i.e. which pins must be high/low for tuner/mute/...). This will be
|
/linux-4.4.14/drivers/media/radio/si4713/ |
D | si4713.c | 809 static int si4713_set_mute(struct si4713_device *sdev, u16 mute) in si4713_set_mute() argument 813 mute = set_mute(mute); in si4713_set_mute() 817 SI4713_TX_LINE_INPUT_MUTE, mute); in si4713_set_mute() 1496 sdev->mute = v4l2_ctrl_new_std(hdl, &si4713_ctrl_ops, in si4713_probe() 1586 v4l2_ctrl_cluster(29, &sdev->mute); in si4713_probe()
|
D | si4713.h | 208 struct v4l2_ctrl *mute; member
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart_core.h | 424 u32 mute; member 450 u32 mute; member
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 293 Warning: when in NVRAM mode, the volume up/down/mute 297 interface. When in ACPI event mode, volume up/down/mute 744 Audio mute and microphone mute LEDs are supported, but currently not 1060 audio control: volume up, volume down and mute. 1062 It is worth noting that the normal way the mute function works (on 1063 ThinkPads that do not have a "mute LED") is: 1065 1. Press mute to mute. It will *always* mute, you can press it as 1066 many times as you want, and the sound will remain mute. 1072 mute-toggle solution found on normal consumer laptops: you can be 1073 absolutely sure the ThinkPad will not make noise if you press the mute [all …]
|
/linux-4.4.14/drivers/media/i2c/cx25840/ |
D | cx25840-core.h | 59 struct v4l2_ctrl *mute; member
|
D | cx25840-audio.c | 545 if (state->mute->val) in cx25840_audio_s_ctrl()
|
/linux-4.4.14/sound/firewire/ |
D | isight.c | 519 __be32 mute; in isight_mute_get() local 522 err = reg_read(isight, REG_MUTE, &mute); in isight_mute_get() 526 value->value.integer.value[0] = !mute; in isight_mute_get()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw-internal.h | 373 VCREATE_DATA(mute);
|
/linux-4.4.14/sound/soc/atmel/ |
D | atmel-classd.c | 328 int mute) in atmel_classd_codec_dai_digital_mute() argument 335 if (mute) in atmel_classd_codec_dai_digital_mute()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 1002 audio_mux_gpio(struct bttv *btv, int input, int mute) in audio_mux_gpio() argument 1011 mute_gpio = mute || (btv->opt_automute && (!signal || !btv->users) in audio_mux_gpio() 1034 audio_mute(struct bttv *btv, int mute) in audio_mute() argument 1038 audio_mux_gpio(btv, btv->audio_input, mute); in audio_mute() 1043 v4l2_ctrl_s_ctrl(ctrl, mute); in audio_mute() 1048 v4l2_ctrl_s_ctrl(ctrl, mute); in audio_mute() 1053 v4l2_ctrl_s_ctrl(ctrl, mute); in audio_mute() 1061 audio_mux_gpio(btv, input, btv->mute); in audio_input() 1312 btv->mute = c->val; in bttv_s_ctrl() 3057 audio_mute(btv, btv->mute); in bttv_open() [all …]
|
D | bttvp.h | 430 unsigned int mute; member
|
/linux-4.4.14/include/uapi/sound/ |
D | asoc.h | 151 __le32 mute; member
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-core.c | 398 if (dev->board.mute_gpio && dev->mute) in em28xx_set_audio_source() 453 if (!dev->mute) in em28xx_audio_analog_set() 476 if (dev->mute) in em28xx_audio_analog_set()
|
D | em28xx-audio.c | 299 dev->mute = 0; in snd_em28xx_capture_open() 331 dev->mute = 1; in snd_em28xx_pcm_close()
|
D | em28xx.h | 652 int mute; member
|
D | em28xx-video.c | 1160 dev->mute = ctrl->val; in em28xx_ctrl_notify() 1179 dev->mute = ctrl->val; in em28xx_s_ctrl() 2447 dev->mute = 1; in em28xx_v4l2_init()
|
/linux-4.4.14/sound/pci/asihpi/ |
D | asihpi.c | 1566 u32 mute; in snd_asihpi_volume_mute_get() local 1568 hpi_handle_error(hpi_volume_get_mute(h_control, &mute)); in snd_asihpi_volume_mute_get() 1569 ucontrol->value.integer.value[0] = mute ? 0 : 1; in snd_asihpi_volume_mute_get() 1582 int mute = ucontrol->value.integer.value[0] ? 0 : HPI_BITMASK_ALL_CHANNELS; in snd_asihpi_volume_mute_put() local 1583 hpi_handle_error(hpi_volume_set_mute(h_control, mute)); in snd_asihpi_volume_mute_put() 1593 u32 mute; in snd_asihpi_volume_add() local 1607 if (hpi_volume_get_mute(hpi_ctl->h_control, &mute) == 0) { in snd_asihpi_volume_add()
|
D | hpi.h | 1361 u16 hpi_volume_set_mute(u32 h_control, u32 mute); 1363 u16 hpi_volume_get_mute(u32 h_control, u32 *mute);
|
D | hpifunc.c | 2761 u16 hpi_volume_set_mute(u32 h_control, u32 mute) in hpi_volume_set_mute() argument 2763 return hpi_control_param_set(h_control, HPI_VOLUME_MUTE, mute, 0); in hpi_volume_set_mute() 2766 u16 hpi_volume_get_mute(u32 h_control, u32 *mute) in hpi_volume_get_mute() argument 2768 return hpi_control_param1_get(h_control, HPI_VOLUME_MUTE, mute); in hpi_volume_get_mute()
|
/linux-4.4.14/drivers/platform/x86/ |
D | thinkpad_acpi.c | 1983 u16 mute:1; member 2341 n->mute = !!(d & TP_NVRAM_MASK_MUTE); in hotkey_read_nvram() 2422 if (newn->mute) { in hotkey_compare_and_issue_event() 2424 if (!oldn->mute || in hotkey_compare_and_issue_event() 2435 if (oldn->mute) { in hotkey_compare_and_issue_event() 6860 static int __volume_set_mute_ec(const bool mute) in __volume_set_mute_ec() argument 6872 n = (mute) ? s | TP_EC_AUDIO_MUTESW_MSK : in __volume_set_mute_ec() 6886 static int volume_alsa_set_mute(const bool mute) in volume_alsa_set_mute() argument 6889 (mute) ? "" : "un"); in volume_alsa_set_mute() 6890 return __volume_set_mute_ec(mute); in volume_alsa_set_mute() [all …]
|
D | panasonic-laptop.c | 433 static DEVICE_ATTR(mute, S_IRUGO, show_mute, NULL);
|
D | Kconfig | 390 (headphone and speakers), which is operated by the mute and (in 401 All IBM models have both volume and mute control. Newer Lenovo 402 models only have mute control (the volume hotkeys are just normal 487 IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
|
/linux-4.4.14/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 779 static int bcm2048_set_mute(struct bcm2048_device *bdev, u16 mute) in bcm2048_set_mute() argument 787 if (mute) in bcm2048_set_mute() 795 bdev->mute_state = mute; in bcm2048_set_mute() 2052 DEFINE_SYSFS_PROPERTY(mute, unsigned, int, "%u", 0) 2088 __ATTR(mute, S_IRUGO | S_IWUSR, bcm2048_mute_read,
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-core.h | 206 struct v4l2_ctrl *mute; member
|
/linux-4.4.14/sound/pci/lola/ |
D | lola.h | 515 int lola_setup_all_analog_gains(struct lola *chip, int dir, bool mute);
|
D | lola_mixer.c | 333 int lola_setup_all_analog_gains(struct lola *chip, int dir, bool mute) in lola_setup_all_analog_gains() argument 342 unsigned int val = mute ? 0 : pin[idx].cur_gain_step; in lola_setup_all_analog_gains()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 639 bool mute, struct txpwr_limits *txpwr);
|
/linux-4.4.14/sound/ppc/ |
D | awacs.c | 806 static int toggle_amp_mute(struct awacs_amp *amp, int index, int mute) in toggle_amp_mute() argument 811 if (mute) { in toggle_amp_mute()
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1478 bool mute; /**< mute overrides volume setting */ member 1677 bool mute; member
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-api.c | 471 int saa7164_api_audio_mute(struct saa7164_port *port, int mute) in saa7164_api_audio_mute() argument 474 u8 v = mute; in saa7164_api_audio_mute() 477 dprintk(DBGLVL_API, "%s(%d)\n", __func__, mute); in saa7164_api_audio_mute()
|
D | saa7164.h | 556 int saa7164_api_audio_mute(struct saa7164_port *port, int mute);
|
/linux-4.4.14/sound/oss/ |
D | ad1848.c | 464 int mute; in oss_change_bits() local 478 mute = 0; /* No mute bit; do nothing special */ in oss_change_bits() 483 mute = (set_mute_bit << devc->mix_devices[dev][chn].mutepos); in oss_change_bits() 492 *muteval |= mute; in oss_change_bits()
|
/linux-4.4.14/sound/isa/wavefront/ |
D | wavefront_synth.c | 752 if (prog.layer[l].mute) { in wavefront_get_program_status() 819 if (header->hdr.pr.layer[i].mute) { in wavefront_send_program()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_n.h | 944 bool mute; member
|