Searched refs:HDA_AMP_MUTE (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/sound/pci/hda/ |
D | patch_realtek.c | 498 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE; in alc_mux_enum_put() 501 HDA_AMP_MUTE, v); in alc_mux_enum_put() 668 HDA_AMP_MUTE, HDA_AMP_MUTE); in alc_pin_mode_put() 670 HDA_AMP_MUTE, 0); in alc_pin_mode_put() 673 HDA_AMP_MUTE, HDA_AMP_MUTE); in alc_pin_mode_put() 675 HDA_AMP_MUTE, 0); in alc_pin_mode_put() 1070 mute = spec->jack_present ? HDA_AMP_MUTE : 0; in alc_automute_speaker() 1082 HDA_AMP_MUTE, mute); in alc_automute_speaker() 1163 HDA_AMP_MUTE, 0); in alc_mic_automute() 1166 HDA_AMP_MUTE, HDA_AMP_MUTE); in alc_mic_automute() [all …]
|
D | patch_via.c | 321 lmute = *valp ? 0 : HDA_AMP_MUTE; in bind_pin_switch_put() 323 rmute = *valp ? 0 : HDA_AMP_MUTE; in bind_pin_switch_put() 330 0, HDA_OUTPUT, 0, HDA_AMP_MUTE, in bind_pin_switch_put() 334 1, HDA_OUTPUT, 0, HDA_AMP_MUTE, in bind_pin_switch_put() 344 HDA_OUTPUT, 0, HDA_AMP_MUTE, 0); in bind_pin_switch_put() 349 HDA_OUTPUT, 0, HDA_AMP_MUTE, 0); in bind_pin_switch_put() 360 0, HDA_OUTPUT, 0, HDA_AMP_MUTE, in bind_pin_switch_put() 366 0, HDA_OUTPUT, 0, HDA_AMP_MUTE, in bind_pin_switch_put() 375 1, HDA_OUTPUT, 0, HDA_AMP_MUTE, in bind_pin_switch_put() 381 1, HDA_OUTPUT, 0, HDA_AMP_MUTE, in bind_pin_switch_put() [all …]
|
D | patch_analog.c | 881 mute = HDA_AMP_MUTE; /* mute internal speaker */ in ad1986a_update_hp() 886 HDA_AMP_MUTE, mute); in ad1986a_update_hp() 924 HDA_AMP_MUTE, in ad1986a_hp_master_sw_put() 925 valp[0] ? 0 : HDA_AMP_MUTE); in ad1986a_hp_master_sw_put() 927 HDA_AMP_MUTE, in ad1986a_hp_master_sw_put() 928 valp[1] ? 0 : HDA_AMP_MUTE); in ad1986a_hp_master_sw_put() 1671 HDA_AMP_MUTE, in ad1981_hp_master_sw_put() 1672 spec->cur_eapd ? 0 : HDA_AMP_MUTE); in ad1981_hp_master_sw_put() 1693 HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0); in ad1981_hp_automute() 4006 HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0); in ad1884a_hp_automute() [all …]
|
D | patch_conexant.c | 715 bits = (!spec->hp_present && spec->cur_eapd) ? 0 : HDA_AMP_MUTE; in cxt5045_hp_master_sw_put() 717 HDA_AMP_MUTE, bits); in cxt5045_hp_master_sw_put() 719 bits = spec->cur_eapd ? 0 : HDA_AMP_MUTE; in cxt5045_hp_master_sw_put() 721 HDA_AMP_MUTE, bits); in cxt5045_hp_master_sw_put() 766 bits = (spec->hp_present || !spec->cur_eapd) ? HDA_AMP_MUTE : 0; in cxt5045_hp_automute() 768 HDA_AMP_MUTE, bits); in cxt5045_hp_automute() 1229 bits = (!spec->hp_present && spec->cur_eapd) ? 0 : HDA_AMP_MUTE; in cxt5047_hp_master_sw_put() 1235 HDA_AMP_MUTE, bits); in cxt5047_hp_master_sw_put() 1236 bits = spec->cur_eapd ? 0 : HDA_AMP_MUTE; in cxt5047_hp_master_sw_put() 1238 HDA_AMP_MUTE, bits); in cxt5047_hp_master_sw_put() [all …]
|
D | hda_codec.c | 2219 HDA_AMP_MUTE) ? 0 : 1; in snd_hda_mixer_amp_switch_get() 2222 HDA_AMP_MUTE) ? 0 : 1; in snd_hda_mixer_amp_switch_get() 2247 HDA_AMP_MUTE, in snd_hda_mixer_amp_switch_put() 2248 *valp ? 0 : HDA_AMP_MUTE); in snd_hda_mixer_amp_switch_put() 2253 HDA_AMP_MUTE, in snd_hda_mixer_amp_switch_put() 2254 *valp ? 0 : HDA_AMP_MUTE); in snd_hda_mixer_amp_switch_put() 2634 HDA_AMP_MUTE, 0); in snd_hda_spdif_out_switch_put() 3969 if (!(v & HDA_AMP_MUTE) && v > 0) { in snd_hda_check_amp_list_power()
|
D | hda_local.h | 147 #define HDA_AMP_MUTE 0x80 macro
|
D | patch_sigmatel.c | 660 val = HDA_AMP_MUTE; in stac92xx_smux_enum_put() 665 HDA_AMP_MUTE, val); in stac92xx_smux_enum_put() 4944 HDA_AMP_MUTE)) { in stac92xx_hp_check_power_status()
|