Searched refs:snd_hda_jack_detect_enable_callback (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_jack.h | 60 snd_hda_jack_detect_enable_callback(struct hda_codec *codec, hda_nid_t nid,
|
D | hda_jack.c | 247 snd_hda_jack_detect_enable_callback(struct hda_codec *codec, hda_nid_t nid, in snd_hda_jack_detect_enable_callback() function 279 EXPORT_SYMBOL_GPL(snd_hda_jack_detect_enable_callback); 291 return PTR_ERR_OR_ZERO(snd_hda_jack_detect_enable_callback(codec, nid, NULL)); in snd_hda_jack_detect_enable()
|
D | patch_cirrus.c | 1051 snd_hda_jack_detect_enable_callback(codec, nid, in parse_cs421x_digital()
|
D | patch_realtek.c | 1078 snd_hda_jack_detect_enable_callback(codec, 0x21, in alc880_fixup_vol_knob() 1542 snd_hda_jack_detect_enable_callback(codec, 0x0f, in alc260_fixup_gpio1_toggle() 3526 snd_hda_jack_detect_enable_callback(codec, codec->core.afg, in alc280_fixup_hp_gpio2_mic_hotkey() 3569 snd_hda_jack_detect_enable_callback(codec, 0x1b, in alc233_fixup_lenovo_line2_mic_hotkey() 4557 snd_hda_jack_detect_enable_callback(codec, 0x1b, in alc282_fixup_asus_tx300()
|
D | patch_sigmatel.c | 545 snd_hda_jack_detect_enable_callback(codec, nid, in stac_init_power_map() 3062 jack = snd_hda_jack_detect_enable_callback(codec, codec->core.afg, in stac92hd71bxx_fixup_hp_m4() 4097 jack = snd_hda_jack_detect_enable_callback(codec, codec->core.afg, in stac9205_fixup_dell_m43()
|
D | patch_ca0132.c | 4423 snd_hda_jack_detect_enable_callback(codec, UNSOL_TAG_HP, hp_callback); in ca0132_init_unsol() 4424 snd_hda_jack_detect_enable_callback(codec, UNSOL_TAG_AMIC1, in ca0132_init_unsol() 4426 snd_hda_jack_detect_enable_callback(codec, UNSOL_TAG_DSP, in ca0132_init_unsol()
|
D | hda_generic.c | 4077 snd_hda_jack_detect_enable_callback(codec, pins[i], cb); in add_pin_power_ctls() 4611 snd_hda_jack_detect_enable_callback(codec, nid, in check_auto_mute_availability() 4623 snd_hda_jack_detect_enable_callback(codec, nid, in check_auto_mute_availability() 4663 snd_hda_jack_detect_enable_callback(codec, in auto_mic_check_imux()
|
D | patch_hdmi.c | 2178 snd_hda_jack_detect_enable_callback(codec, pin_nid, in generic_hdmi_init()
|