Searched refs:mute (Results 101 - 121 of 121) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx.h475 int mute; member in struct:cx231xx
H A Dcx231xx-cards.c336 dev->mute = 1; /* maybe not the right place... */
H A Dcx231xx-video.c2345 dev->mute = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-video.c932 * return the current values for ac97 mute and volume
938 ctrl->value = dev->mute;
951 * set values for ac97 mute and volume
971 dev->mute = ctrl->value;
1464 * to do some setups at em28xx, in order to mute/unmute
1470 dev->mute = ctrl->value;
2516 dev->mute = 1;
H A Dem28xx.h535 int mute; member in struct:em28xx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dad1848.c294 * Save old register settings and mute output channels
466 int mute; local
479 { /* if there is no mute bit */
480 mute = 0; /* No mute bit; do nothing special */
481 mutemask = ~0; /* No mute bit; do nothing special */
485 mute = (set_mute_bit << devc->mix_devices[dev][chn].mutepos);
494 *muteval |= mute;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront_synth.c752 if (prog.layer[l].mute) {
816 if (header->hdr.pr.layer[i].mute) {
1811 Take us out of reset, mute output, master + TX + RX interrupts on.
2001 /* OK, no (RX/TX) interrupts any more, but leave mute
2078 /* Start normal operation: unreset, master interrupt enabled, no mute
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtlv320aic3x.c924 static int aic3x_mute(struct snd_soc_dai *dai, int mute) argument
930 if (mute) {
1179 /* DAC default volume and mute */
H A Dwm8903.c1099 static int wm8903_digital_mute(struct snd_soc_dai *codec_dai, int mute) argument
1106 if (mute)
1779 /* Enable DAC soft mute by default */
H A Dwm8993.c1310 static int wm8993_digital_mute(struct snd_soc_dai *codec_dai, int mute) argument
1317 if (mute)
H A Dwm8904.c2082 static int wm8904_digital_mute(struct snd_soc_dai *codec_dai, int mute) argument
2087 if (mute)
H A Dwm8994.c3441 static int wm8994_aif_mute(struct snd_soc_dai *codec_dai, int mute) argument
3458 if (mute)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_analog.c838 unsigned int mute; local
841 mute = HDA_AMP_MUTE; /* mute internal speaker */
844 mute = snd_hda_codec_amp_read(codec, 0x1a, 0, HDA_OUTPUT, 0);
846 HDA_AMP_MUTE, mute);
875 /* bind hp and internal speaker mute (with plug check) */
913 /* Front, Surround, CLFE DAC; mute as default */
934 /* Mic, Phone, CD, Aux, Line-In amp; mute as default */
942 /* HP, Line-Out, Surround, CLFE, Mono pins; mute as default */
1382 /* Front, HP, Mono; mute a
3814 int mute = (!ucontrol->value.integer.value[0] && local
[all...]
H A Dpatch_via.c35 /* 2008-04-09 Lydia Wang Add mute front speaker when HP plugin */
315 /* Get mute value */
365 /* mute all right channels */
1168 /* mute side channel */
1284 static void mute_aa_path(struct hda_codec *codec, int mute) argument
1315 /* check AA path's mute status */
1317 int val = mute ? HDA_AMP_MUTE : HDA_AMP_UNMUTE;
1486 /* check AA path's mute statue */
1489 int mute = 1; local
1524 /* check AA path's mute statu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-core.c778 /* apply codec digital mute */
906 /* mute any active DAC's */
2601 * @mute: mute enable
2605 int snd_soc_dai_digital_mute(struct snd_soc_dai *dai, int mute) argument
2608 return dai->ops->digital_mute(dai, mute);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_n.h983 bool mute; member in struct:b43_phy_n
H A Dphy_n.c3229 if (nphy->mute)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c1016 VCREATE_FUNCS(mute)
1087 .name = "mute",
1089 DEFREF(mute),
3024 PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_AUDIO_MUTE, mute);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-core.c2000 state->mute = v4l2_ctrl_new_std(&state->hdl,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Doptions.c355 "--mute n : Log at most n consecutive messages in the same category.\n"
536 "--mute-replay-warnings : Silence the output of replay warnings to log file.\n"
1492 SHOW_INT (mute);
4682 else if (streq (p[0], "mute") && p[1])
4685 options->mute = positive_atoi (p[1]);
6307 else if (streq (p[0], "mute-replay-warnings"))
H A Dinit.c841 /* set verbosity and mute levels */
844 set_mute_cutoff (c->options.mute);
1746 msg (D_PUSH, "OPTIONS IMPORT: --verb and/or --mute level changed");
3310 /* initialize context level 2 --verb/--mute parms */

Completed in 476 milliseconds

12345