• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/

Lines Matching refs:mute

1712 	unsigned int mute;
1727 mute = spec->jack_present ? HDA_AMP_MUTE : 0;
1734 HDA_AMP_MUTE, mute);
2069 /* set line-in to input, mute it */
2072 /* set mic-in to input vref 80%, mute it */
2278 /* set line-in to input, mute it */
3364 /* mute all amp mixer inputs */
5887 /* mute capture amp left and right */
5891 /* mute capture amp left and right */
5912 /* mute analog inputs */
5919 /* mute Front out path */
5922 /* mute Headphone out path */
5925 /* mute Mono out path */
5953 /* mute pin widget amp left and right (no gain on this amp) */
5957 /* mute pin widget amp left and right (no gain on this amp) */
5962 /* mute analog inputs */
6045 /* Do the same for the second ADC: mute capture input amp and
6069 * the headphone jack. Turn this on and rely on the standard mute
6133 /* Do similar with the second ADC: mute capture input amp and
6157 * Turn this on and rely on the standard mute
6216 /* Do similar with the second ADC: mute capture input amp and
6469 /* Do the same for the second ADC: mute capture input amp and
6656 /* mute analog inputs */
7777 /* ADC2: mute amp left and right */
7780 /* ADC3: mute amp left and right */
7793 /* ADC1: mute amp left and right */
7869 /* ADC2: mute amp left and right */
7871 /* ADC3: mute amp left and right */
7942 /* ADC1: mute amp left and right */
7945 /* ADC2: mute amp left and right */
7948 /* ADC3: mute amp left and right */
8124 /* ADC1: mute amp left and right */
8127 /* ADC2: mute amp left and right */
8130 /* ADC3: mute amp left and right */
9979 * standard mute methods whenever the user wants to turn
10152 * we need no software mute via unsol event
10504 int conns, mute, idx, item;
10516 * unmute it as default - otherwise mute it
10518 mute = AMP_IN_MUTE(idx);
10522 mute = AMP_IN_UNMUTE(idx);
10535 mute);
10536 else if (mute != AMP_IN_MUTE(idx))
10944 /* mute/unmute internal speaker according to the hp jack and mute state */
11003 /* bind hp and internal speaker mute (with plug check) as master switch */
11010 unsigned int mute;
11013 mute = spec->master_sw ? 0 : HDA_AMP_MUTE;
11015 HDA_AMP_MUTE, mute);
11016 /* mute internal speaker per jack sense */
11018 mute = HDA_AMP_MUTE;
11021 HDA_AMP_MUTE, mute);
11024 HDA_AMP_MUTE, mute);
11091 /* mute/unmute internal speaker according to the hp jack and mute state */
11422 /* mute/unmute internal speaker according to the hp jacks and mute state */
11426 unsigned int mute;
11437 mute = HDA_AMP_MUTE;
11439 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
11441 HDA_AMP_MUTE, mute);
11468 /* mute/unmute internal speaker according to the hp jack and mute state */
11472 unsigned int mute;
11479 /* mute internal speaker */
11486 mute = snd_hda_codec_amp_read(codec, 0x1b, 0, HDA_OUTPUT, 0);
11488 HDA_AMP_MUTE, mute);
11490 HDA_AMP_MUTE, mute);
11515 /* bind hp and internal speaker mute (with plug check) */
11557 /* bind hp and internal speaker mute (with plug check) */
11665 /* mute/unmute internal speaker according to the hp jack and mute state */
11669 unsigned int mute;
11671 mute = 0;
11672 /* auto-mute only when HP is used as HP */
11676 mute = HDA_AMP_MUTE;
11678 /* mute/unmute internal speaker */
11680 HDA_AMP_MUTE, mute);
11681 /* mute/unmute HP */
11683 HDA_AMP_MUTE, mute ? 0 : HDA_AMP_MUTE);
11717 alc262_ultra_automute(codec); /* mute/unmute HP */
12692 /* mute/unmute internal speaker according to the hp jack and mute state */
12696 unsigned int mute;
12703 mute = HDA_AMP_MUTE; /* mute internal speaker */
12705 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
12707 HDA_AMP_MUTE, mute);
12711 /* bind hp and internal speaker mute (with plug check) */
12877 /* mute/unmute internal speaker according to the hp jack and mute state */
12954 /* set PCBEEP vol = 0, mute connections */
12990 /* set PCBEEP vol = 0, mute connections */
13245 /* mute mixer inputs from 0x1d */
14241 /* update mute-LED according to the speaker mute state */
14249 /* mic2 vref pin is used for mute LED control */
14752 /* Set mic1 as output and mute mixer */
14776 /* Set mic1 nad line-in as output and mute mixer */
15190 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2) }, /* mute line-in */
15449 unsigned int mute;
15451 mute = AMP_IN_UNMUTE(i);
15453 mute = AMP_IN_MUTE(i);
15455 mute);
16503 * different NIDs for mute/unmute switch and volume control */
16577 * different NIDs for mute/unmute switch and volume control */
17234 /* ADC: mute amp left and right */